When it runs, the agent produces an .ERR file; however, you may not find the information you need. To find the information, you must look at the agent’s output file: SYS$SYSTEM:NSCHED$AGENT.LOG.
To turn on debugging in the agent, follow these steps:
SYS$SYSTEM:NSCHED$AGENT_RUN.COM
$!AGENT_PORT := 0 $!DEFAULT_DIRECTORY := 0 $!DEBUG_LEVEL := 0 $!RUN_DETACHED = 1 $! $SCHED$AGENT !'AGENT_PORT' 'DEFAULT_DIRECTORY' 'DEBUG_LEVEL' 'RUN_DETACHED'
$AGENT_PORT := 0 $DEFAULT_DIRECTORY := 0 $DEBUG_LEVEL := 0 $RUN_DETACHED = 1 $! $SCHED$AGENT 'AGENT_PORT' 'DEFAULT_DIRECTORY' 'DEBUG_LEVEL' 'RUN_DETACHED'
Note: You must uncomment all parameters because the parameters are position-dependent.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |