Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/17/2023 10:21 PM
Hi
We have FD ticket where we wanted to know which Analytics runs every sunday for 1 and half days.
https://saviyntsupport.saviynt.com/support/tickets/1669038
This i conclusion of that ticket:
"This is an analytics controler job which is running in weekly basis and it is an internal Elastic servers job which is running in background. This job is running for all analytics for archival data. "
and
" We recommend you to please raise query on the below forum for building an SQL query as per the requirement, our respective team will review and address your quires."
And they were not able to answer how we can exclude that from our Analytics, that reports all analytics which has runned over 60 minutes.
Can someone here help excluding it (i think issue is that it has some generic name)?
Regards
Riku
09/19/2023 06:35 AM
Hi @RikuN
let me check internally with the agent worked on FD ticket and come back to you.
Thanks
Darshan
09/19/2023 07:31 AM
Hi
Sure, thanks.
Regards
Riku
09/20/2023 09:28 AM
Hi @RikuN
I could see the analytics you have configured and it looks like you are using qrtz fired time and not the job start time to calculate the difference , Job may be have been fired but sometimes it goes in the que ( especially analytics job as there may be running simultaneously ) so it will trigger a Temp trigger and wait for it to launch but job is already fired here but when it actually runs then the job start time is updated, that is why in ecm import job there is no job which is running more than 1hr but your report says so.
I would suggest you to caluclate based on job start date or increase the time to more than 1hr to aviod this case.
Thanks
Darshan
09/20/2023 11:18 PM
Hi
I still believe it really runs over 24 hours. I saw that job on monday morning on "Running jobs"-page with job name: MT_223nm3y2nlayg and at that point it had runned over 24 hours based on Saviynt UI information.
I try to confirm this next monday and then report here more information.
Regards
Riku
09/20/2023 11:30 PM
Hi
I also added job startdate and jobenddate from ecmimportjob-table to our analytics, but AnalyticsESJob jobstartdate is empty.
There must be some issue in joins of our sql as Analytics jobs doesn't have "actual jobs", but i can't figure out what? Also job name is missing for AnalyticsESJob's. But when report finds actual job, it shows job name correctly.
Our joins:
qrtz_fired_triggers qft
inner join qrtz_triggers qrt on qft.trigger_name = qrt.trigger_name
and qft.trigger_group = qrt.trigger_group
left outer join ecmimportjob ecm on qrt.trigger_name = ecm.triggername
and qrt.job_group = ecm.jobgroup
Regards
Riku
09/21/2023 02:09 AM
Hi @RikuN
AnalyticsES jobs is triggered when analytics is scheduled from UI instead of job control panel , now here the job fired time is not the same as ecm import job start time and Also for analytics ES job , once job is completed, it will store in ECM import job so thats the miss happening, I would suggest you to schedule all the analytics from job control panel instead of UI so that you can remove those or you need to exclude this job completely and it will remove all the analytics which is configured to run from analytics config page.
Thanks
Darshan
Thanks
Darshan
10/01/2023 12:59 AM - last edited on 10/02/2023 03:08 AM by Sunil
Hi
Here is screenshot
of that job running. It started around midnigh, so at this point it has run over 10 hours. I still don't know what that analytics is, but in this screenshot is has name: MT_5gn7cn91ke5kp . Clicking that link opens this information about it:
Can we find out what job/analytics it is, based on this information?
Regards
Riku
[This message has been edited by moderator to remove url hyperlink]