Neoview Messages Manual (R2.2)

SQL 1081
1081 Loading of index index-name failed unexpectedly.
index-name
is the name of the index being populated.
Cause Population of the index failed, either because another concurrent operation was being
performed on the base table or because data could not be loaded into the index by the call-level
interface (CLI).
Effect The operation fails.
Recovery Determine the cause of the CLI failure and resubmit.
SQL 1082
1082 Validation for constraint constraint-name failed unexpectedly.
constraint-name
is the name of a column or table constraint.
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
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
1084 An invalid default value was specified for column column-name.
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
1085 The calculated key length is greater than 255 bytes.
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.
lock-name
is the name of the specified lock.
Cause Lock lock-name was specified, but does not exist.
Effect The operation fails.
31