NET/MASTER RMS Management and Operations Guide
RMS1027
RMS Messages
A–28 115415 NonStop NET/MASTER RMS Management and Operations Guide
RMS1027
handler-type
PROC(
ncl-id
) RULESET (
ruleset-name
) LOAD ENDED -
rule-count
RULES LOADED
Cause. A message handler completed loading the ruleset,
ruleset-name
.
rule-count
is the number of message action rules that were loaded.
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.
rule-count
message action rules were loaded.
Recovery. This message is informational only; no recovery action is necessary.
RMS1028
handler-type
PROC(
ncl-id
)
rule-count
RULES PROCESSED - RULESET
LOAD CONTINUING
Cause. A message handler is loading the rules in a ruleset, and this message appears
for every 20 message action rules processed.
rule-count
is the number of message
action rules that were processed and is a multiple of 20. Note that the message
handler does not load inactive rules, so the number of rules processed can be greater
than the number of rules loaded.
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 continues to load the remaining rules in the ruleset, and
sends this message with every 20 rules processed.
Recovery. This message is informational only; no recovery action is necessary.