Azure AD Group Import Failing

sab2
Regular Contributor
Regular Contributor

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)"

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Make Entitlement Inactive . and attach status threshold config attached in connection


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.

sab2
Regular Contributor
Regular Contributor

Thank you. I set the entitlement to inactive and it still failed. We have our status threshold status set on the connection.

prasannta
Saviynt Employee
Saviynt Employee

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.

https://docs.saviyntcloud.com/bundle/REST-v2022x/page/Content/Configuring-the-Integration-for-Import...

Thanks

Does this configuration works ? https://saviynt.freshdesk.com/support/tickets/1655617


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.