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-28
SQL 2207
Where -option is the command-line option.
Cause. You invoked mxCompileUserModule with an unrecognized command-line
option.
Effect. The operation fails.
Recovery. Review the allowable command-line options by invoking
mxCompileUserModule. Verify that the desired command-line options are spelled
correctly and retry the command.
SQL 2208
Cause. You invoked mxCompileUserModule without supplying an application file.
Effect. The operation fails.
Recovery. Invoke mxCompileUserModule on an application file, such as an OSS ELF
object file, or an SQLJ JAR or profile 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.
2207 -option is an unknown command line option.
2208 mxCompileUserModule requires an <application file> name.
2209 string is not a valid delimited identifier.
2210 Delimited identifier has no ending quote.