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

Recovery Specify a data type that the HP Neoview database supports for IDENTITY columns,
and resubmit the statement.
SQL 1511
1511 There can only be one IDENTITY column for a table.
Cause More than one IDENTITY column has been defined for the table.
Effect The operation failed.
Recovery Define only one IDENTITY column for a table.
SQL 1512
1512 IDENTITY column must be defined as a NOT NULL NOT DROPPABLE column.
Cause The IDENTITY column is not defined as a NOT NULL NOT DROPPABLE column.
Effect The operation failed.
Recovery Define NOT NULL NOT DROPPABLE on the IDENTITY column.
SQL 1513
1513 IDENTITY column support is available only for hash and hash2
partitioned tables.
Cause Tables with an IDENTITY column are not partitioned using either the hash or hash2
partitioning scheme.
Effect The operation failed.
Recovery Partition using only the hash or hash2 scheme for tables with an IDENTITY column.
SQL 1514
1514 Cannot add an IDENTITY column using ALTER TABLE command.
Cause You tried to add an IDENTITY column by using the ALTER TABLE command.
Effect The operation failed.
Recovery Specify the IDENTITY column by using the CREATE TABLE command.
SQL 1517
1517 Constraint constraint on table table is NOT DROPPABLE. You cannot
disable NOT DROPPABLE constraints.
constraint
is the name of the constraint.
table
is the name of the table.
Cause The specified constraint is defined as NOT DROPPABLE and cannot be disabled.
Effect The operation failed.
Recovery No recovery is available.
SQL 1518
1518 Constraint constraint was not enabled because it requires index
index which is disabled.
constraint
is the name of the constraint being enabled.
index
is the associated index required by the constraint.
Cause The index required by the constraint is disabled, so the constraint cannot be enabled.
Effect The operation failed.
Recovery Populate index and retry the request.
57