Parameter:
DEBUG_AGENTMANAGERShort description: Extended debug output for the Agent Manager – in addition to
DEBUG_AMGR, with more detailed trace of scheduling, queues, and agent lifecycle.Profile
Parameter | DEBUG_AGENTMANAGER |
Category | Logging / Debug |
Component | Server |
Available since | 9.0.1 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 0 = off (default), 1 = on |
Description
While
DEBUG_AMGR focuses primarily on individual agent invocations and their status (start, end, runtime), DEBUG_AGENTMANAGER=1 provides additional trace output about the Agent Manager itself: queue management, scheduling decisions, lazy activation, security checks, and the interaction with database profiles.For problems such as agent does not run at the scheduled time, agent stuck in the queue, or server agents are not activated, this output is often decisive.
Example configuration
DEBUG_AGENTMANAGER=1 DEBUG_AMGR=*
Notes & pitfalls
- Very chatty – enable only temporarily.
- In combination with
DEBUG_AMGR=*, this gives the most complete picture.
- Entries land in
console.logand inlog.nsf.
- Takes effect after a restart of
amgr(restart task amgr) or a server restart.
- Complementary to
DEBUG_AMGR,Debug_Outfile,Console_Log_Enabled.