Neoview Messages Manual (R2.3)

SQL 1168
1168 Internal error: unable to find object associated with UID uid.
uid
is the unique ID assigned to the object in metadata.
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.
Recovery Retry the SQL statement either by using valid disk pool number or by ignoring
the DISK POOL clause so that the Neoview software will place the table on a random disk
pool.
SQL 1180
1180 The required subvolume name for locations in schema schema-name
is subvol-name.
schema-name
is the schema in which the object is being created.
subvol-name
is the designated subvolume name for that schema.
Cause One or more LOCATION clauses in the CREATE or MODIFY statement contained
an HP Neoview platform location whose subvolume did not match the designated subvolume
for the schema in which the object was being created.
Effect The object was not created.
Recovery Either correct the invalid LOCATION clauses or remove them and allow the
system to generate the Neoview platform locations.
SQL 1181
1181 Label file name could not be dropped. (file error error).
file name
is the name of the table, index, view, or routine being dropped.
error
is the returned file-system error number.
Cause The object you attempted to drop resulted in file-system error error.
Effect The DDL DROP operation fails.
43