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

Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 8909
8909 The request to allocate a stored procedure result set failed because
the provided input statement is not a CALL statement.
Cause A call-level interface (CLI) application attempted to allocate a stored procedure result
set, but the specified input statement is not a CALL statement. Stored procedure result sets
cannot be allocated from statements other than CALL statements.
Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8910
8910 Reorg command on name failed.
name
is the table, index, or materialized view where the Reorg operation fails.
Cause The reorganization failed because of unavailable resources. Common causes are a
resource being busy or a device being down.
Effect The operation fails.
Recovery To determine the cause of the problem, look in the EMS log for other messages
that report additional errors and unavailable resources. Consider searching the log for the
keyword reorg to find other errors that report problems. Fix the problem or wait until the
resources are available, and retry the Reorg operation.
SQL 8911
8911 Reorg command on name failed. reason
name
is the table, index, or materialized view where the Reorg operation fails.
reason
is why the operation fails.
Cause The reorganization failed because of the reported reason.
Effect The operation fails.
Recovery To determine the cause of the problem, look in the EMS log for other messages
that report additional errors and unavailable resources. Consider searching the log for the
keyword reorg to find other errors that report problems. Fix the problem or wait until the
resources are available, and retry the Reorg operation.
SQL 8912
8912 The request to allocate a stored procedure result set failed. An
unexpected internal error was encountered.
Cause An internal error was detected within the HP Neoview SQL executor during allocation
of a stored procedure result set.
Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8913
8913 The PREPARE operation is not allowed on a stored procedure result
set.
Cause A command-line interface (CLI) application attempted to dynamically prepare an
SQL statement, and the statement identifier is associated with a stored procedure result set.
Effect The operation fails.
206 Executor Messages (8000 Through 8999)