Neoview Messages Manual (Volume 1) (R2.4)

name
is the name of the file.
Cause You included more than one module statement. name will be used.
Effect The HP Neoview database software ignores the second module statement.
Recovery Informational message only; no corrective action is needed.
SQL 2093
2093 A module timestamp statement was not found in file name.
name
is the name of the file.
Cause The HP Neoview database software did not find a module timestamp statement in
the module definition file name.
Effect The Neoview database software uses a default timestamp value of all zeros.
Recovery Supply a timestamp and resubmit.
SQL 2094
2094 A module timestamp statement has already appeared in this module.
The previous timestamp is being retained and this latest one ignored.
Cause You specified a timestamp statement twice in this module.
Effect The HP Neoview database software uses the first timestamp.
Recovery Informational message only; no corrective action is needed.
SQL 2095
2095 Module file name1, expected to contain module name2, instead
contains name3.
name1, name2, and name3 are module file names.
Cause The HP Neoview database software expected to find the first module name1, but
instead found the second module name2, in file name3.
Effect Only the second module is compiled.
Recovery None.
SQL 2096
2096 A source file statement has already appeared in this module. The
previous source file is being retained and this latest one ignored.
Cause The HP Neoview compiler was invoked on a module definition file that contains
more than one SOURCE_FILE statement. A module definition can have only one SOURCE_FILE
statement that specifies that module’s SQL source file.
Effect The operation fails.
Recovery Edit the module definition file so that it contains no more than one SOURCE_FILE
statement, and rerun the Neoview compiler on the module definition.
SQL 2097
2097 Source file name is over 1024 characters long.
Cause The HP Neoview compiler was invoked on a module definition file that contains a
SOURCE_FILE statement whose source path name has over 1024 characters.
Effect The operation fails.
Recovery Edit the module definition file so that its SOURCE_FILE statement’s source
path name is no more than 1024 characters long. Rerun the Neoview compiler on the module
definition file.
77