The information in this article applies to:
BUG #: 18417 (SQLBUG_65) SYMPTOMS
On an Alpha platform with SQL Server 6.5 Enterprise Edition running in a
cluster environment, when one SQL Server fails over to the other node so
that both SQL Servers are running on the same node, the second SQL Server
may report ODS error "Port 1433 is in use" in the SQL Server error log. As
a result, users cannot log in to the second SQL Server by means of TCP/IP
sockets.
CAUSEUnder certain situations, the local environment variable _VDVAPI32_SERVER_NAME_ is not set properly, which causes the SQL Server to bind to the IP address of INADDR_ANY, rather than the virtual IP address. WORKAROUNDTo work around this problem, use Named Pipes as the alternative interprocess communication (IPC) application programming interface (API). STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 5a
for Microsoft SQL Server version 6.5. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
Additional query words: active/active connectivity clustered clustr clustred errorlog
Keywords : SSrvNet_Lib SSrvODS kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |