- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 08:23 PM
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
- Why it is showing ready in red color.
- How do i find if the jobs are executing. Where do i see the logs.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 08:35 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 08:35 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2018 08:48 PM
Thanks a lot! This is what i was looking for.