Neoview Messages Manual (R2.3)
SQL 2071
2071 The name name has already been declared or defined in this module.
The previous definition, as a definition type, is being retained and
this latest one ignored.
name
is the name of the module.
definition type
is the previous definition
Cause You defined name twice in this module in which it was defined as a type definition
type.
Effect The HP Neoview database software uses the previous definition.
Recovery Specify a new name for the item and resubmit, if necessary.
SQL 2072
2072 A simple value specification that is a literal is not yet supported.
Cause You specified a simple value as a literal, which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 2073
2073 Only super ID user can compile system module name.
name
is the name of the module.
Cause You attempted to compile a system module that can be compiled only by the super
ID.
Effect The operation fails and is unable to compile the entire module correctly.
Recovery None. Use a different name for your module and recompile.
SQL 2074
2074 The name name is reserved for future system modules.
name
is the name of the module.
Cause You attempted to use a name that is reserved for future system modules.
Effect The operation fails and is unable to compile the entire module correctly.
Recovery None. Use a different name for your module and recompile.
SQL 2075
2075 The -a application name option is not allowed for system module
compilation
Cause You specified mxcmp -a application name
system-module-definition-file, which is not supported.
Effect The operation fails.
Recovery Delete the -a application name and retry the mxcmp
system-module-definition-file command.
SQL 2076
2076 HIST_NO_STATS_UEC should always be less than or equal to CQD
HIST_NO_STATS_ROWCOUNT. Present value of HIST_NO_STATS_ROWCOUNT is
'value'.
Cause You attempted to set the CQD HIST_NO_STATS_UEC value as greater than the
current value of CQD HIST_NO_STATS_ROWCOUNT.
72 Neoview Compiler Messages (2000 Through 2999)