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

Data Definition Language (DDL) Messages (1000
through 1999)
HP NonStop SQL/MX Release 3.2.1 Messages Manual691121-002
3-73
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.
Recovery. For details, see the additional diagnostic messages. Correct the cause, and
resubmit the statement.
SQL 1595
Where col-name is the IDENTITY column name.
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.
1595 The MAXVALUE option for the IDENTITY column col-name must
be a valid numeric value. NO MAXVALUE is not allowed.