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

Tasks are not created

Kumat
New Contributor
New Contributor

i'm using simple query to deprovision AD accounts and tasks are not created, when I click on action as Deprovision account in the actionable report.

SELECT name as Accountname, accountkey AS acctKey, endpointkey, 'Deprovision Account' AS Default_Action_For_Analytics FROM accounts WHERE status = 2 and ENDPOINTKEY = 1

Please help me if i'm missing anything. Query returned correct count but tasks are not created.

5 REPLIES 5

dgandhi
All-Star
All-Star

Please paste screenshot of your analytics config.

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

Kumat
New Contributor
New Contributor

Kumat_0-1682991431819.png

 

Kumat
New Contributor
New Contributor

Kumat_1-1682991476693.png

I used both deprovision account and delete account, both didn't create tasks.

Select below as default action and try. It should work.

dgandhi_0-1682992608218.png

 

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star

https://docs.saviyntcloud.com/bundle/EIC-Admin-v2022x/page/Content/Chapter17-EIC-Analytics/Configuri...

 

  • Sample query:

    • Schedule from Run All V2 Analytics Job

    SQL
    select a.name,a.accountkey as acctKey, endpointkey, 'deprovisionAccount' as Default_Action_For_Analytics from accounts;
     
    • Schedule from Run All V1 Analytics Job

    SQL
    select a.name,a.accountkey as acctKey, endpointkey, 'Deprovision Account' as Default_Action_For_Analytics from accounts;
     

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.