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-26
Effect. The operation fails.
Recovery. None.
SQL 2201
Cause. You invoked mxCompileUserModule on an application file that has an
embedded module definition. An SQL compilation of an embedded module definition
resulted in an MXCMP nonzero exit code, indicating a warning or error.
Effect. The operation fails.
Recovery. Review the MXCMP warning or error message. Trace the diagnostic back
to the module source file and correct the offending source statement. Retry
preprocessing, translating, compiling, and SQL compiling the application file.
SQL 2202
Cause. You invoked mxCompileUserModule on an application file that is not a
NonStop Kernel OSS ELF object file, SQLJ profile, or JAR file.
Effect. The operation fails.
Recovery. Verify that the name application file is an ELF object file, SQLJ JAR
or profile file. Verify that the name of application file is spelled correctly, and
retry the command.
SQL 2203
Cause. You invoked mxCompileUserModule (or mxcmp -a application pathname
mdf) on an application that does not exist or is inaccessible to the user.
Effect. The operation fails.
Recovery. Verify that application pathname exists and is readable by the user.
Verify that application pathname is spelled correctly, and retry the command.
2201 SQL compilation return code is mxcmp non-zero exit code.
2202 Application file is not an application (ELF or SQL)
file.
2203 Application file application pathname cannot be opened.