Where can I find Job Log for a Scheduled Job that ran?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 11:01 PM
Where can I find Job Log for a Scheduled Job that ran?
I read in this post that I can find them in syslog_transaction, but its not logged for all the jobs.
https://www.servicenow.com/community/developer-forum/scheduled-job-history-log/m-p/1698439
Evidence:
OOB auto close incident job is active and running every one hour
but nothing is logged in syslog_transaction table
Strange thing is, I have another scheduled job which also runs repeatedly
and this is getting logged in syslog_transaction table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 04:48 AM
Its ready, maybe the events are not processing? If this is a client instance I'd suggest raise a Hi CAse.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 04:58 AM
@Anurag Tripathi that job already executed many times till now and its working fine. Still not showing in transaction table - same situation in PDI and customer instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 06:16 AM
on My PDI i can see it on the Scheduled Job History
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2024 08:07 AM
Hi Anurag, that a different table called 'sys_scheduler_job_history' and not the transaction [syslog_transaction] table that you initially mentioned.
BTW 'sys_scheduler_job_history' is of not use in checking the logs as the logs wont stay for more than 6 hrs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2024 01:48 AM
Told you to navigate through left nav.