SQL/MX 3.2.1 Messages Manual (H06.26+, J06.15+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Release 3.2.1 Messages Manual691121-002
10-56
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.
SQL 8936
Where seq-name is the ANSI name of the sequence generator.
Cause. The CURRVAL pseudo column for a sequence generator cannot be accessed
unless the NEXTVAL pseudo column for that sequence generator is successfully
accessed at least once in the same query or session.
Effect. The statement fails to execute.
Recovery. Execute a statement that accesses NEXTVAL in the same session.
8934 The MAXVALUE for the sequence generator has been
exceeded
8935 The sequence generator update failed, see additional
diagnostics for failure details.
8936 seq-name.CURRVAL is not initialized in the current
session.