Error 16244

Severity

10

Message text

Write operation for process %1! failed.

Explanation

srv_sendinfo() has failed because it has been called from an error handler while processing a login. If the client login failed abruptly, the SRV_PROC structure corresponding to the client connection may not have been completely initialized, causing srv_sendinfo() to fail.

Action

Call srv_sendinfo() after the connect handler has completed.

Additional information

Symbolic constant: SRV_EWRITEFAIL