Neoview Messages Manual (R2.2)

SQL 2201
2201 SQL compilation return code is mxcmp non-zero exit code.
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 HP
Neoview compiler nonzero exit code, indicating a warning or error.
Effect The operation fails.
Recovery Review the Neoview compiler 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
2202 Application file is not an application (ELF or SQL) file.
Cause You invoked mxCompileUserModule on an application file that is not an HP Neoview
platform ELF object file.
Effect The operation fails.
Recovery Verify that the name application file is an ELF object file. Verify that the
name of application file is spelled correctly, and retry the command.
SQL 2203
2203 Application file application pathname cannot be opened.
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.
SQL 2204
2204 SQL compilation of module name failed.
module name
is the name of the module.
Cause You invoked mxCompileUserModule on an application file that has embedded
module definition(s). The SQL compilation of the named embedded module definition produced
an HP Neoview compiler warning or error.
Effect The operation fails.
Recovery Review the Neoview compiler warning or error. Trace the diagnostic back to the
source file of the named module. Correct offending source statements. Retry preprocessing,
translating, compiling, and SQL compiling the application file.
SQL 2205
2205 A temporary filename could not be created.
Cause You invoked mxCompileUserModule on an application file that has many embedded
module definitions. The tool cannot create another temporary file name to hold the contents
of an embedded module definition. The tool used tmpnam() to create a string that is not the
name of an existing file which tmpnam() could not do.
Effect The operation fails.
Recovery Clean up TMPDIR (the directory where temporary files are created) by deleting
unused temporary files. Retry the command.
80 Neoview Compiler Messages (2000 Through 2999)