Neoview Messages Manual (Volume 1) (R2.5)
Recovery Correct the recalibration value and resubmit the statement.
SQL 1600
1600 Unable to lock table, table-name, for the IDENTITY column,
column-name, during recalibration.
table-name
is the name of the table that contains the IDENTITY column.
column-name
is the name of the IDENTITY column.
Cause The table containing the IDENTITY column could not be locked in SHARED MODE
because there is a locking contention on the table.
Effect The statement fails to execute.
Recovery Resubmit the statement when the locking contention has cleared.
SQL 1601
1601 Recalibration of the GENERATED ALWAYS AS IDENTITY column,
column-name, for the table, table-name, is not allowed with NO SELECT.
column-name
is the name of the IDENTITY column.
table-name
is the name of the table that contains the IDENTITY column.
Cause You specified the NO SELECT syntax with the default specification type of
GENERATED ALWAYS AS IDENTITY, which is disallowed.
Effect The statement fails to execute.
Recovery Remove the NO SELECT syntax and resubmit the statement.
65