SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Executor Messages (8000 through 8999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
10-55
SQL 8912
Cause. An internal error was detected within the SQL/MX executor during allocation of
a stored procedure result set.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8913
Cause. A 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 your service provider.
SQL 8914
Cause. A CLI application attempted to open a stored procedure result set cursor that
was previously opened.
Effect. The operation fails.
Recovery. None. Contact your service provider.
SQL 8915
where,
index is an integer specifying a position in the ordered set of result sets returned
from a CALL statement.
8912 The request to allocate a stored procedure result set
failed. An unexpected internal error was encountered.
8913 The PREPARE operation is not allowed on a stored
procedure result set.
8914 An attempt to open a stored procedure result set failed
because multiple open operations on the same result set are
not allowed.
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.