Neoview Messages Manual (Volume 1) (R2.5)
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.
SQL 1168
1168 Internal error: unable to find the object associated with UID uid1
that belongs to the schema associated with UID uid2. This object was
created on create time LCT time and is being accessed by role using the
lock mode of lock mode.
uid1
is the identifier for the object.
uid2
is the identifier for the schema.
create time
is the time the object was created.
role
is the role that is trying to access the object.
lock mode
provides details about the access requested.
Cause Object not found by the specified UID.
Effect The operation fails.
Recovery Contact the GMCSC to help in determining why the internal error occurred.
SQL 1169
1169 Schema privileges for schema schema have not been enabled.
schema
is the name of the schema.
Cause A GRANT or REVOKE of schema level privileges was requested.
Effect The operation fails.
Recovery Contact the GMCSC to activate schema privileges.
SQL 1170
1170 Invalid number of disk pools number-of-pools.
number-of-pools
is the specified number of disk pools.
Cause The number of disk pools (number-of-pools) specified in the SQL statement in
the DISK POOL clause is invalid. A valid number of disk pools on a cluster is a power-of-2
times the number of disk volumes per node. The maximum number of disk pools is the number
of disk volumes on a segment. For a cluster with 2 disk volumes per node and 16 nodes, the
valid numbers for number-of-pools are 1, 2, 4, 8, 16, or 32.
Effect The SQL operation fails.
41