![HP Neoview Messages Manual Download Page 62](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138062.webp)
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.
Note
If the data type is a LARGEINT, the SQL 1576 message does not contain the column
name. This error is caught, but the column name is not known.
The corresponding error message is
For this example . . .
*** ERROR[1576] The MAXVALUE value is greater than
the maximum allowed for the IDENTITY column A data
type.
Identity column A is defined as SMALLINT UNSIGNED,
and MAXVALUE is 65536.
*** ERROR[1576] The MAXVALUE value is greater than
the maximum allowed for the IDENTITY column data
type.
IDENTITY column A is defined as LARGEINT, and
MAXVALUE is 9223372036854775807.
SQL 1590
1590 Column col-name is not an IDENTITY column.
col-name
is the name of the IDENTITY column.
Cause
You specified a column to alter that is not an IDENTITY column.
Effect
The statement fails.
Recovery
Specify the sequence generator option to be altered for a column that is an IDENTITY
column.
SQL 1591
1591 The MAXVALUE option for the col-name must be greater than the
current value of seq-gen-value.
col-name
is the name of the IDENTITY column.
seq-gen-value
is the numeric value of the sequence generator.
Cause
You specified a MAXVALUE option that is less than the current value of the sequence
generator.
Effect
The statement fails.
Recovery
Specify a MAXVALUE internal sequence generator option that is larger than the
current value of the sequence generator.
SQL 1592
1592 Only the MAXVALUE or INCREMENT BY option can be altered for the
col-name.
col-name
is the name of the IDENTITY column.
Cause
You specified a sequence generator option other than the MAXVALUE or INCREMENT
BY option to alter.
Effect
The statement fails.
Recovery
Specify either the MAXVALUE or INCREMENT BY sequence generator option to
be altered for the IDENTITY column.
SQL 1593
1593 Only one col-name option can be altered at a time.
col-name
is the name of the IDENTITY column.
Cause
You specified more than one sequence generator option to alter for an IDENTITY
column.
62
Data Definition Language (DDL) Messages (1000 Through 1999)
Summary of Contents for Neoview Messages
Page 12: ...12 ...
Page 66: ...66 ...
Page 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Page 130: ...130 ...
Page 172: ...172 ...
Page 178: ...178 ...
Page 184: ...184 ...
Page 238: ...238 ...
Page 266: ...266 ...
Page 268: ...268 ...
Page 350: ...350 ...
Page 378: ...378 ...
Page 384: ...384 ...
Page 400: ......