NET/MASTER Messages Manual
NNM0831
Messages
2–172 106159 Tandem Computers Incorporated
NNM0831 VARIABLE
vblname
IS NOT A $MSG MDO
Cause. The NCL verbs EMSSEND and EMSALERT require an MDO variable mapped
by MSG if the MDO= operand is specified. The error occurred because the specified
variable does not exist, is not an MDO variable, or is of the wrong context.
vblname
is the name of the variable.
Effect. No message is sent, and an error is raised in the NCL procedure.
Recovery. Ensure that you use the ASSIGN verb to create an MDO variable mapped by
$MSG before you issue EMSSEND or EMSALERT and ensure that you specify this
MDO variable for EMSSEND or EMSALERT. Reissue the NCL procedure.
NNM0832 LOGFILE NOT ALLOWED IN COLLECTOR LIST
Cause. The EMSDISTCOLL system parameter specifies a list that contains event log
file names. The distributor accepts a list of collectors but the name of a log file cannot
appear in the list.
Effect. The distributor is stopped and unavailable for use.
Recovery. Remove the names of log files from the list of collectors specified for the
EMSDISTCOLL system parameter and use the EMSDIST START command to restart
the interface.
NNM0833 EMS DISTRIBUTOR CONFIGURATION ERROR=
ems_error
, REASON
CODE=
reason
, FILE
filename
Cause. An EMSDIST START command was issued but the distributor was started with
an invalid log file. The collector log file is named in the EMSDISTCOLL system
parameter.
ems_error
is the EMS distributor error number.
reason
is the reason code for
ems_error
.
filename
is the name of the file in error.
Effect. The NonStop NET/MASTER MS distributor interface is stopped and flagged as
unavailable for use.
Recovery. Use the error number and reason code to determine the appropriate action
to take. After you have corrected the problem, use the EMSDIST START command to
restart the interface.