SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual523730-004
17-6
Effect. The operation fails.
Recovery. See the Guardian Procedure Errors and Messages Manual to diagnose
and correct the problem.
SQL 20018
Where type is the SQL_DATA_TYPE specified in the COLS metadata table.
Where default is the DEFAULT_CLASS specified in the COLS metadata table.
Where name is the COLUMN_NAME specified in the COLS metadata table.
Cause. SQL/MX found a discrepancy while reading metadata information. The
information returned is inconsistent. This is an internal error.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 20019
Where state is the DEFAULT_CLASS specified in the COLS metadata table.
Where name is the COLUMN_NAME specified in the COLS metadata table.
Cause. SQL/MX found a discrepancy while reading metadata information. The
information returned is inconsistent. This is an internal error.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 20020
Where num1 is the number of columns associated with the referenced table constraint.
Where table1 is the name of the referenced table.
Where num2 is the number of columns associated with the referencing table constraint.
20018 An internal error occurred. There is an inconsistency
between the data type (type) and default state (default) for
column (name).
20019 An internal error occurred. An invalid default state
(state) exists in the COLS metadata table for column (name).
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.