Neoview Messages Manual (Volume 1) (R2.5)
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.
SQL 2206
2206 Temporary file temp filename could not be created.
temp filename
is the name of the temporary file.
Cause You invoked mxCompileUserModule on an application file that has many embedded
module definitions. The tool cannot create another temporary file to hold the contents of an
embedded module definition.
Effect The operation fails.
Recovery 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.
SQL 2207
2207 -option is an unknown command line option.
85