SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Executor Messages (8000 through 8999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
10-57
SQL 8934
Cause. The internal sequence generator table has reached either the maximum value
for IDENTITY column data type or the MAXVALUE.
Effect. The operation fails.
Recovery. There is no recovery when IDENTITY column data type maximum is
reached. If MAXVALUE is reached, define a new MAXVALUE using ALTER TABLE
ALTER COLUMN statement, and resubmit the statement.
SQL 8935
Cause. The update to the internal sequence generator table failed.
Effect. The operation fails.
Recovery. Additional error codes are returned for the update failure. Proceed with the
recovery procedures recommended for these additional error codes.
8934 The MAXVALUE for the sequence generator has been
exceeded
8935 The sequence generator update failed, see additional
diagnostics for failure details.










