INF: SQL Logs 17832 with Multiple TCP\IP Connection Requests (154628)
The information in this article applies to:
- Microsoft SQL Server 7.0
- Microsoft SQL Server 6.5
- Microsoft SQL Server 6.0
- Microsoft SQL Server 2000 (all editions)
This article was previously published under Q154628 IMPORTANT: This article contains information about modifying the registry.
Before you modify the registry, make sure to back it up and make sure that you
understand how to restore the registry if a problem occurs. For information
about how to back up, restore, and edit the registry, click the following
article number to view the article in the Microsoft Knowledge Base: 256986 Description of the Microsoft Windows Registry
SUMMARY If SQL Server is hit with multiple and simultaneous TCP/IP
connection requests, such as the case with World Wide Web servers, the requests
are quickly rejected by responding with a TCP/IP Reset Frame.
This
symptom is difficult to detect. If the client application includes error code
handling, the native error code is 10061 (WSAECONNREFUSED) for the Open()
function. On the server, Error 17832 - "Unable to read login packet" appears in
the SQL Error log.
If you trace this problem with a protocol
analyzer, you can see that some of the connection request frames have been
replied to with the TCP Reset bit set, which tells the sending station that the
frame has been received, but the server does not have the resources to process
the connection request.
Modification Type: | Minor | Last Reviewed: | 2/11/2004 |
---|
Keywords: | kbnetwork KB154628 |
---|
|