Neoview Messages Manual (Volume 1) (R2.4)

Effect The statement fails.
Recovery Specify a positive value for the sequence generator option, and resubmit the
statement.
SQL 1573
1573 The START WITH value must be greater than or equal to the MINVALUE
and less than or equal to the MAXVALUE for col-name.
col-name
is the name of the IDENTITY column.
Cause You specified a value for the START WITH sequence generator option that is not
greater than or equal to the MINVALUE sequence generator option and not less than or equal
to the MAXVALUE sequence generator option.
Effect The statement fails.
Recovery Specify a value for the START WITH sequence generator option that is greater
than or equal to the MINVALUE sequence generator option and less than or equal to the
MAXVALUE sequence generator option, and resubmit the statement.
SQL 1574
1574 The CYCLE option is currently not supported for col-name.
col-name
is the name of the IDENTITY column.
Cause You specified the CYCLE option for the sequence generator. Only the NO CYCLE
option is currently supported.
Effect The statement fails.
Recovery Specify a NO CYCLE option, and resubmit the statement.
SQL 1575
1575 The INCREMENT BY value cannot be greater than the MAXVALUE for
col-name.
col-name
is the name of the IDENTITY column.
Cause You specified an INCREMENT BY option that is larger than the MAXVALUE sequence
generator option.
Effect The statement fails.
Recovery Specify a value for the INCREMENT BY option that is not greater than the
MAXVALUE sequence generator option, and resubmit the statement.
SQL 1576
1576 The seq-gen-option value is greater than the maximum allowed for
col-name data type.
seq-gen-option
is the sequence generator option.
col-name
is the name of the IDENTITY column.
Cause You specified a value for a sequence generator option that is larger than the maximum
value that is allowed for the IDENTITY column data type.
Effect The statement fails.
Recovery Specify a value for the sequence generator option that is not greater than the
maximum value that is allowed for the data type, and resubmit the statement.
59