Neoview Messages Manual (R2.3)
SQL 21010
21010 Index index-name does not exist.
index-name
is the specified index name.
Cause The specified index does not exist.
Effect The operation fails.
Recovery Specify an existing index, and resubmit the command.
SQL 21011
21011 Can not open base table/MV for index index-name.
index-name
is the specified index name.
Cause The base table or materialized view does not exist for the specified index.
Effect The operation fails.
Recovery Check whether a base table or materialized view for the index exists, and correct
the problem accordingly.
SQL 21012
21012 MV materialized-view-name does not exist
materialized-view-name
is the specified materialized view (MV) name.
Cause The specified materialized view does not exist.
Effect The operation fails.
Recovery Specify an existing materialized view, and resubmit the command.
SQL 21013
21013 TRANSFORM cannot be performed on a range-partitioned object.
Cause The specified table, materialized view, or index is range-partitioned.
Effect The operation fails.
Recovery Specify an object which is not range partitioned.
SQL 23001
23001 servername: An error occurred while instantiating class-name.
servername
is the name of the server program that issued the error.
class-name
is the name of the class that could not be instantiated.
Cause An error occurred while instantiating the class_name.
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 23002
23002 servername: An error occurred while allocating heap.
servername
is the name of the server program that issued the error.
Cause An error occurred when allocating an object on the heap.
Effect A resource cannot be allocated and the program fails.
Recovery Resubmit on another processor.
305