NET/MASTER RMS Management and Operations Guide

RMS1035
RMS Messages
115415 NonStop NET/MASTER RMS Management and Operations Guide A–31
Recovery. Restart ZRMSMGHN using a valid message handler type:
EMS (EMSPROC), LOG (LOGPROC), MSG (MSGPROC), or INT (for current or
background environment).
RMS1034
handler-type
PROC(
ncl-id
) RULE (
rule-id
) USER VALIDATION EXIT
RC NOT ZERO, RC=
return-code
Cause. A message handler encountered a %START rule that failed validation. The rule
contains a user-defined message validation exit NCL procedure that returned a
nonzero return code.
return-code
is the value of the return code.
The message handler is executing as an NCL process with NCL ID,
ncl-id
.
handler-type
is the type of message handler and can have one of the following
values:
EMS The message handler is executing as an EMSPROC.
LOG The message handler is executing as a LOGPROC.
MSG The message handler is executing as a MSGPROC.
INT The message handler is executing in a user's current environment or in a
background environment.
rule-id
is the name of the %START rule.
Effect. The %START rule is not executed.
Recovery. If you want this %START rule to be executed by the message handler in this
environment, either change the validation exit NCL procedure to ensure that a zero
return code is returned when the exit NCL procedure is executed, or remove the exit
NCL procedure from the rule. Otherwise, no recovery action is necessary.
RMS1035
handler-type
PROC(
ncl-id
) RULESET (
ruleset-name
) LOAD COMMENCED
Cause. A message handler started to load the ruleset,
ruleset-name
.
The message handler is executing as an NCL process with NCL ID,
ncl-id
.
handler-type
is the type of message handler and can have one of the following
values:
EMS The message handler is executing as an EMSPROC.
LOG The message handler is executing as a LOGPROC.
MSG The message handler is executing as a MSGPROC.
INT The message handler is executing in a user's current environment or in a
background environment.
Effect. The message handler starts to load the ruleset.