NET/MASTER RMS Management and Operations Guide
RMS1101
RMS Messages
115415 NonStop NET/MASTER RMS Management and Operations Guide A–37
Recovery. Either delete the reference to the message group rule from the message
action rule, or create the message group rule in the ruleset and include the message
action rule as a member of the group rule.
RMS1100 *** RULESET(
ruleset-name
) PROCESSING SOLICITED MESSAGE
Cause. A message handler read a solicited message that required full processing to
check if the message triggered any rules in the ruleset,
ruleset-name
.
The message handler sent this narrative message to describe the action of processing
the solicited message. The Process Solicited Msgs control option of the ruleset used is
set to B or S to narrate this action. Whether the message handler actually processes the
solicited message depends on this setting.
Effect. If the Process Solicited Msgs setting is B, the message handler processes the
solicited message for rule triggering.
If the Process Solicited Msgs setting is S, this narrative message only describes the
action that would have been performed—the message handler does not process the
solicited message, and the solicited message continues on its normal delivery path.
Recovery. This message is informational only; no recovery action is necessary.
RMS1101 *** RULESET(
ruleset-name
) RULE(
rule-id
) MSG THRESHOLD
COUNT=
message-count
MAX=
message-threshold
Cause. A message triggered a message action rule that requested message threshold
processing to control message delivery. The delivery mode is L, Y, or X (the value of
the Delivery field on the Message Modification panel), and the message threshold is
message-threshold
(the value of the Maxcnt field on the Message Modification
panel).
rule-id
is the name of the triggered rule,
ruleset-name
is the name of the
ruleset that contains the rule, and
message-count
is the number of messages that
triggered the rule within the current threshold processing interval.
The message handler sent this narrative message to describe the action of threshold
processing. The Message Suppression control option of
ruleset-name
is set to B or S
to narrate this action. Whether the message handler actually delivers the message
according to message threshold processing depends on this setting.
Effect. The counter holding the number of messages that trigger the rule within the
current message threshold processing interval is incremented to
message-count
.
If the Message Suppression setting is B, the message handler delivers the message if
message-count
is less than or equal to
message-threshold
, or suppresses the
message if
message-count
is greater than
message-threshold
.