How can I verify if events are up to date in AAI for my Autosys scheduler?
Release : 6.4.2
Component : AUTOMIC AUTOMATION INTELLIGENCE INTEGRATION FOR AUTOSYS
You can check the Admin->Schedulers tab in the AAI thick client for the Last Process time to see if the last timestamp is within a few minutes of the current time
You can also look at the jaws.log file for messages that contain "AutosysNewJammer".
The timestamp on the left is the time the log message was written, the "last event time" on the right hand side displays the latest event data from Autosys.
2022/07/19 23:00:39.747 INFO [AutosysNewJammer] Committing batch for AutoSys, last event time: 2022/07/19 23:00:34.000 PDT
2022/07/19 23:01:19.705 INFO [AutosysNewJammer] Committing batch for AutoSys, last event time: 2022/07/19 23:01:13.000 PDT
2022/07/19 23:01:59.694 INFO [AutosysNewJammer] Committing batch for AutoSys, last event time: 2022/07/19 23:01:53.000 PDT
If these timestamps are within a few minutes of each other, your event data should be up to date.