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

Query to list analytics name

ant
New Contributor
New Contributor

Hi,

Need help with query to list Analytics name and how long it had ran.

 

4 REPLIES 4

ant
New Contributor
New Contributor

something like this : 

antinator_0-1686125431372.png

 

 

Please try this:

select * from saviynt.ecmimportjob e where e.jobname= 'AnalyticsESJob'

dgandhi_0-1686142377238.png

 

 

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.

ant
New Contributor
New Contributor

Hi,

Thank you for the suggestion close to what I'm looking for but I would want to output the exact Job name just as in Job control panel shown in screenshot :

antinator_0-1686202391676.png

 

For example. if I had created a job named "Entitlement_import" shown in screenshot below, is there a way or query that I can use to return/output just that instead of Jobtype or Category?

antinator_1-1686202686286.png

 

select * from saviynt.qrtz_triggers qt where qt.trigger_name like '%Entitlement_Import%'

Please use above query.

 

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.