Neoview Messages Manual (R2.2)
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.
-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
2208 mxCompileUserModule requires an application file name.
Cause You invoked mxCompileUserModule without supplying an application file.
Effect The operation fails.
Recovery Invoke mxCompileUserModule on an application file, such as an HP Neoview
platform ELF object file.
SQL 2209
2209 string is not a valid delimited identifier.
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
2210 Delimited identifier has no ending quote.
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 Ensure that the delimited identifier has a closing quote and retry the command.
SQL 2211
2211 Lexical error: unknown symbol character.
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 unknown
character in the module name list.
Effect The operation fails.
81