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

SQL 1109
1109 The WITH CHECK OPTION clause appears in the definition of view
view-name, but the view is not updatable.
view-name
is the name of the view being created.
Cause You used WITH CHECK OPTION in the definition of a view that is not updatable.
Effect The operation fails.
Recovery Either make the view updatable or omit the WITH CHECK OPTION and resubmit.
SQL 1110
1110 text.
text
is the message text return about the error.
Cause This is an internal error.
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 1111
1111 An error occurred while starting a transaction on object table-name.
table-name
is the name of the object.
Cause The transaction could not be started, possibly because another transaction was active
on the object.
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 1112
1112 An index column list cannot contain only the system-generated
column SYSKEY.
Cause The column list specified in a CREATE INDEX statement consisted only of the
system-generated column SYSKEY.
Effect The operation fails.
Recovery Change the column list to include additional columns and reissue the statement.
SQL 1114
1114 Metadata tables for catalog catalog-name could not be created on
location-info.
catalog-name
is the name of an HP Neoview database catalog.
location-info
is the location where the tables could not be created.
Cause This error can result from various CREATE statements issued to create the metadata.
See the accompanying error messages to determine the cause.
Effect One or more objects are not created.
Recovery For recovery action, see the accompanying error messages.
SQL 1115
1115 Label file-name could not be created for object-name (file error
error).
31