Neoview Messages Manual (Volume 1) (R2.5)
SQL 1311
1311 Unable to action-text constraint constraint-name due to the above
errors.
action-text is create.
constraint-name
is a constraint name.
Cause An error occurs during the creation of the constraint. The error that described the
cause of the failure already appears. This error message provides clarification.
Effect The operation fails.
Recovery No recovery is necessary.
SQL 1312
1312 Unable to action-text object-name due to the above errors.
action-text is either create table or create index.
object-name
is either a table name or index name.
Cause An error occurs during the creation of the table or index. The error that described the
cause of the failure already appears. This error message provides clarification.
Effect The operation fails.
Recovery No recovery is necessary.
SQL 1314
1314 The create operation has been turned off for the catalog. Object
name cannot be created.
name
is the name of the object.
Cause The create privilege for the catalog has been disabled.
Effect The operation fails.
Recovery Contact HP services to reinstate the create operation.
SQL 1315
1315 Catalog name does not have an associated definition schema. The
ALTER CATALOG operation fails
name
is the name of the catalog.
Cause An ALTER CATALOG catalog DISABLE CREATE or ALTER ALL CATALOGS
DISABLE CREATE operation was requested but there was no definition schema available for
one or more of the catalogs. This occurs if a catalog was created but no schemas exist.
Effect The operation fails.
Recovery Create a schema in the listed catalog and resubmit request
SQL 1324
1324 You are not allowed to exercise trigger trigger
Cause You attempted to use a trigger you do not have privileges to execute.
Effect The query does not run.
Recovery Obtain privileges for the trigger or do not use the trigger.
SQL 1325
1325 WITH GRANT OPTION is not supported for schema level grants
Cause A system default is set, disabling the WITH GRANT OPTION for schema level grants.
56 Data Definition Language (DDL) Messages (1000 Through 1999)