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-81
SQL 1625
Where sequence-generator-name is the ANSI name of the sequence generator.
Cause. An unexpected error occurred during the increment of the CURRENT_VALUE
of the sequence.
Effect. The statement fails to execute.
Recovery. Re-execute the statement. If the problem persists, contact HP support for
assistance.
SQL 1628
Where current_value is the current value of the sequence generator.
Cause. The user specified MINVALUE of the sequence generator is greater than the
current value and the START WITH value of the sequence generator.
Effect. The statement fails to execute.
Recovery. Decrease the MINVALUE of the sequence generator to a value lesser than
or equal to the current value and the START WITH value.
SQL 1629
Where current_value is the current value of the sequence generator.
Cause. The user specified value for MAXVALUE of the sequence generator is lesser
than the current value and the START WITH value of the sequence generator.
Effect. The statement fails to execute.
Recovery. Increase the MAXVALUE of the sequence generator to a value greater
than or equal to the current value and the START WITH value.
1625 The current value for sequence generator sequence-
generator-name could not be updated.
1628 The new MINVALUE of the sequence generator should be
less than or equal to the current value current_value, and
the START WITH value of the sequence generator.
1629 The MAXVALUE for the sequence generator must be greater
than or equal to the current value current_value, and the
START WITH value of the sequence generator.










