SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Privilege and Alias Messages (1000 through 1999)
HP NonStop SQL/MX Messages Manual—523730-004
3-21
SQL 1083
Where constraint-name is the name of a column or table constraint.
Cause. Data in the table violates the check constraint.
Effect. The constraint operation fails.
Recovery. Remove data that violates the constraint from the table and resubmit.
SQL 1084
Where column-name is the specified column.
Cause. An invalid default value was specified in the column definition for column-
name.
Effect. Creation of the table or addition of the column fails.
Recovery. Specify a valid default value for the column and resubmit.
SQL 1085
Cause. The length of the primary key, which is calculated by the number of primary
key columns and their data types, exceeds the maximum length.
Effect. The operation fails.
Recovery. Make sure the key length is less than 255 bytes and resubmit.
SQL 1086
Where lock-name is the name of the specified lock.
Cause. Lock lock-name was specified, but does not exist.
Effect. The operation fails.
Recovery. Create a lock lock-name or specify a valid lock name and resubmit.
1083 Validation for constraint constraint-name failed;
incompatible data exists in table.
1084 An invalid default value was specified for column
column-name.
1085 The calculated key length is greater than 255 bytes.
1086 Lock lock-name does not exist.