User doesnt have valid session error- task queue

0
Hi, I am trying to call a microflow in task queue. Microflow contains teamcenter SOA Calls. I am getting 'user doesn't have valid session' error. Any help is appreciated.
asked
1 answers
1

The error message "user doesn't have a valid session" typically indicates that the Mendix user making the API call does not have an active session with Teamcenter.

To resolve this issue, you can try the following steps:

  1. Ensure that the Teamcenter credentials are correct and valid for the user making the API call.

  2. Check if there is an active session with Teamcenter before making the API call. If there is no active session, create a new session with the correct user credentials.

  3. If the user is authenticated and still getting the error, then it might be an issue with the session timeout. Try increasing the session timeout in the Teamcenter configuration.

  4. Check if the user has the required permissions to make the API call.

  5. Check if the API call is being made from a trusted network.

  6. Try logging out of Mendix and Teamcenter, and then logging in again.

answered