Is it possible to query Retry count, where is it stored In Saviynt?

plana77
New Contributor III
New Contributor III

Hi!

If we have business case where we would like to stop Provisioning job

when this have been tried e.g 5/10 times.  For example if AD Provisioning Tasks are failing and this has been retired 5 times then Provisioning towards these Tasks  would stop.

Can we fetch information about retry count in query?

 

 

3 REPLIES 3

rushikeshvartak
All-Star
All-Star

You can configure Provisioning retry in Security System - Provisioning Threshold (Default is 5000)

rushikeshvartak_0-1664283948749.png

 

To get error : select PROVISIONINGTRIES,TASKKEY,ACCOUNTNAME,PROVISIONINGCOMMENTS from arstasks

avinashchhetri
Saviynt Employee
Saviynt Employee

@plana77,

The column PROVISIONINGTRIES in the Table ARSTASKS stores this infomation.

 

 

Regards,
Avinash Chhetri

plana77
New Contributor III
New Contributor III

Thanks, that helps!