Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/10/2024 12:22 AM
There is a requirement that any provisioning task should remain in a "Pending" state after "5" retries (Provisioning retries <=5) which was configured in the job (Advanced SQL query). For testing purposes, is there a way to fail the provisioning task (New Account/Add access) for a disconnected application?
09/10/2024 01:06 AM - edited 09/10/2024 01:07 AM
@Shanthi_Katkam disconnected application task doesn't get processed because provisioning is enabled.
Or are you referring to connected application
09/10/2024 01:13 AM
Hi @Shanthi_Katkam One thing you can try, for that task you can manually update the number of provisioning tries through enhanced query in job control panel.
Use query like this and check once
SELECT 5 AS arstasks__PROVISIONINGTRIES, TASKKEY AS arstasks__PRIMARYKEY FROM arstasks where taskkey = 20;
Regards,
Indra
09/10/2024 01:16 AM
@indra_hema_95 but if you don't run the job we won't be able to deduce for the next try whether ur moves or not ..
09/10/2024 01:18 AM
Hi @NM You are correct, I thought about it. A dummy connection can be setup for this right for testing?
Regards,
Indra
09/10/2024 06:24 AM