Job Scheduler: Job Execution Log

Job Execution Log for each execution of the job contains the below details.

  • Job Name – Name of the job.
  • Job Execution ID – Unique id for that execution of the job.
  • Scheduled Time – The time at which the job should be executed according to the schedule.
  • Start Time – The time at which the job started execution.
  • Duration – Time taken in seconds to complete the job.
  • Execution Status – Status of the execution of the Job. The different statuses are Success, Error, and Terminated.
  • Log – The execution log when the job encountered an error. An execution log for successfully completed jobs will be provided, if the script’s output is redirected to standard output.

Job Execution Log

Job Execution Log

Business Value:

Debugging: Admins can easily debug and find the cause of a failed job, using with the error log provided for the particular execution of the job.

Steps to Enable

You don't need to do anything to enable this feature.

Tips And Considerations

The site has to be on 25A version to access Job Scheduler Error Logs.