HP Neoview Messages Manual page 65

Table of Contents

Advertisement

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.
is the name of the table that contains the IDENTITY column.
table-name
is the name of the IDENTITY column.
column-name
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.
is the name of the IDENTITY column.
column-name
is the name of the table that contains the IDENTITY column.
table-name
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

Advertisement

Table of Contents
loading

Table of Contents