The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Where can I find Job Log for a Scheduled Job that ran?

Suggy
Giga Sage

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

Suggy_0-1734591562772.png

but nothing is logged in syslog_transaction table

Suggy_1-1734591588920.png

 

Strange thing is, I have another scheduled job which also runs repeatedly

Suggy_2-1734591640903.png

and this is getting logged in syslog_transaction table

Suggy_3-1734591683422.png

 

14 REPLIES 14

Its ready, maybe the events are not processing? If this is a client instance I'd suggest raise a Hi CAse.

-Anurag

@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 

on My PDI i can see it on the Scheduled Job History

 

AnuragTripathi_1-1734704203123.png

 

-Anurag

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.

 

Told you to navigate through left nav. 

-Anurag