please let me know why below job is not run in yesterday

mani55
Tera Contributor

please let me know why below job is not run in yesterday

 

 

mani55_0-1733138417306.png

 

8 REPLIES 8

Is the job queued? do you see it in sys_trigger?

-Anurag

just now i checked sys_trigger yeah in this table we have our schedule job

 

mani55_0-1733140078617.png

 

mani55
Tera Contributor

but i checked event logs and emails logs those are not there

Robbie
Kilo Patron
Kilo Patron

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