Neoview Messages Manual (Volume 1) (R2.4)
SQL 20020
20020 An internal error occurred. The number of columns (num1) defined
for the referenced table table1 does not match the number of columns
(num2) defined on the referencing table table2 for constraint const.
num1
is the number of columns associated with the referenced table constraint.
table1
is the name of the referenced table.
num2
is the number of columns associated with the referencing table constraint.
table2
is the name of the referencing table.
const
is the name of the constraint for the referencing table.
Cause The HP Neoview database software found a discrepancy while reading metadata
information. The information returned is inconsistent.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 20021
20021 An internal error occurred - invalid column data type.
Cause The utility subsystem that reads and maintains metadata encountered an unexpected
data type for a column.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 20023
20023 Object does not exist.
Cause The utility subsystem that reads and maintains metadata could not find the requested
HP Neoview database object. A possible cause is that the catalog, schema, or object name is
misspelled in the request. Neoview database objects can be catalogs, schemas, tables, trigger
temporary tables, stored procedures, indexes, or MP aliases.
Effect The operation fails.
Recovery Enter the correct name, and retry the request.
SQL 20025
20025 An internal error occurred while trying to access metadata for
object object-name. Expecting cache state (state1) but cache state is
(state2).
object-name
is the name of the table, view, synonym, trigger, etc.
state1/state2
is [not] opened,
[not] closed,
[not] modified,
[not] created
Cause Illegal sequence of operations performed by a utility or DB Admin.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
261