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

Effect The catalog is not dropped. None of its schemas are dropped.
Recovery Drop all schemas in the catalog and resubmit.
SQL 1077
1077 Metadata table table-name does not contain information for view
view-name.
table-name
is the name of the metadata table.
view-name
is the name of a view.
Cause HP Neoview database software required metadata information about object
view-name but was unable to find it in table-name.
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 1078
1078 The format of the specified location name location-name is not
valid.
location-name
is a name specified in a LOCATION clause.
Cause An invalid name was supplied in a LOCATION clause.
Effect The operation fails.
Recovery See the Neoview SQL Reference Manual for limitations on names allowed in the
LOCATION clause. Correct the name and resubmit.
SQL 1079
1079 SQL/MX was not able to prepare the statement.
Cause See the accompanying error message for the cause.
Effect The operation fails.
Recovery Apply the recovery of the accompanying error message.
SQL 1080
1080 The DDL request has duplicate references to column column-name.
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 the HP Neoview
database software 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.
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.
26 Data Definition Language (DDL) Messages (1000 Through 1999)