Neoview Messages Manual (Volume 1) (R2.4)
SQL 1594
1594 An error occurred trying to access the current value of the IDENTITY
column col-name.
col-name
is the name of the IDENTITY column.
Cause An internal error occurred when the platform tried to access the current value of the
IDENTITY column internal sequence generator.
Effect The statement fails.
Recovery See the additional diagnostic messages for details.
SQL 1595
1595 The MAXVALUE option for the IDENTITY column col-name must be a
valid numeric value. NO MAXVALUE is not allowed.
col-name
is the name of the IDENTITY column.
Cause You specified NO MAXVALUE as the sequence generator option to alter for an
IDENTITY column.
Effect The statement fails.
Recovery Specify a value for the sequence generator option that is a valid number for the
maximum value and is allowed for the data type. Then resubmit the statement.
61