Neoview Messages Manual (R2.3)
Cause The HP Neoview database software could not create the object because
system-generated column SYSKEY is not allowed as part of the PARTITION BY clause.
Effect The DDL operation fails.
Recovery Remove the system added column SYSKEY from the PARTITION BY clause and
retry the DDL statement.
SQL 1162
1162 User authid already owns object. Operation ignored.
authid
is the target of the GIVE operation.
object
is the CATALOG whose ownership is changing.
Cause An attempt was made to change the owner to the existing owner.
Effect The GIVE operation is ignored.
Recovery Informational message only; no corrective action is needed.
SQL 1163
1163 You are not authorized to change the owner of object name owned
by user authid.
object
is the CATALOG, SCHEMA, TABLE, or other object whose ownership is changing.
name
is the name of the object.
authid
is the target of the GIVE operation.
Cause An attempt was made to change the catalog owner by someone who does not have
the authorization to change the owner.
Effect The GIVE operation fails.
Recovery None.
SQL 1165
1165 Parallel operation operation failed on table-name. The serial
operation for this object will be performed.
operation
is create, drop, or alter.
table-name
is the name of the HP Neoview database table.
Cause An error occurred on the DDL operation when using the parallel method. The DDL
operation is retried using the serial method.
Effect The label create, drop, or alter operation that is part of the DDL statement is performed
serially, rather than in parallel. The serial method decreases performance compared to the
parallel method.
Recovery No corrective action is necessary. This message is a warning.
SQL 1167
1167 Cannot change ownership of object name because authid is not the
super id or service ID.
object
is the SYSTEM CATALOG.
name
is the name of the system catalog.
authid
is the target of the GIVE operation.
Cause An attempt was made to change the system catalog to an unauthorized person. The
system catalog can only belong to the super ID or services ID.
Effect The GIVE operation fails.
Recovery Change the ownership to the super ID or the services ID.
42 Data Definition Language (DDL) Messages (1000 Through 1999)