10/30/2023 02:57 AM
Hi folks,
For some applications connected with REST connector, WSRetryJob is running and tasks are getting completed with appropriate result on the target, but the task itself in Saviynt is getting discontinued with the error message : "USERNAME IS NOT ASSOCIATED WITH ACCOUNTNAME" error.
Has anyone encounter this and knows how it can be fixed ?
Solved! Go to Solution.
11/02/2023 06:03 AM
Can you share the logs for 1 task.
11/03/2023 02:53 AM
11/03/2023 08:18 PM
Does account is orphan account
11/07/2023 01:30 AM
Hi @rushikeshvartak, @Sampritha_r, @SB.
We found out that the issue was related to the response from API.
Indeed, when the target application does not send the accountID, we wanted to use the "accountName" in accountIdPath.
However, if the API sends a response (instead of null), this cannot be use.
The solution is either to :