SQL/MX 2.x Messages Manual (H06.10+, J06.03+)

SQL/MX MXCMP Messages (2000 through 2999)
HP NonStop SQL/MX Messages Manual544518-011
4-29
SQL 2208
Cause. You invoked mxCompileUserModule without supplying an application file.
Effect. The operation fails.
Recovery. Invoke mxCompileUserModule on an application file, such as a NonStop
Open System Services (OSS) ELF object file.
SQL 2209
Cause. You invoked mxCompileUserModule using a command-line option allowing a
delimited identifier, but the delimited identifier has an invalid character, such as the @
sign.
Effect. The operation fails.
Recovery. Remove invalid characters, such as the @ sign, from the delimited
identifier and retry the command.
SQL 2210
Cause. You invoked mxCompileUserModule using a command-line option allowing a
delimited identifier, but the delimited identifier has no closing quote.
Effect. The operation fails.
Recovery. Make sure that the delimited identifier has a closing quote and retry the
command.
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.
2208 mxCompileUserModule requires an application file name.
2209 string is not a valid delimited identifier.
2210 Delimited identifier has no ending quote.
2211 Lexical error: unknown symbol character.