Neoview Messages Manual (R2.3)

Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1506
1506 The system schema metadata for schema schema is inconsistent between
nodes node1 and node2.
schema
is the fully qualified schema name that is mentioned by the current
DDL or utility operation.
node1 and node2 are two clusters on which schema is visible.
Cause A SCHEMATA row for schema is expected to exist on both node1 and node2, but
the row was not found on node2.
Effect The operation fails.
Recovery Dp not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1510
1510 IDENTITY column column-name must be of type LARGEINT.
column-name
is the name of the IDENTITY column
Cause An unsupported data type has been specified for the IDENTITY column.
Effect The operation failed.
Recovery Specify a data type that the HP Neoview database supports for IDENTITY columns.
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.
58 Data Definition Language (DDL) Messages (1000 Through 1999)