APPLICATION DESIGN


Agent Manager debugging information
You can specify that the Agent Manager record debugging information in these ways:
If you specify both statements, the Debug_AMgr settings take precedence.

Debug_AMgr

To specify that the Agent Manager record debug information, edit NOTES.INI and add the following statement:

Debug_AMgr=option

where option can be one or more of the following:


After you specify Debug_AMgr in NOTES.INI and you run an agent on a server, check the Notes console and Notes Log (LOG.NSF) for the debugging information. Optionally, you can redirect the debug information to be recorded in a separate file on the server. When you redirect the debugging information to a separate file, performance can be affected. To redirect information, edit NOTES.INI and add the following statement:

DEBUG_OUTFILE=<file-name>

If you run an agent on a database stored on your local workstation, you must redirect the output because the Notes console is only on the server.

Log_AgentManager

To specify that the Agent Manager record less debugging information than with Debug_AMgr, edit NOTES.INI and add the following statement:

Log_AgentManager=option

where option can be one of the following (but not more than one):


See Also