please let me know why below job is not run in yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 03:20 AM
please let me know why below job is not run in yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 03:45 AM
Is the job queued? do you see it in sys_trigger?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 03:47 AM - edited 12-02-2024 03:48 AM
just now i checked sys_trigger yeah in this table we have our schedule job
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 04:26 AM
but i checked event logs and emails logs those are not there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2024 03:41 AM
Hi @mani55,
As this is a scheduled job, you should be able to check the logs to see if it ran. Please note however, just because it ran, it doesn't mean it would deliver results. You would need to confirm the query returned results from the data at that point - a good way to check is to review the data and run the query as a background script ensuring you comment out or do not execute the gs.eventQueue() statement.
To check the logs, naviagte to and click on 'All' under 'System Log' and then filter the logs by yesterdays date and where the Message field contains 'Scheduled job'.
To help others (and for me to gain recognition for my efforts), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie