SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
SQL/MX MXCMP Messages (2000 through 2999)
HP NonStop SQL/MX Messages Manual—523730-004
4-29
SQL 2211
Cause. You invoked mxCompileUserModule on an application file, possibly intending
to SQL compile only a subset of its embedded module definitions, but you specified an
unknown character in the module name list.
Effect. The operation fails.
Recovery. Review the module name list syntax. Verify that the module names are
specified correctly and retry the command.
SQL 2212
Cause. You invoked mxCompileUserModule on an application file, intending to SQL
compile only a subset of its embedded module definitions, but you specified an
unexpected string in the module name list.
Effect. The operation fails.
Recovery. Review the module name list syntax, especially where string1 is
expected. Verify that the list of module names are specified correctly and retry the
command.
SQL 2213
Cause. You invoked mxCompileUserModule on an application file, possibly intending
to SQL compile only a subset of its embedded module definitions, but you specified an
unexpected string in the module name list.
Effect. The operation fails.
Recovery. Review the module name list syntax, especially where an identifier is
expected. Verify that the list of module names are specified correctly and retry the
command.
2211 Lexical error: unknown symbol character.
2212 A syntax error was encountered: expecting string1
instead of string2.
2213 A syntax error was encountered: expecting an identifier
instead of string.