You receive a "SQL Server does not exist or access denied" error message when you try to connect to a SQL Server named instance in a cluster by using TCP/IP sockets
Bug #: 471480 (SQL Server 8.0) SYMPTOMSWhen you try to connect to a clustered Microsoft SQL Server 2005 or Microsoft SQL Server
2000 named instance by using the "servername\instancename" syntax, you receive
the following error message: [DBNETLIB][ConnectionOpen
(Connect()).]SQL Server does not exist or access denied. You may
receive this error message when the following conditions are true:
CAUSEThis problem occurs during the discovery phase of the
connection. The IPSec policy on the client drops packets from the server when
the source IP changes. WORKAROUNDTo work around this problem, you have to hardcode the TCP
port or the Named Pipe of the SQL Server named instance. To do this, use a
connection string that is similar to one of the following: STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section. MORE INFORMATION For additional information about how to
troubleshoot connectivity issues in SQL Server 2000, click the following
article number to view the article in the Microsoft Knowledge Base: 827422 (http://support.microsoft.com/kb/827422/)
How to troubleshoot connectivity issues in SQL Server 2000
APPLIES TO
| Article Translations
|
Back to the top
