SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)
Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
3-73
Where seq-gen-value is the current numeric value of internal sequence generator.
Cause. The specified MAXVALUE was less than the current value of internal
sequence generator.
Effect. The operation fails.
Recovery. Specify a MAXVALUE equal to or greater than the current value of internal
sequence generator and resubmit the statement.
SQL 1592
Where col-name is the IDENTITY column name.
Cause. The internal sequence generator option specified cannot be altered. Only
MAXVALUE and INCREMENT BY options are altered.
Effect. The operation fails.
Recovery. Specify either the MAXVALUE or INCREMENT BY internal sequence
generator options, and resubmit the statement.
SQL 1593
Where col-name is the IDENTITY column name.
Cause. For an IDENTITY column, more than one internal sequence generator option
is specified for an ALTER operation.
Effect. The operation fails.
Recovery. Specify either the MAXVALUE or INCREMENT BY internal sequence
generator options, and resubmit the statement.
SQL 1594
Where col-name is the IDENTITY column name.
Cause. An internal error occurred while accessing the current value of the IDENTITY
column.
Effect. The operation fails.
1592 Only the MAXVALUE or INCREMENT BY option can be altered
for the col-name.
1593 Only one col-name option can be altered at a time.
1594 An error occurred trying to access the current value of
the IDENTITY column col-name.










