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

Analytcis not creating Account Update Task

Murmur
Regular Contributor II
Regular Contributor II

Hi everyone,

We are currently in a pre-production phase and just recently imported existing AD Accounts to Saviynt.

To align our current accounts with our goal definition of an AD account we need to add some Information to the AD accounts, that are present in the correlated User (imagine CP10 = employeeID).

I tried to achieve this by triggering an Account Update Task by creating an Analytics Configuration, that looks like this:

Murmur_2-1704990842067.png

 

(Needed to create a new one to show it to you, as the Analytics Query is not visible in 23.11 anymore) 

So basically allowed Action contains "UpdateAccount" and the Analytics Query is 

select a.name,a.accountkey as acctKey, endpointkey, 'UpdateAccount' as Default_Action_For_Analytics from accounts a WHERE Endpointkey = 4;

When I PPreview it and Dry Run it, I receive some results. Unfortunately, when I run it, I receive the message that there are 0 total records and no Update Account Tasks were created.

Now I'm wondering how I can debug this.

Thanks in advance 🙂

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Enable show query option from Global configuration - analytics - show query 

rushikeshvartak_0-1705005320581.png

 

Please create job to create update account task.

rushikeshvartak_1-1705005411923.png

 


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