Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Actionable analytics to disable account shows one record during dry run but shows 0 records wen exec

Brijit_mary
New Contributor
New Contributor

I created a actionable analytics that will pic users with certain condition and has 'disableAccount' as Default_Action_For_Analytics. Query shows one record (expected result) during dry run but shows 0 records wen exececuted or triggerred from job.

Checked logs and it doesnt have any errors. Could someone please help?

14 REPLIES 14

rushikeshvartak
All-Star
All-Star
  • Keep base count as 1 in analytics configuration
  • rushikeshvartak_0-1720211018480.png

     


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Raghu
All-Star
All-Star

@Brijit_mary,

1.Base Count value put as blank

Raghu_0-1720209106100.png

2. still issue delete once a report, create once again ,put base count zero check again.

 

 


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

@Raghu  - Thanks for the response.. Added base count as 1 and executed again still no luck.

@Brijit_mary  can you share entrire report screenshot please


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

dgandhi
All-Star
All-Star

Have seen this kind of behavior in past. Delete the analytics and create a new one with some different name.

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.

@dgandhi  - Created a copy and tried still shows same result (one record during dry run but 0 wen executed).

naveenss
All-Star
All-Star

Hi @Brijit_mary when you execute the report, do you see any error in the logs? Also, please share the analytics configurations along with the query. 

 

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

rushikeshvartak
All-Star
All-Star
  • Please share screenshot of report
  • also create report with different name.

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Brijit_mary
New Contributor
New Contributor

@rushikeshvartak  - Tried but still issue persists.

@naveenss - Here is the query and config screenshot

select a.name, a.accountkey as acctKey, a.endpointkey, 'disableAccount' as Default_Action_For_Analytics from accounts a, user_accounts ua, users u WHERE ( a.accountkey = ua.accountkey AND ua.userkey=u.userkey) AND a.status ='1' AND a.endpointkey = 4 AND a.customproperty19='LOA' AND a.customproperty39='8388608';

Hi @Brijit_mary is there any reason you're using "Save to File" option? 

Please also select "Save Data" option and re-run the report. 

naveenss_0-1720524426205.png

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Data needs to be stored in elastic search - tick on save data.

rushikeshvartak_0-1720590905059.png

 


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Brijit_mary
New Contributor
New Contributor

@rushikeshvartak @naveenss  - Thanks, that helped. Am able to run the analytics successfully and trigger default action manually from run history. However, the default action is not getting triggered from Job even though trigger default action for analytics option is checked. 

Add the below in your query SELECT. I believe there is a typo in the existing query.

'Disable Account' as Default_Action_For_Analytics

 

Regards,
Naveen Sakleshpur
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Its for v1 @naveenss 

  • Schedule from Run All V2 Analytics Job

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

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

 

@Brijit_mary  share job configuration screenshot may be you have missed checkbox to take default action in job


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.