SQL Server cannot bind to the TCP/IP port on which SQL Server is listening when the TCP\IP port is used by another application
This article was previously published under Q307197 SYMPTOMS When you fail over the SQL Virtual Server to
another node and then fail back to the original node, SQL Virtual Server
sometimes fails to bind to the port on which it is listening. SQL Virtual
Server then also fails to accept incoming connections on TCP/IP. When this type
of failure occurs, the following error messages are logged in the SQL Server
error logs: 2000-06-26 09:54:10.72 server SuperSocket Info: Bind failed on TCP port 1433. 2000-06-26 09:54:10.74 server SQL server listening on Named Pipes. 2000-06-26 09:54:10.74 server SQL Server is ready for client connections CAUSE There is another application that is running on the
computer, which takes control of the port on which SQL Server is listening. In
this case, the port is TCP port 1433. The problem also occurs in situations
where there is a heavy TCP/IP client load. This behavior has other potential causes. If the workaround in this article does not resolve the problem, see the following articles in the Microsoft Knowledge Base: 293107 (http://support.microsoft.com/kb/293107/) TCP\IP port in use by another application
319578 (http://support.microsoft.com/kb/319578/) Error message when you change the IP address on a SQL Server failover cluster node: "Bind failed"
312935 (http://support.microsoft.com/kb/312935/) FIX: SQL Server fails to bind TCP/IP port at startup
308091 (http://support.microsoft.com/kb/308091/) BUG: Hide Server option cannot be used on multiple instances of SQL Server 2000
WORKAROUNDImportant This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 (http://support.microsoft.com/kb/322756/) How to back up and restore the registry in Windows To work around this problem, add a SuperSocketNetlib\Tcp\TcpAbortiveClose value in the registry key for the MSSQLServer for the particular instance. To do this, follow these steps:
MORE INFORMATION For more information, click the following article number
to view the article in the Microsoft Knowledge Base: 286303 (http://support.microsoft.com/kb/286303/)
Behavior of SQL Server 2000 network library during dynamic port detection
293107 (http://support.microsoft.com/kb/293107/) TCP\IP port in use by another application
APPLIES TO
| Article Translations
|

Back to the top
