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

Execution trail - failed rule extract

Jaya
Regular Contributor II
Regular Contributor II
Hi Team,
 
I have attached a screenshot from execution trail, where we can see there are 31,000+ failed rules.
So can we have an extract of this report for further analysis via analytics as there is no option in UI to get this extract.
 
[This message has been edited by moderator to mask Company name from an image]
Thanks
Jaya Karothia
6 REPLIES 6

rushikeshvartak
All-Star
All-Star

Currently feature may not be supported Please submit idea ticket


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

Manu269
All-Star
All-Star

@Jaya can you please check this post :

This will generate report  of Audit trail information for all the events in Saviynt

Solved: Saviynt Audit Trail report generation - Saviynt Forums - 40958

 

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

The ask and above suggestion is different. Ask is about Execution trails for rules and not for Audit Trail


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

my bad... this is regarding audit trail.

Lets wait for other folks to respond.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Jaya
Regular Contributor II
Regular Contributor II

Thanks for your response @rushikeshvartak @Manu269 

Can we fetch this with analytics query, I think these will be stored somewhere in database.

 

Thanks
Jaya Karothia

 

rushikeshvartak_0-1711513800885.png

 

SELECT userrulerundatakey,
       userkey,
       jobgroup,
       changemap,
       ruletype,
       detective,
       birthright,
       processed,
       comments   COMMENT,
       jobid,
       parentjobid,
       updatedate AS UPDATEDAT,
       eventsource,
       ruleactionfailed,
       ruleactionsuccessful,
       trail,
       ruleactiontobefired,
       userhistorykey,
       newdata,
       olddata,
       wsbatchidentifier
FROM   userrulerundata 

 


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