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-30
SQL 2214
Cause. You invoked mxCompileUserModule on an application file to SQL compile its
embedded module definitions. An internal error occurred during the operation.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 2215
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
invalid regular identifier 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. Verify that regular
identifiers used are not SQL reserved words and retry the command.
SQL 2216
Where error code is the error code returned.
Cause. You invoked mxCompileUserModule on an SQLJ JAR or profile file to SQL
compile its module definitions. This command invoked the Java Virtual Machine (JVM)
on the sqlj.runtime.profile.util.MDFWriter class, which returned nonzero
error code.
Effect. The operation fails.
Recovery. Check the Java error code. Verify that Java is in your command search
PATH and sqlj.runtime.profile.util.MDFWriter is in your CLASSPATH.
Verify that you have write access to TMPDIR (the directory where temporary files are
created) and that TMPDIR has free space. Delete unused temporary files from TMPDIR
and retry the command.
2214 Internal error in mxCompileUserModule in file filename
at line linenumber: error message.
2215 identifier is not a valid regular identifier.
2216 SQLJ module extraction failed with return code error
code.