INF: Multiple Named Pipes Connections May Cause Error 17832 (165189)
The information in this article applies to:
- Microsoft SQL Server 6.0
- Microsoft SQL Server 6.5
This article was previously published under Q165189 SUMMARY
When SQL Server receives many simultaneous Named Pipes connection requests,
some connection requests may fail if the pipe is busy. In the SQL Server
error log, multiple "17832 Unable to read login packet" errors are
typically logged. On the client side, error 231 "connection busy" or "pipe
busy" may be generated.
These errors may be generated when a client connection tries to open a pipe
and there is no pipe instance available to service the next pipe open
request. This is an expected behavior in an environment where SQL Server is
hit by numerous simultaneous connection requests, as in the case of
Microsoft Internet Information Server (IIS).
However, this behavior does not prevent you from implementing very large
multi-user systems. In fact, Microsoft SQL Server is used in production
with over 4,000 concurrent users connecting by means of named pipes to a
single server.
Modification Type: | Major | Last Reviewed: | 10/29/2003 |
---|
Keywords: | kbinfo kbnetwork kbusage KB165189 |
---|
|