Neoview Messages Manual (R2.2)
Effect The operation fails.
Recovery Verify that your Neoview compiler exists and is executable and retry the command.
SQL 2221
2221 SQL compiler invocation failed with return code error code.
error code
is the error message code.
Cause You invoked mxCompileUserModule on an application file to SQL compile its module
definitions. This command invoked the HP Neoview compiler, which returned error code,
indicating an abnormal termination.
Effect The operation fails.
Recovery If the system is heavily loaded, retry the command later. If the problem persists
under normal system load, report it as an internal error, and contact the GMCSC.
SQL 2222
2222 SQL module module name was not found in application file name.
module name
is the requested module name.
application file name
is the requested application file.
Cause You invoked mxCompileUserModule on an application file with a list of module
names to SQL compile. This list includes the named module, which cannot be found in the
application file.
Effect The operation fails.
Recovery Verify the spelling of the module name and retry the command.
SQL 2223
2223 Application file file name does not exist or is not readable.
file name
is the name of the application file.
Cause You invoked mxCompileUserModule on the named application file, which does not
exist or is not readable.
Effect The operation fails.
Recovery Verify the spelling of the application file name and retry the command.
SQL 2233
2233 Query involves remote node segment-name that is currently down.
Compiler encountered a file system error error-num. It may produce a
plan that is suboptimal or of incompatible version.
segment-name
is the name of the segment, such as
\system.$data_volume.$data_subvolume on which the failure
occurred.
error-num
is the file-system error number.
Cause The segment-name you specified is not available.
Effect The compiler tried to produce a plan without using that segment. This attempt might
result in a suboptimal plan.
Recovery For information about file-system errors, see Chapter 23 (page 463).
SQL 2900
2900 in file file name at line number.
file name
is the name of the application file.
83