EMS Manual
Compiled Filters
EMS Manual—426909-005
5-54
Compiler Errors and Warnings
Effect. The command is not executed.
Recovery. Check that your map information does not exceed 4000-bytes.
Cause. The data type of the token code is not one of those defined by the
programmatic interface.
Effect. The command is not executed.
Recovery. Use SPI-defined data types for token codes. (For details, see the SPI
Programming Manual.)
Cause. The indicated name is unknown to TACL.
Effect. The command is not executed.
Recovery. Check that the referenced token exists and is entered correctly.
Cause. Although the variable exists, it does not represent a legal token code in the
programmatic interface.
Effect. The command is not executed.
Recovery. Check that you use valid tokens where needed.
Cause. You supplied a non-token identifier where a token name is expected. You get
this message if you use a Boolean variable or subsystem descriptor name where a
token name is expected.
Effect. The command is not executed.
Recovery. Use a token name instead of a Boolean variable or subsystem descriptor
name.
Cause. The field, which requires an even byte offset, has an odd byte offset. All fields
that are not byte-oriented must have an even byte offset. TACL performs this alignment
automatically for its structures.
*** Error *** Expected a valid token: not a valid SPI data
type
*** Error *** Expected a valid token: variable does not
exist
*** Error *** Expected a valid token: variable expanded to
an incorrect form
*** Error *** Expected the name of a token
*** Error *** Field access does not begin at a word
boundary