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

SQL 1161
1161 System generated column SYSKEY cannot be specified as part of the
PARTITION BY clause.
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 1164
1164 An unexpected error was returned while processing the statement
stmt. Error returned is int.
stmt
is a Neoview SQL statement.
int
is a file-system error number. For more information about file-system errors, see
Chapter 21 (page 385).
Cause An unexpected error was returned while processing the statement stmt.
Effect The statement fails.
Recovery Contact HP support to analyze the failure.
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.
40 Data Definition Language (DDL) Messages (1000 Through 1999)