NET/MASTER Messages Manual
NNM2554
Messages
106159 Tandem Computers Incorporated 2–419
NNM2552
procname
INPUT MDO IS MISSING
Cause. The DSM/PM Interface NCL procedure
procname
was invoked without
passing in any parameters. This indicates a programming error.
Effect. The event is not sent to the designated collector. The error message is returned
in &SYSMSG.
Recovery. Refer the message to your system programmer. The programmer should
correct the NCL procedure that calls
procname
. The syntax for calling
procname
is
as follows:
CALL
procname
(
ems_mdo
, [
dest_type
,
dest_name
]), SHARE
ems_mdo
., &SYSMSG
NNM2553
procname
INPUT MDO IS NOT AN EMS EVENT MDO
Cause. The first parameter passed to the DSM/PM Interface NCL procedure
procname
did not contain SPI information or was not an MDO that conformed to the
$MSG and $SPI maps. This indicates a programming error.
Effect. The event is not sent to the designated collector. The error message is returned
in &SYSMSG.
Recovery. Refer the message to your system programmer. The programmer should
correct the NCL procedure that calls
procname
.
NNM2554
procname
EVENT ALREADY HAS TOKEN ZNNM_TKN_DUPLICATE_EVENT SET:
event-time
event-text
Cause. The event was probably one that this NCL procedure sent out earlier. Your
NonStop NET/MASTER MS system did not filter out events with the
ZNNM_TKN_DUPLICATE_EVENT token set.
procname
is the name of the DSM/PM Interface NCL procedure.
event-time
is the time of event generation in the format hh:mm:ss.
event-text
contains the event message that is the content of the &$xxx.TEXT
message profile variable.
Effect. The event is not sent to the designated collector, and the message is written to
the activity log.
Recovery. You can reconfigure your NonStop NET/MASTER MS to use an EMS filter
to filter out the events which have the ZNNM_TKN_DUPLICATE_EVENT token set.