NET/MASTER RMS Management and Operations Guide

RMS1026
RMS Messages
115415 NonStop NET/MASTER RMS Management and Operations Guide A–27
RMS1025
handler-type
PROC(
ncl-id
) SKIPPING RECURSIVE %INCLUDE OF
ruleset-name-called
IN
ruleset-name
Cause. A message handler encountered a %INCLUDE rule in the ruleset
ruleset-name
that the handler is currently loading, but the ruleset named in this
rule was already loaded by the message handler.
ruleset-name-called
is the
name of the ruleset identified in the %INCLUDE rule.
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 %INCLUDE rule is not executed.
Recovery. The message is informational only; no recovery action is necessary. If you
wish, you can delete the duplicate %INCLUDE rule in the ruleset,
ruleset-name
.
RMS1026
handler-type
PROC(
ncl-id
) PROCESSING %INCLUDE OF
ruleset-name-called
Cause. A message handler encountered a %INCLUDE rule that requested the loading
of ruleset
ruleset-name-called
.
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.
ruleset-name-called
is loaded. If it also contains %INCLUDE rules, those
rules are serviced first before the records in
ruleset-name-called
are loaded.
Loaded records overlay records that are loaded previously.
Recovery. This message is informational only; no recovery action is necessary.