Error 16331

Severity

10

Message text

Recursive Calls to srv__seterr().

Explanation

An Open Server error handler is reporting an error when a second error occurs that triggered the error handler a second time (or recursively). For example, an error handler is trying to return an error to the client application, but the client dropped off the network, so the error handler is triggered again to report that it cannot send the error to the client application.

Action

Correct the situation that raised the original error.

Additional information

Symbolic constant: SRV_ERECURSIVE