HP Neoview Messages Manual page 27

Table of Contents

Advertisement

SQL 1082
1082 Validation for constraint constraint-name failed unexpectedly.
constraint-name
Cause
The constraint validation failed, either because a concurrent operation was being
performed on the table or on the referenced table (for a referential integrity constraint), or data
in the table violates the constraint.
Effect
The constraint operation fails.
Recovery
If a concurrent operation is in progress, wait until it has finished and try the
operation again. If data in the table violates the constraint, remove that data and resubmit.
SQL 1083
1083 Validation for constraint constraint-name failed; incompatible
data exists in table.
constraint-name
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
1084 An invalid default value was specified for column column-name.
is the specified column.
column-name
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
1085 The calculated key length is greater than value.
Maximum key length. Will be 255 or 2048 bytes, depending on the type of object.
value
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
Ensure that the key length is less than 255 bytes and resubmit.
SQL 1086
1086 Lock lock-name does not exist.
is the name of the specified lock.
lock-name
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.
SQL 1087
1087 DDL lock cannot be granted; invalid operation has been specified.
Cause
An invalid utility operation requested a DDL lock.
Effect
The lock request fails.
Recovery
Specify a valid utility operation, or check to see if invalid utilities are being run,
and resubmit.
is the name of a column or table constraint.
is the name of a column or table constraint.
27

Advertisement

Table of Contents
loading

Table of Contents