Article ID: 306865 - Last Review: October 3, 2003 - Revision: 3.2 BUG: SQL Server May Not Listen on TCP/IP Sockets When TCP/IP is the Only Protocol
This article was previously published under Q306865
BUG #: 353545 (SHILOH_BUGS)
SYMPTOMS
In a SQL Server 2000 custom installation, if TCP/IP is the only selected protocol and all other protocols are disabled, SQL Server may not initialize and listen on TCP/IP sockets. The Server Network Utility shows that it is listening only on TCP/IP port 1433 even though it is not. Clients may fail to connect and the following error messages may occur:
Connection failed: SQL State: '01000' SQL Server Error: 11004
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen (Connect()). Connection Failed: SQL State: '08001' SQL Server Error: 6 [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]Specified SQL server not found.
Unable to connect to server 'servername': Server: Msg 6, Level 16 state 1.
[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]Specified SQL server not found.
[TCP/IP Sockets]Specified SQL server not found.
[TCP/IP Sockets]ConnectionOpen (Connect()).
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\
[Instance Name]\MSSQLServer\SuperSocketNetLib\Tcp\REG_SZ TcpPort=
WORKAROUND
To work around this problem, follow these steps:
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top