README for HP Neoview Release 2.4 Service Pack 2

The recalibration value must not be greater than the maximum value allowed for the data
type of the IDENTITY column.
If the statement does not contain the NO SELECT option, the recalibration value provided
must be greater than the maximum value in the IDENTITY column.
Effect The statement fails to execute.
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.
SQL 7350
7350 Incompatible consistency level of consistency-num for DP2 Halloween
protection.
Cause The compiler encountered a problem while producing a plan that would be
incompatible with the chosen isolation level.
Effect The compiler reports the problem and exits.
Recovery If possible, use the READ COMMITTED isolation level and resubmit the query.
SQL 7351
7351 Incompatible lock size of lock-num for DP2 Halloween protection.
Cause The compiler encountered a problem while producing a plan that would be
incompatible with a table lock.
Effect The compiler reports the problem and exits.
Recovery None. Contact HP Support.
SQL 7352
7352 A Hash-Join that may overflow its memory to disk can not accept
input rows longer than 57344 bytes.
Cause The length of inner or outer input rows to a hash-join operator exceeded the overflow
buffer size, which is 57344 bytes by default.
New Features in Release 2.4 SP2 19