Click HERE to see how Saviynt Intelligence is transforming the industry. |
05/07/2024 06:46 AM
there is completed task with error. btw provisioning comments did not have any error message.
provisioning comments
{"auditDetails":{"call1":[{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"},{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"}]},"call1":{"headers":null,"message":"","statusCode":null,"description":null,"status":"Failed"}}
I found the error message in the logs.
responseText:[{\"message\":\"insufficient access rights on cross-reference id\"\"errorCode\":\"INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY\"\"fields\":[]}]
It seems that the response value cannot be retrieved from Provisioning comments because the response is in square brackets.
How can I get the error messages in square brackets into provisioning comments?
05/07/2024 08:28 AM - edited 05/07/2024 08:30 AM
@MJ try below
"unsuccessResponses": {
"ISGServiceFault.Message": "Error while executing service"
}
or
"unsuccessResponses": {
"message": [
"You must be an admin to add or update an organization membership.",
"Not Found"
]
https://forums.saviynt.com/t5/identity-governance/rest-unable-to-map-response-status-field/m-p/75451
05/15/2024 06:14 AM
this solution does not work.
05/15/2024 06:16 AM
This is something comes from code and can’t be managed by configuration. You can raise idea to improve error logging in error tasks
05/15/2024 06:17 AM
okay thanks!
05/15/2024 06:18 AM
Please click the 'Accept As Solution' button on the reply (or replies) that best answered your original question.
05/07/2024 07:38 PM