Agent Log

I am working on a database that contains information on all the agents we have running on our application servers. I can find all the data I need except agent runtimes. Anyone know how to programmatically pull back the contents of the agent log such as start and end times? Thanks.

Subject: Agent Log

You can pull info from the server log. Start and end times are displayed if you have the the agent manager logging turned on. There are a couple of options for the logging, so you might want to check Agent FAQ to select what you need. “troubleshooting agents” is one of a couple of places I recollect gives you all the options.

Subject: Agent Log

Kevin,Some time ago I wrote an application to detect agents not running when they should. I spent quite a while figuring out how to get an agents schedule time and actual run time. I used the Notes C API functions to get the information.

You can contact me at nwilkins@hmi.co.uk