HP NonStop SQL/MX Messages Manual page 47

Table of Contents

Advertisement

Data Definition Language (DDL) Messages (1000
through 1999)
Recovery. Apply the recovery of the accompanying error message.
SQL 1080
1080 The DDL request has duplicate references to column
column-name.
Where column-name is the name of a column of a table.
Cause. You attempted to create a table that has two columns with the same name. If
you name a column "SYSKEY," duplication can result from the implicit creation by
NonStop SQL/MX of a column named SYSKEY to ensure uniqueness for the clustering
key.
Effect. The operation fails.
Recovery. Remove duplicate column names and resubmit.
SQL 1081
1081 Loading of index index-name failed unexpectedly.
Where index-name is the name of the index being populated.
Cause. Population of the index failed, either because another concurrent operation
was being performed on the base table or because data could not be loaded into the
index by the Call-level interface (CLI).
Effect. The operation fails.
Recovery. Determine the cause of the CLI failure and resubmit.
SQL 1082
1082 Validation for constraint constraint-name failed
unexpectedly.
Where constraint-name is the name of a column or table constraint.
Cause. The constraint validation failed, either because a concurrent operation was
being performed on the table or on the referenced table (for a referential integrity
constraint), or data in the table violates the constraint.
Effect. The constraint operation fails.
Recovery. If a concurrent operation is in progress, wait until it has finished and try the
operation again. If data in the table violates the constraint, remove that data and
resubmit.
HP NonStop SQL/MX Messages Manual—640324-001
3- 21

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents