Neoview Messages Manual (R2.2)
Cause A row for object was found in the affected OBJECTS definition schema table, but
no corresponding row could be found in the affected REPLICAS definition schema table.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1503
1503 The OBJECTS - PARTITIONS definition schema relationship for type
object may be corrupt.
type
is the type of the affected object.
object
is the fully qualified ANSI name of the affected object.
Cause A row for object was found in the affected OBJECTS definition schema table, but
no corresponding row could be found in the affected PARTITIONS definition schema table.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 1504
1504 table has no OBJECTS entry in definition schema.
table is the fully qualified ANSI name of a table in definition
schema.
definition schema
is the fully qualified ANSI name of the affected definition schema.
Cause A row for table could not be found in the OBJECTS table in definition schema.
Effect The operation fails.
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 Contact the GMCSC.
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.
59