00E70082

Explanation

One for the following situations has occurred:

  • The user has reached the maximum number of outstanding stored procedures or opened cursors for the current thread.
  • Start of changeThe application has called the maximum number of user-defined external scalar functions for the current thread.End of change

System action

No additional stored procedures or user-defined external scalar functions can be invoked, and no more cursors are allowed to be opened.

Programmer response

For stored procedures, change applications to close cursors as soon as possible, and issue COMMIT often to allow the result sets to be cleared.

Start of changeFor user-defined external scalar functions, increase the MAX_UDF subsystem parameter value, or change applications to run fewer functions concurrently in a Db2 thread.End of change