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 Manual—691121-002
3-72
SQL 1576
Where seq-gen-option is the sequence generator attribute.
Where seq-name is the sequence generator or the IDENTITY column ANSI name.
Cause. The sequence generator or the IDENTITY column option (seq-gen-option)
value is greater than the maximum value allowed for the sequence data type.
Effect. The operation fails.
Recovery. Specify a value lesser than the maximum value allowed for the data type,
and resubmit the statement.
SQL 1590
Where col-name is the IDENTITY column name.
Cause. Specified column name for ALTER operation is not an IDENTITY column.
Effect. The operation fails.
Recovery. Correct the IDENTITY column name, and resubmit the statement.
SQL 1591
Where col-name is the IDENTITY column name.
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.
1576 The seq-gen-option value is greater than the maximum
allowed for seq-name data type.
1590 Column col-name is not an IDENTITY column.
1591 The MAXVALUE option for the col-name must be equal to or
greater than the current value of seq-gen-value.










