State field in Scheduled jobs shows ready always

Manikandan2
Kilo Expert

Hi, The state field in the scheduled jobs shows Ready even after clicking on execute now. for few it is showing Ready in "Red" colour

See attached. Could you please let me know if i am missing anything

  1. Why it is showing ready in red color. 
  2. How do i find if the jobs are executing. Where do i see the logs. 

Thanks

1 ACCEPTED SOLUTION

Alikutty A
Tera Sage

Hello,

I believe you are referring to the scheduled job entry in sys_trigger table. This entry ensures that the job runs in the background at the specified schedule. You could see its next execution time, number of times executed. The Ready state should mean that the Job is ready to execute without any errors.

To check if a job has executed or not then you can navigate to System Logs -> Transactions (Background) and could find your job listed here (Search on URL)

Thanks!

View solution in original post

2 REPLIES 2

Alikutty A
Tera Sage

Hello,

I believe you are referring to the scheduled job entry in sys_trigger table. This entry ensures that the job runs in the background at the specified schedule. You could see its next execution time, number of times executed. The Ready state should mean that the Job is ready to execute without any errors.

To check if a job has executed or not then you can navigate to System Logs -> Transactions (Background) and could find your job listed here (Search on URL)

Thanks!

Thanks a lot! This is what i was looking for.