APPLICATION DESIGN
Use this command to see if the agent is scheduled to run. If it doesn’t appear in the list when it should, then you know to check its schedule, to check whether or not the agent is enabled, and to check whether or not the database has background agents disabled.
This command does not list agents that are manually run from the Actions menu or Agents list.
Use this command to see where your agent is running (that is, in which queue) and what parameters are in effect.
Use this command to display and change the debugger settings. These settings apply to the Agent Manager debugger that you enable in the NOTES.INI file.
This command lists each agent that is scheduled to run on the current day. It lists only agents that run in the background. Check the list for the following information to make sure the agent is scheduled correctly.
E S V
E: Eligible to run
S: Scheduled to run
V: Waiting to run
If the agent runs when new mail arrives or a document is created or updated, it should be listed with a V. If it isn’t listed, check the "When should this agent run" setting.
S: Daily, weekly, monthly, or more than once a day schedule
M: New mail has arrived
U: One or more documents have been created or updated
This command lists the number of agents in queues and other run-time statistics. Even though agent names are not listed, you can check the queue information to determine if the queues are processing the number of agents you would expect. You can also check the run-time statistics to see how the Agent Manager is set up.
For example, Agent Manager status information includes:
This command lists the Agent Manager debugger settings you specified with the Debug_AMgr statement in NOTES.INI. Use this command to make sure the debugger settings are correct and to change them using the same options that are available for the Debug_AMgr statement, except *.
For example, to add options for the Agent Manager that you have already set up to display agent debugging information (-e option):
tell amgr debug -e, -l, -m, -p
See Also