HP Neoview Messages Manual page 36

Table of Contents

Advertisement

Effect
The operation fails.
Recovery
column definitions and reissue the statement.
SQL 1 141
1141 Label file-name for object could not be accessed. File system error
error-number.
file-name
error-number
Cause
An ALTER TABLE or ALTER INDEX operation encountered a file-system error.
Effect
The operation fails.
Recovery
SQL 1 142
1142 Because it is not audited, this table cannot have a column added
that is declared NOT NULL, or has a CHECK, UNIQUE, PRIMARY KEY, or
FOREIGN KEY constraint.
Cause
Internal error.
Effect
The HP Neoview database is unable to perform the requested operation.
Recovery
SQL 1 143
1143 Validation for constraint constraint-name failed; incompatible
data exists in referencing base table referencing-table-name and
referenced base table referenced-table-name. To display the data that
violates the constraint, please use the following DML statement:
statement-text.
constraint-name
referencing-table-name
referenced-table-name
statement-text
Cause
You attempted to add a referential integrity constraint that is violated by rows already
in the table.
Effect
The operation fails.
Recovery
request and the column will become part of a foreign key relationship, make sure the specified
default value exists in the referenced table. If the constraint is being added as part of an ALTER
TABLE ADD COLUMN request, run the statement statement-text to see the rows that
violate the referential constraint. Either change those rows or change the referential constraint
definition and resubmit.
SQL 1 144
1144 A quoted string was expected in first key clause for column
column-name on table table-name, but the value detected is
(first-key-string).
column-name
table-name
36
Data Definition Language (DDL) Messages (1000 Through 1999)
See the Neoview SQL Reference Manual for row size limit calculations. Change the
is the HP Neoview platform file name of a partition of object.
is a Neoview platform file-system error.
For information about file-system errors, see
None. Contact the GMCSC.
If the constraint is being added as part of an ALTER TABLE ADD COLUMN
is the column in table-name.
is the name of the table.
is the name of a column constraint or table constraint.
is the table on which the constraint is being added.
is the table specified in the FOREIGN KEY clause.
is a query.
Chapter 21 (page
385).

Advertisement

Table of Contents
loading

Table of Contents