07/31/2023 07:11 PM - edited 07/31/2023 07:12 PM
Hello,
We are using the OOTB AzureAD_Template(AzureAD) connector for our Azure AD imports.
The access import job was working successfully until on the Azure AD side, one of the groups was deleted. However, the group still exists in Saviynt and it showing as active. We see in the logs the deleted group is the one causing the error (logs below). It is still trying to make a call to the deleted group and erroring out. Has anyone encountered this issue before?
Logs:
Error Message - {"error":{"code":"Request_ResourceNotFound","message":"Resource '1234' does not exist or one of its queried reference-property objects are not present.","innerError":{"date":"2023-07-31T21:15:40","request-id":"1234","client-request-id":"6789"}}}"
"ecm-worker","2023-07-31T21:15:41.250+00:00","2023-07-31T21:15:40.622017972Z stdout F at com.saviynt.provisoning.generic.GenericProvisioningService.pullAcctEntObjByRest(GenericProvisioningService.groovy:1812)"
07/31/2023 09:16 PM
Make Entitlement Inactive . and attach status threshold config attached in connection
08/01/2023 08:44 AM
Thank you. I set the entitlement to inactive and it still failed. We have our status threshold status set on the connection.
08/02/2023 01:14 PM
Hi @sab2
Please try setting below configuration under the STATUS_THRESHOLD_CONFIG on your connection and try again.
"inactivateEntsNotInFeed": true,
Refer below documentation for the same.
Thanks
08/02/2023 08:58 PM