Neoview Messages Manual (R2.2)

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.
Recovery None. Contact the GMCSC and report this condition.
SQL 8914
8914 An attempt to open a stored procedure result set at position index
failed because multiple open attempts on the same result set are not
allowed.
index
is an integer specifying a position in the ordered set of result sets returned from a
CALL statement.
Cause A call-level interface (CLI) application attempted to open a stored procedure result
set cursor that had been previously opened.
Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8915
8915 An attempt to access a stored procedure result set at position
index failed because there is no result set currently available at that
position.
index
is an integer specifying a position in the ordered set of result sets returned from a
CALL statement.
Cause A call-level interface (CLI) application attempted to access a stored procedure result
set at position index, but the number of result sets returned from the CALL statement was less
than index.
Effect The operation fails.
Recovery None. Contact the GMCSC and report this condition.
SQL 8916
8916 The request to allocate a stored procedure result set at position
index failed because the position is out of range. Valid positions range
from one up to the maximum number of result sets that can be returned
from the specified CALL statement, which in this case is max-result-sets.
index
is an integer specifying a position in the ordered set of result sets returned from a
CALL statement.
max-result-sets
is the maximum number of result sets that can be returned from the
associated CALL statement.
197