![HP Neoview Messages Скачать руководство пользователя страница 27](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138027.webp)
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 value.
value
Maximum key length. Will be 255 or 2048 bytes, depending on the type of object.
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.
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.
27
Содержание Neoview Messages
Страница 12: ...12 ...
Страница 66: ...66 ...
Страница 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Страница 130: ...130 ...
Страница 172: ...172 ...
Страница 178: ...178 ...
Страница 184: ...184 ...
Страница 238: ...238 ...
Страница 266: ...266 ...
Страница 268: ...268 ...
Страница 350: ...350 ...
Страница 378: ...378 ...
Страница 384: ...384 ...
Страница 400: ......