SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual—523730-004
10-46
SQL 8905
Cause. You do not have the required EXECUTE privilege on a stored procedure.
Effect. The operation fails.
Recovery. You must have the stored procedure’s owner or another authorized user
grant you the required EXECUTE privilege, and then resubmit.
SQL 8906
Cause. During execution of an SQL/MX statement, the SQL/MX executor received a
message from the SQL/MX UDR server that was unreadable in some way. Either the
message was corrupted by the SQL/MX UDR server, or an internal error occurred
within the SQL/MX executor.
Effect. The operation fails.
Recovery. If you have linked a native method library into the SQL/MX UDR server,
determine whether code in that library could be causing the problem. Otherwise,
contact your service provider.
SQL 8907
Where procedure-name is the ANSI name of a stored procedure.
Cause. You are running an SQL/MX version that does not support stored procedure
result sets and attempted to compile a CALL statement for a stored procedure that
returns result sets. This message indicates a downgrade has been performed without
removing stored procedures that return result sets.
Effect. The SQL/MX statement is not compiled.
Recovery. Migrate to an SQL/MX version that supports stored procedure result sets.
8905 The user does not have privilege-type privilege on
user-defined routine routine-name.
8906 An invalid or corrupt MXUDR reply could not be
processed, possibly due to memory corruption in MXUDR while
executing user-defined routines or an internal error in
SQL/MX.
8907 Procedure procedure-name is registered to return result
sets and stored procedure result sets are not yet supported.