NET/MASTER Messages Manual
NNM2307
Messages
106159 Tandem Computers Incorporated 2–407
NNM2305 NO ENVIRONMENTAL DEBUGGING POSSIBLE FOR ROC LOGON
Cause. A DEBUG START USER=... was issued and an attempt was made to start a
debug session on a ROC session. A ROC session cannot be debugged on an
environmental basis.
Effect. The debug session is not started.
Recovery. Use the SHOW NCL command to determine the IDs of the NCL processes
that you want to debug, then use the DEBUG START ID=
nclid
command to start the
debug session.
NNM2306 NCL
nclid
DEBUG STOP NOT EXECUTED.
reason
Cause. A DEBUG STOP command was issued but the debug session is still executing
dispatched commands: for example, DEBUG LOAD.
nclid
is the ID of the NCL process to be stopped.
reason
is the text explaining the reason why the DEBUG STOP command
could not be executed: for example, PROCESSING PREVIOUS DEBUG
LOAD COMMAND.
Effect. The debugging of the NCL process continues.
Recovery. Wait until the previously despatched debug commands finish execution and
try to stop the debug session again. For example, if a DEBUG LOAD FILE=filename
command was issued and file loading is taking place, you have to wait until the
loading ends and then issue the DEBUG STOP command.
NNM2307 NCL
nclid
DEBUG SOURCE IS SET
on_off
Cause. A DEBUG SOURCE ON or a DEBUG SOURCE OFF command was issued.
nclid
is the ID of the targeted NCL process.
on_off
is either ON or OFF.
Effect. If
on_off
is ON, the next source statement is displayed after a DEBUG STEP
command. If
on_off
is OFF, no source statement is displayed after a DEBUG STEP
command.
Recovery. This message is informational only; no recovery action is necessary.