Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Running WSretry job for specific endpoint

rohitp
New Contributor II
New Contributor II

Hello,

I am trying to run WSretry job for a specific endpoint of a security system. Is there a way in Saviynt to accomplish it?

In our environment, we have multiple endpoints for Active Directory. Due to some internal reasons, we can not run the provisioning job for the Active Directory Security system every hour. Still, we want to run it for specific endpoints of AD.

We are currently using Saviynt v5.5SP3.

Regards,

Rohit

Rohit
5 REPLIES 5

Nikitaj
Saviynt Employee
Saviynt Employee

Hi Rohit,

This is possible through the advanced option at WS Retry job, using the arstasks table.

Job control panel-> select the needed WS Retry job-> Edit-> Advanced

You can add a SQL query for the specific endpoint. Using the SQL query you can filter the tasks for the desired endpoint. 

 

Please refer Job Categories for Old Job Control Panel : Customer Portal (freshdesk.com) 


Thanks
Nikita

amit_krishnajit
Saviynt Employee
Saviynt Employee

While setting up a WSRetry trigger, you may use an advanced query in the following way.

1.JPG

sample queries:

and at.endpoint in (2) - for specific endpoint

and at.taskkey = 123 - for specific task

and at.taskkey in (123,124,127) - for set of tasks 

 

 

Thanks,
Amit

rohitp
New Contributor II
New Contributor II

Thank you for the help.

Looks Like, Our environment does not have this Advanced option. We only have Single Instance Provisioning Job (WSBlockingRetryJob) and that only has the basic button. We will ask the Saviynt team to enable it and then use the suggested option.

Regards,

Rohit

Rohit

You may want to validate the following parameter in the externalconfig.properties file. If not present, try adding it. 

upgrademultithradinginwsretry=true

Note - modification to the externalconfig.properties file would need restart to reflect the changes. 

 

Thanks,
Amit

rohitp
New Contributor II
New Contributor II

Got it. Thank you very much for the help.

Rohit