NET/MASTER RMS Management and Operations Guide

RMS6132
RMS Messages
115415 NonStop NET/MASTER RMS Management and Operations Guide A–87
The expression must relate all the tests specified under MESSAGE TEXT ANALYSIS:
The numbers 1 through 5 identify the tests (which are Boolean expressions). You
relate them by the operators AND and OR to form a single Boolean expression.
You use the parentheses to order the evaluation of the expression.
You use the unary operator NOT or ^ to negate a Boolean result.
The following is a sample expression: (1 AND 3) OR ^(2 AND 4).
An AND or OR operator must be between two Boolean expressions. A NOT or ^
operator must be followed by a Boolean expression. Each left parenthesis must be
matched by its own right parenthesis and there must be a Boolean expression between
each pair of parentheses.
RMS6131 BLANK SCAN TEXT SPECIFIED IN SCAN OPERATOR STRING
Cause. You specified an invalid expression in the RELATIONSHIP BETWEEN
ANALYSIS CRITERIA field on page 3 of the message action rule definition panels
(third Message Validation panel). The expression contained one or more numbers that
pointed to tests under MESSAGE TEXT ANALYSIS that were not specified. The
expression is invalid if one of the included tests is not specified.
Effect. The expression is not accepted. The action is not performed. The invalid
expression and the Scan Text field for the unspecified test are highlighted.
Recovery. Change the expression so that it does not include a number that points to an
unspecified test. Alternatively, specify the test to make the expression valid. Request
the action again.
RMS6132 SYNTAX ERROR
Cause. You specified an invalid expression in the RELATIONSHIP BETWEEN
ANALYSIS CRITERIA field on page 3 of the message action rule definition panels
(third Message Validation panel). The expression has an invalid construct (for
example, the incorrect use of an operator).
Effect. The expression is not accepted. The action is not performed.
Recovery. Change the invalid expression to correct the error before requesting the
action again.
The expression must relate all the tests specified under MESSAGE TEXT ANALYSIS:
The numbers 1 through 5 identify the tests (Boolean expressions). Relate them by
the operators AND and OR to form a single Boolean expression.
Use the parentheses to order the evaluation of the expression.
Use the unary operator NOT or ^ to negate a Boolean result.