<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx</link><description>Please visit http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx for troubleshooting connection problems when SNAC(SQL Native Client) connect to SQL Server 2005. Part II – Connection Fail when MDAC connects to SQL Server 2005 Use osql.exe</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#497462</link><pubDate>Mon, 28 Nov 2005 19:01:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:497462</guid><dc:creator>Eric</dc:creator><description>I am using MDAC OLEDB connection where shared memory is the only enabled protocol.&lt;br&gt;&lt;br&gt;I am just wondering why &amp;quot;(local)&amp;quot; and &amp;quot;localhost&amp;quot; do not work but &amp;lt;machinename&amp;gt; does?  Is there any more information on this?   This seems very counter intuitive to me.  Is this a problem in Windows 2000 and XP?&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#497739</link><pubDate>Tue, 29 Nov 2005 07:32:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:497739</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Eric&lt;br&gt;&lt;br&gt;  MDAC OLEDB uses TCP protocol when you connect through (local) and localhost and in your case, your TCP/IP was disabled, you can verify this by enabling TCP/IP. However, if you specify &amp;lt;machinename&amp;gt;, it connects through shared memory. &lt;br&gt;&lt;br&gt;  Appreciate your comments.&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#498879</link><pubDate>Thu, 01 Dec 2005 17:57:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:498879</guid><dc:creator>Allen Modine</dc:creator><description>I am trying to connect to a remote SQL Server 2005 Standard edition server with TCP from a Virtual Machine running XP/VS2005.  When I try to add a connection in VS, I get the server name in the database server dropdown list but I get the following error when testing the connection:&lt;br&gt;&amp;quot;An error has occurred while establishing a connection to the server.  When connectiong to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider:TCP Provider, errror:0-A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)&lt;br&gt;&lt;br&gt;On the Sql Server server: &lt;br&gt;I have the SQLBrowser service running and it is active.&lt;br&gt;I have the remote connection enabled using TCP/IP only&lt;br&gt;Connection string I am using from VS2005:&lt;br&gt;Data Source=W-MODINEDEV;Integrated Security=True;Network Library=dbmssocn&lt;br&gt;&lt;br&gt;I am at a loss, any help would be appreciated.  When I am on the server, making connections works fine, it is just remotely that I have issue.  --Allen&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; </description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#499212</link><pubDate>Fri, 02 Dec 2005 04:42:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:499212</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Allen:&lt;br&gt;   In my another post: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2005/10/22/483684.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;I point out the exact case you faced.&lt;br&gt;Please search Message 11 in the post and follow the resolution.&lt;br&gt;&lt;br&gt;This is because connection blocked by firewall. To resolve this, take follow steps:&lt;br&gt;&lt;br&gt;1)Enable SqlBrowser, see the info in Message 4. Plus, add sqlbrowser.exe into Firewall exception list: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\AuthorizedApplications\List&lt;br&gt;2)Add Tcp port to Firewall exception list. (eg, Name-1433:TCP, Value-1433:TCP:*:Enabled:Tcp 1433).&lt;br&gt;&lt;br&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Parameters\FirewallPolicy\DomainProfile\GloballyOpenPorts\List&lt;br&gt;&lt;br&gt;For more detailed  operation, see &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/default.aspx?scid=kb;en-us;287932"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;287932&lt;/a&gt; &lt;br&gt;&lt;br&gt;If you have further question, please let me know. &lt;br&gt;&lt;br&gt;Thanks for your comments.&lt;br&gt;Ming.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#500060</link><pubDate>Mon, 05 Dec 2005 16:47:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:500060</guid><dc:creator>Allen Modine</dc:creator><description>Ming:&lt;br&gt;&lt;br&gt;Thanks for the reply.  I would not think this is the problem because I should not be going through the firewall to make a connection to the SQL Server machine, we are both on the same domain and both behind the firewall.  Why would I need to do anything with the firewall?  Thanks, Allen</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#501116</link><pubDate>Wed, 07 Dec 2005 21:11:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:501116</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Allen&lt;br&gt;&lt;br&gt;   Please follow the below step to identify your problem:&lt;br&gt;1) Make sure SQL Server is listening on the right TCP port. You can check errorlog, and search key words:Server is listening on ['any' &amp;lt;ipv4&amp;gt; &amp;lt;Port Number&amp;gt;] or &lt;br&gt;[ &amp;lt;ipaddress&amp;gt; &amp;lt;ipv4&amp;gt; &amp;lt;Port Number&amp;gt;]. Then &amp;quot;netstat -ano |findstr &amp;lt;Port&amp;gt;&amp;quot; to see which process is listening on this port.&lt;br&gt;&lt;br&gt;2)From your client machine, &amp;quot;telnet &amp;lt;ServerIP&amp;gt; &amp;lt;PortNum&amp;gt;&amp;quot; see whether succeeds.&lt;br&gt;&lt;br&gt;3)Please check whether the windows firewall is on your server. Eg, if your server is XP, then Go to Control Panel -&amp;gt; select &amp;quot;Network and Internet Connection&amp;quot; -&amp;gt; &amp;quot;Windows Firewall&amp;quot;, please turn off it if it is on and then try your connection again, if works that means your original connection failure is because the windows firewall on your server blocks any out packet if the application was not added into the exceptionlist since you were making remote connection. I believe the *firewall* that you mentioned is not the same as the windows firewall.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#501193</link><pubDate>Wed, 07 Dec 2005 23:09:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:501193</guid><dc:creator>Allen Modine</dc:creator><description>The Ming Dynasty Rules, you the man, thanks much, and yes, I was thinking &amp;quot;real firewall&amp;quot; versus &amp;quot;windows fiewall&amp;quot; and thought you were crazy, but off course it was me that was foolish.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#505783</link><pubDate>Tue, 20 Dec 2005 08:39:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:505783</guid><dc:creator>Vinay</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;Where I can find part III of this series?</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#506609</link><pubDate>Thu, 22 Dec 2005 07:22:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:506609</guid><dc:creator>SQL Protocols</dc:creator><description>Here it is&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks for your comments!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#518504</link><pubDate>Fri, 27 Jan 2006 23:50:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:518504</guid><dc:creator>Shawn</dc:creator><description>Out of all my forum/net searching on this topic, yours by far is the most indepth and well-presented.  Good job!&lt;br&gt;&lt;br&gt;After going through your steps, my problem hasn't gone away.  On my development machine, I'm using SQL Server 2005 and the sqloledb provider via C++.  This is my connection string:&lt;br&gt;string ConnectionString2 = &amp;quot;Provider='sqloledb';Data Source='localhost';Initial Catalog='master';Integrated Security='SSPI';&amp;quot;;&lt;br&gt;and it works just fine on that machine.&lt;br&gt;&lt;br&gt;I've installed SQL Server 2005 Express on two separate machines and it fails in the connnection-&amp;gt;Open() call with the standard error: &amp;quot;[DBNETLIB][ConnectionOpen(Connect()).]SQL Swerver does not exist or access denied.&amp;quot;&lt;br&gt;&lt;br&gt;I can connect to the sqlcmd just fine. TCP, Shared, NP are all enabled.  The browser is started.  The OLEDB provider is correctly pointing to MS's file. The port (1314) is reporting in the App event log and Netstat as listening.&lt;br&gt;&lt;br&gt;I tried changing &amp;lt;localhost&amp;gt; to machine name, but it didn't help.  I did notice in the TCP/IP properties of the Server config mgr that even though TCPIP was enabled, looking at the specific IP address showed that they were active, but disabled.  After enabling port there it still didn't help.  &lt;br&gt;&lt;br&gt;Any clues?&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#518515</link><pubDate>Sat, 28 Jan 2006 00:37:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:518515</guid><dc:creator>Shawn</dc:creator><description>On a hunch, I changed my provider from MDAC to Native Client with the string:&lt;br&gt;&amp;quot;Provider='SQLNCLI';Data Source='localhost';Initial Catalog='master';Integrated Security='SSPI';&amp;quot; &lt;br&gt;&lt;br&gt;This gave me a more helpful error:&lt;br&gt;&amp;quot;[SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2].&amp;quot;&lt;br&gt;&lt;br&gt;I didn't even know I was using Named Pipes, I thought it would've been defaulting to TCP/IP.  Going back to your other article as reference and stepping through the debugging process for named pipes, I couldn't connect with \\.\pipe\sql\query, but I could connect with \\.\pipe\MSSQL$SQLEXPRESS\sql\query.&lt;br&gt;&lt;br&gt;That seems to have done it, my app works both on the development and test machines.&lt;br&gt;&lt;br&gt;Thanks for the tips!</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#518541</link><pubDate>Sat, 28 Jan 2006 01:41:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:518541</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Shawn &lt;br&gt;&lt;br&gt;    Glad to hear you solve the problem. Basically, SQLEXPRESS is installed as a named instance and with TCP and Named Pipe are disabled by default.&lt;br&gt;&lt;br&gt;For local connection: You need to change your connection string to:&lt;br&gt;&lt;br&gt;Provider='SQLNCLI';Data Source=localhost\SQLEXPRESS;Initial Catalog='master';Integrated Security='SSPI'&lt;br&gt;&lt;br&gt;For remote connection, remember enable tcp or named pipe.&lt;br&gt;&lt;br&gt;Here is useful info for SqlExpress&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx"&gt;http://blogs.msdn.com/sqlexpress/archive/2005/05/05/415084.aspx&lt;/a&gt; &lt;br&gt;&lt;br&gt;Thanks for your comments!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#535363</link><pubDate>Mon, 20 Feb 2006 13:40:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:535363</guid><dc:creator>rudy</dc:creator><description>I try to connect to SQL Server 2005 using ADO:&lt;br&gt;&lt;br&gt;(1)connect to a named instance(mynamedinstance),using SQL Native Client as the driver.&lt;br&gt;&lt;br&gt;CString strConn =_T(&amp;quot;Provider=SQLNCLI;Data Source=mypcname\\mynamedinstance;Initial Catalog=mydb;User Id=myuser;Password=mypw;&amp;quot;);&lt;br&gt;_ConnectionPtr conn(&amp;quot;ADODB.Connection&amp;quot;);&lt;br&gt;_bstr_t bstrConn(strConn);&lt;br&gt;if( FAILED(conn-&amp;gt;Open(bstrConn, _T(&amp;quot;&amp;quot;), _T(&amp;quot;&amp;quot;), 0)) )&lt;br&gt;{...}&lt;br&gt;&lt;br&gt;Connect successfully!&lt;br&gt;&lt;br&gt;(2)connect to the default instance, using SQL Native Client as the driver, but use DSN in the connection string.&lt;br&gt;&lt;br&gt;CString strConn =_T(&amp;quot;Provider=SQLNCLI;DSN=myDSN;Uid=myuser;Pwd=mypw;&amp;quot;);&lt;br&gt;...&lt;br&gt;...&lt;br&gt;&lt;br&gt;Connect successfuly!&lt;br&gt;&lt;br&gt;(3)Conncet to a named instance(mynamedinstance), using SQL Native Client as the driver, using DSN in the connection string.&lt;br&gt;&lt;br&gt;CString strConn =_T(&amp;quot;Provider=SQLNCLI;DSN=myDSN;Uid=myuser;Pwd=mypw;&amp;quot;);&lt;br&gt;...&lt;br&gt;...&lt;br&gt;&lt;br&gt;Connect error!!!&lt;br&gt;&lt;br&gt;Why (3) failed? Please help me.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#537471</link><pubDate>Thu, 23 Feb 2006 04:42:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:537471</guid><dc:creator>SQL Protocols</dc:creator><description>Provider SQLNCLI does not recognize DSN. So, in the second case, the DSN=myDSN is ignored and, possibly, &amp;nbsp;connection successfully connect to local default instance. In the third case, the DSN=myDSN is ignored as well and connection cannot be established for named instance. &lt;br&gt;&lt;br&gt;So the short answer is “Do not use DSN when using SQLNCLI provider”. </description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#544203</link><pubDate>Mon, 06 Mar 2006 05:42:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:544203</guid><dc:creator>GeorgeC</dc:creator><description>Ming,&lt;br&gt;&lt;br&gt;I'm getting the error message: &amp;quot;SQL Server does not exist or access denied.&amp;quot; &amp;nbsp;I've followed the instructions here as closely as possible. &amp;nbsp;I'm trying to access from a client with MDAC 2.8 SP1 on Windows XP SP2. &amp;nbsp;I checked with netstat -ano on the server, and it's listening on the right IP address and right port. &amp;nbsp;I can connect to an SQL 2000 server just fine.&lt;br&gt;One possibility is that I installed Windows Server 2003 and SQL 2005 on a new machine and then changed the name of the server.&lt;br&gt;&lt;br&gt;Any advice would be greatly appreciated.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;George C</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#545560</link><pubDate>Tue, 07 Mar 2006 22:56:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:545560</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, George&lt;br&gt;&lt;br&gt; &amp;nbsp; Were you trying to connect remotely to SQL Server 2005? Is it default or named instance? Is it SQL Express 2005? How do you make connection?&lt;br&gt;&lt;br&gt; &amp;nbsp; The MDAC error is very general, if you can provide the above info, we can help you identify the problem quickly.&lt;br&gt;&lt;br&gt;Thanks for your comments!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#562976</link><pubDate>Tue, 28 Mar 2006 16:23:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:562976</guid><dc:creator>Dan</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;I'm having a problem with a .NET 2 command-line app which accesses a SQL 2000 cluster.&lt;br&gt;If I run it on a Windows 2003 Server SP1 box, it runs fine.&lt;br&gt;If I run it on a Windows 2000 Server SP4 box, it reports that it can't access the SQL database despite the fact that I can create a DSN on that same box pointing to the db which runs fine and run the .NET 1.1 version of the same app from that box without a glitch. I've run cliconfg.exe and enabled TCP and named pipes but with no avail. &lt;br&gt;&lt;br&gt;The connection string looks like this. Server=xx;Integrated Security=SSPI;Initial Catalog=name&lt;br&gt;&lt;br&gt;Any ideas? Does Win2k work differently for .NEt 2.0 than .NET 1.1 somehow?&lt;br&gt;&lt;br&gt;Cheers, Dan</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#563266</link><pubDate>Tue, 28 Mar 2006 21:09:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:563266</guid><dc:creator>Nan Tu</dc:creator><description>Is the SQL Server named instance or default instance? If it is named instance, you need to enable sql browser service eventthough the client is on the same box of the server. Otherwise, please post the entire exception stack trace of your .Net2.0 app of connection failure.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#563800</link><pubDate>Wed, 29 Mar 2006 12:32:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:563800</guid><dc:creator>Dan</dc:creator><description>It's the name referring to the virtual IP address for a SQL cluster. But its just the default instance on that cluster: CLUSTERDB rather than CLUSTERDB\INSTANCE. That said, do you mean turn on the sqlbrowser on the client or the cluster? Apologies for being dumb, but how do i do either? &amp;nbsp;The Win2k machine has no client tools installed - is part of cliconfg.exe? - and how do ou switch sqlbrowser on for a cluster? - do ou need to switch it on on both machines?&lt;br&gt;&lt;br&gt;The full error messages I get are as follows - the first is if I try and use named pipes, the second if i use tcp.&lt;br&gt;&lt;br&gt;-----&lt;br&gt;&lt;br&gt;Named pipes error message&lt;br&gt;&lt;br&gt;System.Data.SqlClient.SqlException: An error has occurred while establishing&lt;br&gt;a connection to the server. When connecting to SQL Server 2005, this&lt;br&gt;failure may be caused by the fact that under the default settings SQL Server&lt;br&gt;does not allow remote connections. (provider: Named Pipes Provider, error:&lt;br&gt;40 - Could not open a connection to SQL Server)&lt;br&gt;at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException&lt;br&gt;exception, Boolean breakConnection)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject&lt;br&gt;stateObj)&lt;br&gt;at System.Data.SqlClient.TdsParser.Connect(Boolean&amp;amp; useFailoverPartner,&lt;br&gt;Boolean&amp;amp; failoverDemandDone, String host, String failoverPartner, String&lt;br&gt;protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean&lt;br&gt;encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection&lt;br&gt;owningObject, Boolean aliasLookup)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection&lt;br&gt;owningObject, SqlConnectionString connectionOptions, String newPassword,&lt;br&gt;Boolean redirectedUserInstance)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity&lt;br&gt;identity, SqlConnectionString connectionOptions, Object providerInfo, String&lt;br&gt;newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions&lt;br&gt;options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection&lt;br&gt;owningConnection)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection&lt;br&gt;owningConnection, DbConnectionPool pool, DbConnectionOptions options)&lt;br&gt;at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection&lt;br&gt;owningObject)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection&lt;br&gt;owningObject)&lt;br&gt;at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection&lt;br&gt;owningObject)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection&lt;br&gt;owningConnection)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection&lt;br&gt;outerConnection, DbConnectionFactory connectionFactory)&lt;br&gt;at System.Data.SqlClient.SqlConnection.Open()&lt;br&gt;at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset,&lt;br&gt;DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String&lt;br&gt;srcTable, IDbCommand command, CommandBehavior behavior)&lt;br&gt;at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32&lt;br&gt;startRecord, Int32 maxRecords, String srcTable, IDbCommand command,&lt;br&gt;CommandBehavior behavior)&lt;br&gt;at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)&lt;br&gt;&lt;br&gt;-----&lt;br&gt;&lt;br&gt;TCP error message&lt;br&gt;&lt;br&gt;System.Data.SqlClient.SqlException: Timeout expired. The timeout period&lt;br&gt;elapsed prior to completion of the operation or the server is not&lt;br&gt;responding.&lt;br&gt;at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException&lt;br&gt;exception, Boolean breakConnection)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject&lt;br&gt;stateObj)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject&lt;br&gt;stateObj, UInt32 error)&lt;br&gt;at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult&lt;br&gt;asyncResult, TdsParserStateObject stateObj)&lt;br&gt;at System.Data.SqlClient.TdsParserStateObject.ReadPacket(Int32&lt;br&gt;bytesExpected)&lt;br&gt;at System.Data.SqlClient.TdsParser.ConsumePreLoginHandshake(Boolean&lt;br&gt;encrypt, Boolean trustServerCert, Boolean&amp;amp; marsCapable)&lt;br&gt;at System.Data.SqlClient.TdsParser.Connect(Boolean&amp;amp; useFailoverPartner,&lt;br&gt;Boolean&amp;amp; failoverDemandDone, String host, String failoverPartner, String&lt;br&gt;protocol, SqlInternalConnectionTds connHandler, Int64 timerExpire, Boolean&lt;br&gt;encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection&lt;br&gt;owningObject, Boolean aliasLookup)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection&lt;br&gt;owningObject, SqlConnectionString connectionOptions, String newPassword,&lt;br&gt;Boolean redirectedUserInstance)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity&lt;br&gt;identity, SqlConnectionString connectionOptions, Object providerInfo, String&lt;br&gt;newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)&lt;br&gt;at&lt;br&gt;System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions&lt;br&gt;options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection&lt;br&gt;owningConnection)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection&lt;br&gt;owningConnection, DbConnectionPool pool, DbConnectionOptions options)&lt;br&gt;at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection&lt;br&gt;owningObject)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection&lt;br&gt;owningObject)&lt;br&gt;at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection&lt;br&gt;owningObject)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection&lt;br&gt;owningConnection)&lt;br&gt;at&lt;br&gt;System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection&lt;br&gt;outerConnection, DbConnectionFactory connectionFactory)&lt;br&gt;at System.Data.SqlClient.SqlConnection.Open()&lt;br&gt;at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset,&lt;br&gt;DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String&lt;br&gt;srcTable, IDbCommand command, CommandBehavior behavior)&lt;br&gt;at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32&lt;br&gt;startRecord, Int32 maxRecords, String srcTable, IDbCommand command,&lt;br&gt;CommandBehavior behavior)&lt;br&gt;at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) </description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#572548</link><pubDate>Mon, 10 Apr 2006 18:41:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:572548</guid><dc:creator>Dave W.</dc:creator><description>I have a client with 64 bit 2003 server running SQL 2005.&lt;br&gt;Also has 32 bit XP sp2 client machines that connect fine to the server with OLEDB. &amp;nbsp;When attempting to connect with DMO from the machines with the same credentials and IP, I get &lt;br&gt;error number: 55555&lt;br&gt;error source: Microsoft SQL-DMO (ODBC SQLState: 42000)&lt;br&gt;error description: [Microsoft][ODBC SQL Server Driver][SQL Server]To connect to this server you must use SQL Server Management Studio or SQL Server Management Objects (SMO).&lt;br&gt;&lt;br&gt;If I try the same code locally on the server it connects fine.&lt;br&gt;&lt;br&gt;The client has installed the DMO backwards compatibility patch on both client and server.&lt;br&gt;&lt;br&gt;I am at wit's end. &amp;nbsp;All protocals on the server are enabled. &amp;nbsp;SQL Browser is enabled on the server. &amp;nbsp;Windows firewall is not enabled on the server.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#573130</link><pubDate>Tue, 11 Apr 2006 09:02:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:573130</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Dave&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;This is not connectivity issue, please post your question to SQL DMO/SMO Forum:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=88&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=88&amp;amp;SiteID=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#583331</link><pubDate>Tue, 25 Apr 2006 19:57:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:583331</guid><dc:creator>Bobikus</dc:creator><description>Ouyaaaaah!&lt;br&gt;I solved it! I spent two day by reading many many forums and blogs. Finally I found this stupid error...it must be two backslashes between MachineName and InstanceName in connection string in my application - &amp;quot;&amp;lt;MachineName&amp;gt;\\&amp;lt;InstanceName&amp;gt;&amp;quot;.&lt;br&gt;Everything was enabled, every service ran well but symptoms were identical&lt;br&gt;So if someone has the same little problem.....</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#611463</link><pubDate>Wed, 31 May 2006 10:41:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:611463</guid><dc:creator>bow</dc:creator><description>i just test for adding an exception in firewall. Only add sqlbrowser.exe in exception. it's fine. No need to add port 1433 anymore. thank you.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#636684</link><pubDate>Mon, 19 Jun 2006 12:37:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:636684</guid><dc:creator>PRANAV GARG </dc:creator><description>try to register your sql server on the active directory. &lt;br&gt;go to the sql server instance name and then right click go to properties and an active directory tab is there click on add and then ok. &lt;br&gt;try to connect now. &lt;br&gt;I hope it connects</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#659177</link><pubDate>Fri, 07 Jul 2006 19:49:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:659177</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, &lt;br&gt;&lt;br&gt; &amp;nbsp;Can you provide your connection string? The error you saw could caused by various reason:&lt;br&gt;&lt;br&gt;1) Is your Yukon default instance?&lt;br&gt;2) What protocol enabled in your Yukon instance?&lt;br&gt;3) How you make connection? &amp;quot;localhost/127.0.0.1/&amp;lt;FQDN&amp;gt;/&amp;lt;IP&amp;gt;&amp;quot; which one you specified as server?&lt;br&gt;4) Could you run cliconfg.exe and see what protocol order you specify?&lt;br&gt;5) Which OS were you running your client APP? WIN2K3?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#659464</link><pubDate>Sat, 08 Jul 2006 01:15:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:659464</guid><dc:creator>su</dc:creator><description>Hi,&lt;br&gt;&lt;br&gt;I can't create a DSN using SQL Server to connect to SQL Server 2005, but I can connect successfully using SQL Native Client. My Shared Memory, Named Pipes, &amp;amp; TCP/IP are enabled. My firewall is disabled.&lt;br&gt;&lt;br&gt;I upgraded SQL Server 2K to 2005 so I have some users who have an DSN using FileMaker SQL Server Driver. I am trying to re-establish that connection but I get:&lt;br&gt;[ODBC SQL Server Driver] Client unable to establish connection.&lt;br&gt;[ODBC SQL Server Driver] Unable to load communication module. Driver has not been correct.&lt;br&gt;&lt;br&gt;I was thinking if I can establish a connection using SQL Server drivers then I can figure out my FileMaker SQL Server Driver issue. The error I'm getting using SQL Server is:&lt;br&gt;[TCP/IP Sockets]ConnectionOpen(Invalid Instance())&lt;br&gt;[TCP/IP Sockets]Invalid connection.&lt;br&gt;&lt;br&gt;Please help. &lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;SU&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#659485</link><pubDate>Sat, 08 Jul 2006 01:51:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:659485</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Su&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;From the error message, it looks like that your connection string is not correct, could you provide it to us? Double check following things:&lt;br&gt;&lt;br&gt;1) Is your SQL 2k5 a default instance or named instance? if named instance, you need add &amp;lt;instancename&amp;gt; in your connection string, like &amp;lt;servername&amp;gt;\&amp;lt;instancename&amp;gt;&lt;br&gt;2) What is the SKU of your SQL 2k5? Express? Were you making local or remote connection? What OS are you using?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#660903</link><pubDate>Mon, 10 Jul 2006 03:15:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:660903</guid><dc:creator>Su</dc:creator><description>Hi Ming,&lt;br&gt;&lt;br&gt;I figured out the SQL Server DSN issue. My &amp;quot;Dynamically determined port&amp;quot; was checked with port number 1433 on &amp;quot;Client Configuration&amp;quot;, but my TCP Dynamic Ports on SQL 2K5 was 1157.&lt;br&gt;&lt;br&gt;Now I still have that Filemaker SQL Server Driver issue. I tried connecting using a named instance &amp;quot;DPMMSSQL\MSSQL&amp;quot; and I'm getting [Named Pipes]Specifed SQL server not found. When I use the static IP, I get [ODBC SQL Server Driver] Unable to load communication module. Driver has not been correct.&lt;br&gt;&lt;br&gt;Could it be that Filemaker SQL server Driver does not support SQL 2K5? &lt;br&gt;&lt;br&gt;My OS is 64 bit Win2K3 server. All clients are using XP Pro. SQL server 2k5 is 64 bit version 9.00.2047.00.&lt;br&gt;&lt;br&gt;Thank you so much Ming!&lt;br&gt;Su</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#661899</link><pubDate>Tue, 11 Jul 2006 05:26:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:661899</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, su&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;Glad to hear you address the issue.&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;I am not sure whether your SQL2k5 is a named instance? And you connect through&amp;quot; DPMMSSQL\MSSQL&amp;quot;, is the &amp;quot;DPMMSSQL&amp;quot; the remote machine name? Is the &amp;quot;MSSQL&amp;quot; the instance name of SQL2K5? Can you provide more specifically about your connection string? Means how you make connection? &lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;Can you telnet to your remote server? eg: if your sql server was listening on tcp port 1157, can you run &amp;quot;telnet &amp;lt;remoteservernae&amp;gt; 1157&amp;quot; on your client machine? &lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;Can you try &amp;quot;osql /S&amp;lt;remoteserver&amp;gt;\&amp;lt;instancename&amp;gt; /E&amp;quot; from client machine? what was the error?&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;What sql protocols enabled on your server?&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;To identify your problem quickly, could you help to answer following question and provide it to us?&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/04/21/581035.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/04/21/581035.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Good Luck!&lt;br&gt;Ming.&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#663451</link><pubDate>Wed, 12 Jul 2006 18:44:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:663451</guid><dc:creator>Su</dc:creator><description>Hi Ming,&lt;br&gt;&lt;br&gt;I've called the vendor of that ODBC drive and they don't support 2K5.&lt;br&gt;&lt;br&gt;My new question is can I backup a DB from 2K5 and restore it on SQL server 2000?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;Su</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#665255</link><pubDate>Fri, 14 Jul 2006 06:58:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:665255</guid><dc:creator>SQL Protocols</dc:creator><description>Hi, Su&lt;br&gt;&lt;br&gt; &amp;nbsp; &amp;nbsp;You can post your question to sql database engine forum, there are a lot of experts who can quickly help you:&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=93&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=93&amp;amp;SiteID=1&lt;/a&gt;&lt;br&gt;&lt;br&gt;Good Luck!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#676039</link><pubDate>Mon, 24 Jul 2006 00:21:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:676039</guid><dc:creator>Gabby</dc:creator><description>hi,&lt;br&gt;i am having connectivity issues with sql 2000. i have a cgi script that has been accessing this database for production operations and suddenly, it started to return this error&lt;br&gt;&lt;br&gt;&lt;br&gt;Cannot connect: [Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]General network error. Check your network documentation. (SQL-08001)&lt;br&gt;[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]ConnectionOpen (PreLoginHandshake()). (SQL-01000)(DBD: db_login/SQLConnect err=-1)&lt;br&gt;&lt;br&gt;&lt;br&gt;i have tried everything but restarting the sql server as this server is constanly in use. is there a way to solve this problem? i hav tried using sql ping and i can greac the server, but sqlping also gives the followinh error&lt;br&gt;&lt;br&gt;Connection error: [DBNETLIB][ConnectionOpen (PreLoginHandshake())&lt;br&gt;&lt;br&gt;timely response will be grately appreciated&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#676301</link><pubDate>Mon, 24 Jul 2006 06:52:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:676301</guid><dc:creator>SQL Protocols</dc:creator><description>Hi,Gabby&lt;br&gt; &amp;nbsp; &amp;nbsp;&lt;br&gt; &amp;nbsp; The error you saw is quit common and it can be mapped to many cases. In most cases, the error happens because the server closes the connection for some reason when client is expecting data from the server. &lt;br&gt;&lt;br&gt;1) Can you described more about you app? Does the error happen during a long running query? Is the error consistent or intermittent?&lt;br&gt;&lt;br&gt;2) Which OS your sql server installed? WIN2K3 SP1? Here is a blog that bound to OS specific issue:&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/04/12/574608.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/04/12/574608.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Also, could you check your Server ERRORLOG, what protocls enabled on your server? and whether there is any error info that may give clue? If you were running long query, please open server trace file and watch which operation caused server close connection.&lt;br&gt;&lt;br&gt;Good Luck!&lt;br&gt;Ming.</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#676447</link><pubDate>Mon, 24 Jul 2006 11:28:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:676447</guid><dc:creator>Gabby</dc:creator><description>thanks a lot Ming,&lt;br&gt;i actually found out that it was one of the network admins that turned on firewall filtering on the Gateway router. this was actually filtering out MSSQL connections&lt;br&gt;&lt;br&gt;Thanks a lot for your response</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#680446</link><pubDate>Thu, 27 Jul 2006 20:17:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:680446</guid><dc:creator>Greg</dc:creator><description>Hi Ming,&lt;br&gt;&lt;br&gt;I have SQL Server 2005 Express installed on a windows server 2003 standard endition. I have configured the firewall according to specs above where I added program exceptions for sqlservr.exe and sqlbrowser.exe. I have enabled remote and local connections using tcp/ip &amp;amp; Named Pipes through the Sql Server Surface Area Connection utility.&lt;br&gt;Here is the strange part: I am able to connect to the Sql Server remotely via Sql Server Management Studio Express, but I am unable to connect to the Sql Server by registering it in Sql Server Enterprise Edition...Is it possible to register the Instance through Enterprise Manager?&lt;br&gt;Thanks,&lt;br&gt;Greg</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#686155</link><pubDate>Wed, 02 Aug 2006 10:24:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686155</guid><dc:creator>pkj</dc:creator><description>hi,&lt;br&gt;&lt;br&gt;I am trying to deploy an analysis server cube on a remote server on my LAN. The remote server has firewall off. From the Business development studio I can connect to the remote machine and create data source and data source view. However, when I try to deploy the cube I get the folowing error:&lt;br&gt;&lt;br&gt;A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. &amp;nbsp;&lt;br&gt;&lt;br&gt;I have ensures that the SQL Browser is running. What could be the problem and its solution?&lt;br&gt;&lt;br&gt;thanks in advance,&lt;br&gt;PKJ</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#686661</link><pubDate>Wed, 02 Aug 2006 20:09:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:686661</guid><dc:creator>SQL Protocols</dc:creator><description>PKJ,&lt;br&gt;&lt;br&gt;Please take a look at the Windows event log on the machine where you have Analysis Server and SQL Browser running to see if there is any error and warning events generated by SQL Browser. &amp;nbsp;If there are, please post a sample of them to help us troubleshoot what the problem may be.&lt;br&gt;&lt;br&gt;BTW, I would recommend that you continue to have the Windows Firewall on, but put the SQL Server process (sqlservr.exe) and SQL Browser process (sqlbrowser.exe) in the exception list.&lt;br&gt;&lt;br&gt;Jimmy</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#726606</link><pubDate>Sun, 27 Aug 2006 13:00:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:726606</guid><dc:creator>Jeorge Lukasing</dc:creator><description>Very many thanks for a good work. Nice and useful. Like it!</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#742639</link><pubDate>Wed, 06 Sep 2006 15:33:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:742639</guid><dc:creator>Sandy</dc:creator><description>Hi,&lt;br&gt; &lt;br&gt;I am trying to deploy a DTSX package to 32-bit SQL Server 2005 in a 64-bit machine from my installer. &lt;br&gt;I am getting the following error in the SaveToSQLServer method:&lt;br&gt; &lt;br&gt;The SaveToSQLServer method has encountered OLE DB Error code 0x80004005 (Communication Link Failure). The SQL statement that was issued has failed.&lt;br&gt; &lt;br&gt;However I am not facing this problem when I try to deploy the DTSX package to a 32-bit SQL Server 2005 in a 32-bit machine.&lt;br&gt; &lt;br&gt;Can anyone tell me why this happens and how this could be solved?&lt;br&gt; &lt;br&gt;Thanks,&lt;br&gt;Sandhya</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1057925</link><pubDate>Sat, 11 Nov 2006 14:52:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1057925</guid><dc:creator>deena</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have been running backup on a database(with size more than 20 GB), here I was not able to connect mssql server 2005 thro' management studio.&lt;/p&gt;
&lt;p&gt;Event log says the following error&lt;/p&gt;
&lt;p&gt;Use the &amp;quot;max worker threads&amp;quot; configuration option to increase number of allowable threads, or optimize current running queries. SQL Process Utilization: 4%. System Idle: 16%.&lt;/p&gt;
&lt;p&gt;However I icreased the worker thread value from 128 to 300, but still problem exists.&lt;/p&gt;
&lt;p&gt;After the backup was completed every thing was fine.&lt;/p&gt;
&lt;p&gt;Any suggestions would be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;deena&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1086300</link><pubDate>Thu, 16 Nov 2006 15:22:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1086300</guid><dc:creator>Deepak sethi</dc:creator><description>&lt;p&gt;I have just installed SQL SErver 2005,&lt;/p&gt;
&lt;p&gt;when i start server management studio, it asks for server registration.&lt;/p&gt;
&lt;p&gt;i have downloaded adventureworks x86 from the website. but now i don;t know how to register.&lt;/p&gt;
&lt;p&gt;please provide some feedback as i am new toit.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1102149</link><pubDate>Sun, 19 Nov 2006 10:00:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1102149</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Deepak&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Find the answer from Books Online installed w/ SQL Server 2k5.&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming&lt;/p&gt;
</description></item><item><title>SQL Server 2005 Remote Connectivity Issue TroubleShoot</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1131740</link><pubDate>Fri, 24 Nov 2006 02:23:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1131740</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;With shipping SQL Server 2005, we heard from customer feedback about suffering make successful remote&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1232980</link><pubDate>Thu, 07 Dec 2006 17:53:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1232980</guid><dc:creator>ALZDBA</dc:creator><description>&lt;p&gt;Is there a space for Service Broker connectivity issues ? (... connection forcibly closed ...)&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1491719</link><pubDate>Fri, 19 Jan 2007 08:13:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1491719</guid><dc:creator>Sanjay</dc:creator><description>&lt;p&gt;I am have setup SQL Server 2005 Express on Windows XP Pro SP2 machine. I enabled SQL Server and SQL Server Browser services, configured the firewall. I migrated Access 2002 databases (in linked tables mode) to this SQL server from workstations running XP Pro SP2. All went perfectly well, as planned. The problem is that, we have two W2k Pro machines, and I can not connect these machines to the SQL at all. I can ping the machine running SQL, but can't connect to the SQLEXPRESS.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1506299</link><pubDate>Mon, 22 Jan 2007 09:02:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1506299</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Sanjay&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Try this blog and follow the best practice:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;MIng.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1507193</link><pubDate>Mon, 22 Jan 2007 13:10:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1507193</guid><dc:creator>Vijay Anand</dc:creator><description>&lt;p&gt;I unable to connect to sql from windows 2003 server were as I can able to connect from windows xp&lt;/p&gt;
&lt;p&gt;Connection failed:&lt;/p&gt;
&lt;p&gt;SQLState: '01000'&lt;/p&gt;
&lt;p&gt;SQL Server Error: 53&lt;/p&gt;
&lt;p&gt;[Microsoft][odbc sql server driver][dbnetlib]connectionopen(connect())&lt;/p&gt;
&lt;p&gt;connection failed:&lt;/p&gt;
&lt;p&gt;SQLState: '08001'&lt;/p&gt;
&lt;p&gt;SQL Server Error: 17&lt;/p&gt;
</description></item><item><title>SQL 2000 client (Eng) to SQL 2005 Server(Korean)</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1511587</link><pubDate>Tue, 23 Jan 2007 07:47:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1511587</guid><dc:creator>praveen</dc:creator><description>&lt;p&gt;Hi Guys,&lt;/p&gt;
&lt;p&gt;I have a unique problem, i am having SQL Server 2000 client (English Version)running in my machine and i have a SQL Server 2005 (Korean Version). When i try to establish a connection in my enterprise manager i am not able to connect, but the same is getting connected when i try in SQL Query Analyzer.&lt;/p&gt;
&lt;p&gt;Can someone help me in resolving the issue.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Praveen&lt;/p&gt;
</description></item><item><title>help me</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1521655</link><pubDate>Wed, 24 Jan 2007 16:39:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1521655</guid><dc:creator>Preved</dc:creator><description>&lt;p&gt;Thank you!&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="&lt;a rel="nofollow" target="_new" href="http://symy.jp/?Ct_220745"&gt;http://symy.jp/?Ct_220745&lt;/a&gt;,Thank"&gt;&lt;a rel="nofollow" target="_new" href="http://symy.jp/?Ct_220745"&gt;http://symy.jp/?Ct_220745&lt;/a&gt;,Thank&lt;/a&gt; you!&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://symy.jp/?Ct_220745"&gt;http://symy.jp/?Ct_220745&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1550200</link><pubDate>Mon, 29 Jan 2007 09:31:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550200</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;P&gt;Hi, Praveen&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Please provide your connection string and the error message you came accross. &lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you face further problem, please provide more detail info by following:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=362498&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=362498&amp;amp;SiteID=1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Ming.&lt;/P&gt;</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1550210</link><pubDate>Mon, 29 Jan 2007 09:34:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550210</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Vijay&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Can you provide more detail info by follow up below questions?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=362498&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=362498&amp;amp;SiteID=1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>SQL Server 2005 Connectivity Issue Troubleshoot  - Part I</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1550245</link><pubDate>Mon, 29 Jan 2007 09:43:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1550245</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;This post provides some tips to troubleshoot Sql Server connection problems based on various displayed&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1585211</link><pubDate>Sat, 03 Feb 2007 01:13:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1585211</guid><dc:creator>Aliyah</dc:creator><description>&lt;p&gt;Help am doing C# and whenever i call store procedure a message come up that i can't open or login.&lt;/p&gt;
&lt;p&gt; string connstring = &amp;nbsp;&amp;quot;Data Source =.\\SQLEXPRESS; Initial Catalog=testDatabase; User Instance=True; Integrated Security = True&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlConnection connection = new SqlConnection(connstring);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; // SqlConnection Connection = new SqlConnection(&amp;quot;Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\testDatabase.mdf;Integrated Security=True;User Instance=True&amp;quot;);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlCommand cmd = new SqlCommand();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SqlDataReader reader;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cmd.CommandText = &amp;quot;StoredProcedure1&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cmd.CommandType = CommandType.StoredProcedure;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cmd.Connection = connection;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// &amp;nbsp;cmd.ExecuteNonQuery(); &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// &amp;nbsp;connection.Open();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; connection.Open();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;reader = cmd.ExecuteReader();&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;// Data is accessible through the DataReader object here.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; connection.Close();&lt;/p&gt;
&lt;p&gt;where am i going wrong? &amp;nbsp;HELP!!!!!!!!!&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1610049</link><pubDate>Tue, 06 Feb 2007 10:43:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1610049</guid><dc:creator>Priya</dc:creator><description>&lt;p&gt;I am not able to figure out how to use sql express 2005 in client server environment.&lt;/p&gt;
&lt;p&gt;I have installed the completed SQLEXpress and Advnaced Sql Express on both machines, enabled all protocols but still not able to connect from client to server.&lt;/p&gt;
&lt;p&gt;I also tried SQLEXpress and Advnaced Sql Express on one machine and only Sql NAtive Client on client machine but no success.&lt;/p&gt;
&lt;p&gt;What settings needed on server machine and what on client machine?&lt;/p&gt;
&lt;p&gt;Can you please help?&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1670518</link><pubDate>Tue, 13 Feb 2007 21:41:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1670518</guid><dc:creator>Shane</dc:creator><description>&lt;p&gt;Ming,&lt;/p&gt;
&lt;p&gt;First of all, thank you for this great resource.&lt;/p&gt;
&lt;p&gt;We have a strange case with some customers. &amp;nbsp;We are connecting to a local SQL 2005 Express named instance. &amp;nbsp;We are supplying the local server and instance name using &amp;quot;127.0.0.1\TOCTTARGPPC05&amp;quot;. &amp;nbsp;Also note we are using Windows Authentication. &amp;nbsp;When we try to connect to the instance using the IP for the local machine we get the error:&lt;/p&gt;
&lt;p&gt;[DBNETLIB][ConnectionOpen (Connect()).]Specified SQL Server not found. (6)&lt;/p&gt;
&lt;p&gt;We have shared memory, named pipes and tcp protocols enabled. &amp;nbsp;In our troubleshooting we tried using sqlcmd to connect to the database. &amp;nbsp;When we used &amp;quot;127.0.0.1\TOCTTARGPPC05&amp;quot; the connection failed, but when using &amp;quot;.\TOCTTARGPPC05&amp;quot; the connection was established immediately. &amp;nbsp;From our research we noticed that this can occur if the SQL Browser service is not running and in fact we could reproduce this issue on our own machines. &amp;nbsp;However, on the customers machine the SQL Browser service is running and they are still not able to connect using &amp;quot;127.0.0.1\TOCTTARGPPC05&amp;quot;. &amp;nbsp;We are currently stumped. &amp;nbsp;Do you have any suggestions?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Shane&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1673791</link><pubDate>Wed, 14 Feb 2007 08:21:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1673791</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Shane&lt;/p&gt;
&lt;p&gt;Assume your local sqlexpress has np and tcp enabled, and it is listening on a tcp port and named pipe from ERRORLOG.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Can you try:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;1) &amp;quot;sqlcmd /Snp:127.0.0.1\TOCTTARGPPC05&amp;quot;, what is the error message you got?&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;2) &amp;quot;sqlcmd /Stcp:127.0.0.1\TOCTTARGPPC05&amp;quot;, what is the error message you got?&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;3) Repeat step 1) and 2) by replace server to &lt;/p&gt;
&lt;p&gt;a. &amp;quot;&amp;lt;localmachinename&amp;gt;\TOCTTARGPPCO5&amp;quot;&lt;/p&gt;
&lt;p&gt;b. &amp;quot;localhost\TOCTTARGPPCO5&amp;quot;&lt;/p&gt;
&lt;p&gt;c. &amp;quot;&amp;lt;ipaddress&amp;gt;\TOCTTARGPPCO5&amp;quot;&lt;/p&gt;
&lt;p&gt;Would all of these work? &lt;/p&gt;
&lt;p&gt;Is this problem only occur when you were trying &amp;quot;127.0.0.1&amp;quot;?&lt;/p&gt;
&lt;p&gt;What OS when repro? WIN2K3? Do you have ipv6 enabled on the box?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#1798910</link><pubDate>Sat, 03 Mar 2007 23:46:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1798910</guid><dc:creator>Peter</dc:creator><description>&lt;p&gt;I want to know why in Case 2 that SQL Browser service is required when it is dealing with local instance:&lt;/p&gt;
&lt;p&gt;Case 2: Connect to local named instance&lt;/p&gt;
&lt;p&gt;If you can not identify cause for connection fail when use MDAC connecting to local &amp;nbsp;named instance, there are two other possible reasons:&lt;/p&gt;
&lt;p&gt;1) Your application was running under an account that has no permission to the registry entry where MDAC client reads (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\&amp;lt;InstanceName&amp;gt;\MSSQLServer).&lt;/p&gt;
&lt;p&gt;2) SQL Browser service was not enabled or running.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#2011103</link><pubDate>Mon, 02 Apr 2007 13:45:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2011103</guid><dc:creator>khalid</dc:creator><description>&lt;p&gt;i am using the following &amp;nbsp;connection string in my desktop application.it works fine with SQL Enterprise edition but when i use it with SQLExpress edition it does not work.&lt;/p&gt;
&lt;p&gt;kindly help me how to fix this problem&lt;/p&gt;
&lt;p&gt;Provider=sqloledb;Data Source=;Initial &lt;/p&gt;
&lt;p&gt;Catalog=HTMS;User Id=HC;Password=123;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#2013700</link><pubDate>Mon, 02 Apr 2007 22:04:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2013700</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, khalid&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Please take a look the blog for best practice of connecting to sqlexpress.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2006/03/23/558651.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming&lt;/p&gt;
</description></item><item><title>how to differentiate MS SQL SERVER 2005 named instance and default instance</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#2099059</link><pubDate>Thu, 12 Apr 2007 15:48:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2099059</guid><dc:creator>sethu</dc:creator><description>&lt;p&gt;i need to differentiate MS SQL SERVER 2005 named instance and default instance&lt;/p&gt;
</description></item><item><title>how to differentiate MS SQL SERVER 2005 named instance and default instance</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#2099101</link><pubDate>Thu, 12 Apr 2007 15:52:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2099101</guid><dc:creator>sethu</dc:creator><description>&lt;p&gt;i need to differentiate MS SQL SERVER 2005 named instance and default instance through c# code..&lt;/p&gt;
&lt;p&gt;This is needed to attach the data base with server. &amp;nbsp;that is i have to know &amp;nbsp;whether i have to give (local) or (local)\SQLEXPRESS at the time attaching the data base.&lt;/p&gt;
</description></item><item><title>Why SQL Client cannot connect SQL Server 2005 but OLEDB have no problem to connect SQL 2005</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#2152335</link><pubDate>Mon, 16 Apr 2007 13:18:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2152335</guid><dc:creator>Chandra</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I have some problem here...&lt;/p&gt;
&lt;p&gt;When I use Server Explorer on Microsoft Visual Studio .NET 2005, I can't connect the SQL Server 2005 with Data Source : Microsoft SQL Server (SqlClient) but when I use Microsoft SQL Server (OLE DB) its work, its also happening when I make a connection test using udl file.&lt;/p&gt;
&lt;p&gt;why this problem happening?&lt;/p&gt;
&lt;p&gt;Thank for your help. Thank You&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#2164388</link><pubDate>Tue, 17 Apr 2007 19:59:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2164388</guid><dc:creator>SQL Protocols</dc:creator><description>&lt;p&gt;Hi, Chandra&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Please check out the blog according to the error message that you saw from sql client.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx"&gt;http://blogs.msdn.com/sql_protocols/archive/2005/12/22/506607.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Good Luck!&lt;/p&gt;
&lt;p&gt;Ming.&lt;/p&gt;
</description></item><item><title>Handling and troubleshooting memory issues in a SQL Server 2005 instance</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#3420221</link><pubDate>Wed, 20 Jun 2007 12:02:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3420221</guid><dc:creator>SQL Server Performance and Tuning - (SSQA)</dc:creator><description>&lt;p&gt;We had a major issue on one of the SQL Server instance with the memory and getting following error message&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#3424767</link><pubDate>Wed, 20 Jun 2007 16:53:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3424767</guid><dc:creator>can anyone help me in this</dc:creator><description>&lt;p&gt;Database access error. Reason [Microsoft][SQL Native Client]Communication link failure. &lt;/p&gt;
&lt;p&gt;Webi report server log &lt;/p&gt;
&lt;p&gt;(.\infostore.cpp:265): trace message: CInfoStore::Query: SELECT SI_SERVER_NAME,SI_CLUSTER_NAME,SI_SERVER_IS_ALIVE,SI_SERVER_IOR,SI_SYSTEM_INFO FROM CI_SYSTEMOBJS WHERE (SI_PARENTID = 16 AND SI_SERVER_KIND = 'aps') OR SI_ID = 4&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: UNV_Manager:originalReportFilePath:frs://Input/a_068/001/000/324/test_universe.unw&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: UNV_Manager:tempFileName: &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: FSFactoryListener_impl::GetNewServiceHelper: Asking for filestore from server Input:Input.alg1101rh2boa01..&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;UNV_Manager:attachHelper: 0.015 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1644). (false : TraceLog: **ASSERT:UNV_CacheManager:copy Universe file failed... [UNV_CacheManager.cpp;210]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;UNV_CacheManager:UNWCacheManager::DownloadFile: 0.031&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1646). (false : TraceLog: **ERROR:UNV_Manager:The universe cache manager failed to download file.. [UNV_Manager.cpp;1758]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [ENTER] UNV_CacheManager:UNWCacheManager::DownloadFile&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [ENTER] UNV_Manager:attachHelper &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: UNV_Manager:originalReportFilePath:frs://Input/a_068/001/000/324/test_universe.unw&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: UNV_Manager:tempFileName: &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;UNV_Manager:attachHelper: 0 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1644). (false : TraceLog: **ASSERT:UNV_CacheManager:copy Universe file failed... [UNV_CacheManager.cpp;210]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;UNV_CacheManager:UNWCacheManager::DownloadFile: 0.016&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1646). (false : TraceLog: **ERROR:UNV_Manager:The universe cache manager failed to download file.. [UNV_Manager.cpp;1758]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1646). (false : TraceLog: **ERROR:UNV_Manager:Failed at : -2147206823 [UNV_Manager.cpp;1986]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1646). (false : TraceLog: **ERROR:UNV_Manager:HRESULT : -2147206823 [UNV_Manager.cpp;1986]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;UNV_Manager:ImportUniverseFromCE: 0.062&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;UNV_Manager:GetUniverseFromCache: 0.062&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;UNV_Manager:LoadUniverseHeader: 0.062 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [ENTER] QT_LocalServer:SetErrorMessage &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: QT_LocalServer:An error occurred, the corresponding message will be set in the TLS&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: QT_LocalServer:Error Code:506 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ctResourceBundle:Message bundle loaded::qtserver_error_en_&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:[Cdztools Error Trace:BEGIN]&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:PREFIX:ERR &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:COMPONENT:WIS &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:ERRORCODE:506 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:ERRORTYPE:USER &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:MESSAGE:Could not download the universe test_universe from the CMS for the following reason: . See your Business Objects administrator for further information. (Error: WIS 00506)&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:BORESULT:89 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:MODULENAME:QTServer &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:FILENAME:QTLocalServer.cpp&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:LINEPOSITION:1770 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:DPNAME: &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:DPLONGNAME: &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:DPID: &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:COMMANDNAME: &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:COMMANDID: &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ct_cdz_error_context:[Cdztools Error Trace:END] &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ctResourceBundle:Message bundle released::qtserver_error_en_&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: ctResourceBundle:Message bundle released::qtserver_error_en_&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;QT_LocalServer:SetErrorMessage: 0 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;QT_LocalServer:GetUniverseParameters: 0.062&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1646). (false : TraceLog: **ERROR:C3_cdbQTServer:m_pQT-&amp;gt;GetUniverseParameters : -2147206823 [kc3qtds.cpp;3911]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;C3_cdbQTServer:LoadUniverseConnection: 0.062&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1646). (false : TraceLog: **ERROR:C3_cdbQTServer:LoadUniverseConnection failed [kc3qtds.cpp;5389]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;C3_cdbQTServer:_LoadDictionary: 0.062 &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;assert failure: (.\TraceLog.cpp:1646). (false : TraceLog: **ERROR:C3_cdbQTServer:m_pServer-&amp;gt;_LoadDictionary(*m_pDict); failed : -2147467259 [kc3qtds.cpp;2801]).&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 08:04:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;4920 &amp;nbsp; &amp;nbsp;6528 &amp;nbsp; &amp;nbsp;trace message: TraceLog: [EXIT] &amp;nbsp;C3_cdbQTServer:tbQTDS_CreateObjects: 0.062&lt;/p&gt;
&lt;p&gt;Input FRS log &lt;/p&gt;
&lt;p&gt;Timestamp &amp;nbsp; &amp;nbsp; &amp;nbsp; ProcessID &amp;nbsp; &amp;nbsp; &amp;nbsp; ThreadID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Message &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:06 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;(.\nsclient.cpp:2037): trace message: Name server communication failed. &amp;nbsp;Reconnect...&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:06 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;(.\nsclient.cpp:224): trace message: NSCLIENT: Do connection to alg1101rh2boa01.connectprod.connect.bt.com. &amp;nbsp;Last successful connection to ALG1101RH2BOA01.CONNECTPROD.CONNECT.BT.COM&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:06 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;(.\oscafactorymgr.cpp:1318): trace message: DONT CALL DONT CALL DONT CALL DONT CALL&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:07 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: SIWarning: ResolveSocket failed! &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:07 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: CNSClientManager::DoConnectToAps(): failed to retrieve aps factory handle from aps alg1101rh2boa01.connectprod.connect.bt.com.&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:07 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;(.\oscafactorymgr.cpp:1318): trace message: DONT CALL DONT CALL DONT CALL DONT CALL&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: SIWarning: ResolveSocket failed! &lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: CNSClientManager::DoConnectToAps(): failed to retrieve aps factory handle from aps alg1101rh2boa01.connectprod.connect.bt.com:6401.&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: CNSClientManager::ClusterInfo::InvalidateAPS: Removing APS alg1101rh2boa01.connectprod.connect.bt.com from m_ActiveMembers and adding to m_InactiveMembers&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: CNSClientManager::ClusterInfo::InvalidateAPS: Removing APS alg1101rh2boa01.connectprod.connect.bt.com:6401 from m_ActiveMembers and adding to m_InactiveMembers&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: CNSClientManager::ClusterInfo::InvalidateAPS: Removing APS alg1101rh2boa01.connectprod.connect.bt.com from m_ActiveMembers and adding to m_InactiveMembers&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;trace message: CNSClientManager::ClusterInfo::InvalidateAPS: Removing APS alg1101rh2boa01.connectprod.connect.bt.com:6401 from m_ActiveMembers and adding to m_InactiveMembers&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;(.\nsclient.cpp:237): trace message: NSCLIENT: no valid APS available to connect to&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:08 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;7896 &amp;nbsp; &amp;nbsp;(.\nsclient.cpp:2069): trace message: Failed to connect to name server: Transport error: unable to retrieve the CMS factory. (44)&lt;/p&gt;
&lt;p&gt;[Wed Jun 20 07:58:52 2007] &amp;nbsp; &amp;nbsp; &amp;nbsp;7072 &amp;nbsp; &amp;nbsp;5016 &amp;nbsp; &amp;nbsp;trace message: FileResourceMgr::cleanup: Going thru maps of readers and writers&lt;/p&gt;
</description></item><item><title>
			Glorf IT - Bedenkliches aus dem IT-Alltag			 &amp;raquo; SQL-Server-2005: immer mit Named-Pipes		</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#3525293</link><pubDate>Mon, 25 Jun 2007 21:54:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3525293</guid><dc:creator>
			Glorf IT - Bedenkliches aus dem IT-Alltag			 » SQL-Server-2005: immer mit Named-Pipes		</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.glorf.it/blog/2007/06/25/sql-server/sql-server-2005-immer-mit-named-pipes"&gt;http://www.glorf.it/blog/2007/06/25/sql-server/sql-server-2005-immer-mit-named-pipes&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#4419586</link><pubDate>Thu, 16 Aug 2007 21:50:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4419586</guid><dc:creator>Addi</dc:creator><description>&lt;p&gt;My application is losing connectivity while being installed / running on same machine as SQL Server.&lt;/p&gt;
&lt;p&gt;SQL Error! SQL State: 01000, ErrorCode 10054, ErrorMessage: [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionRead (recv()).&lt;/p&gt;
&lt;p&gt;Any ideas.&lt;/p&gt;
&lt;p&gt;Addi&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#4439636</link><pubDate>Sat, 18 Aug 2007 04:36:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4439636</guid><dc:creator>neklace</dc:creator><description>&lt;p&gt;Respected Sir,&lt;/p&gt;
&lt;p&gt;I face a problem .please read it and email me its solution as soon as possible.&lt;/p&gt;
&lt;p&gt;This is problem.&lt;/p&gt;
&lt;p&gt;An error has occured while establishing a connection to the server. When connecting to SQL Server 2005,this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.(provider:Named Pipes Provider,error:40-Could not open connection to SQL Server)) &lt;/p&gt;
&lt;p&gt;I try to serach from google its solution ,but i can not find its solution.&lt;/p&gt;
&lt;p&gt;Try this link.i do every thing which tell in this link but my problem still remain.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.datamasker.com/SSE2005_SAC.htm"&gt;http://www.datamasker.com/SSE2005_SAC.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2) Problem&lt;/p&gt;
&lt;p&gt;SQL Server(SQLEXPRESS) is in stop state .when i try to change its state from stop to start it generate error &amp;amp; do not change its state stop state to start state.kindly please sole my these problems.&lt;/p&gt;
&lt;p&gt;I will be thankful to you.&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#5011545</link><pubDate>Thu, 20 Sep 2007 15:25:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5011545</guid><dc:creator>Lucas Rodrigues Gonçalves</dc:creator><description>&lt;p&gt;Congratulations!! Excellent article! &amp;nbsp;Very helpfull!! &amp;nbsp;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#5100206</link><pubDate>Mon, 24 Sep 2007 19:01:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5100206</guid><dc:creator>Dale</dc:creator><description>&lt;p&gt;I'm using classic ASP to connect using the following connection string:&lt;/p&gt;
&lt;p&gt;Conn.open &amp;quot;Provider=sqloledb;Server=server;Initial Catalog=db;UID=;PWD=;&lt;/p&gt;
&lt;p&gt;But I'm getting the following error:&lt;/p&gt;
&lt;p&gt;[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. &lt;/p&gt;
&lt;p&gt;Note: This *was* working at one point, but something changed on the database machine and I can't figure out what changed.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#5552084</link><pubDate>Sat, 20 Oct 2007 21:43:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5552084</guid><dc:creator>Ashish Gupta</dc:creator><description>&lt;p&gt;Unique Issue :&lt;/p&gt;
&lt;p&gt;I can connect to SQL Server 2005 using 32 bit processor but when i tries the same application from 64 bit processor machine i recived remote connections not allowed by sql server error.&lt;/p&gt;
&lt;p&gt;Please help&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#6253130</link><pubDate>Thu, 15 Nov 2007 13:36:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6253130</guid><dc:creator>Bharath</dc:creator><description>&lt;p&gt;An error has occurred while establishing a connection to the server. &amp;nbsp;When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - No connection could be made because the target machine actively refused it.) &lt;/p&gt;
&lt;p&gt;what this means&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#6996955</link><pubDate>Sun, 06 Jan 2008 01:24:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6996955</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;I installed SQL Server 2005 Standard on Windows Vista Business. I am using Sql Server Management Studio and have no problem connecting to my local database. However, I keep getting the following error when trying to connect to a remote SQL Server. I can connect fine under XP with SQL 2000 Enterprise Manager. Here's the error message I get:&lt;/p&gt;
&lt;p&gt;&amp;quot;An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 1214)&amp;quot;&lt;/p&gt;
&lt;p&gt;I have tried the following, based on reading your blog and suggestions by others:&lt;/p&gt;
&lt;p&gt;1) Using Surface Area Configuration, enabled remote connections through both TCP/IP and named pipes&lt;/p&gt;
&lt;p&gt;2) Using Surface Area Configuration, granted sysadmin priveleges to my admin user account&lt;/p&gt;
&lt;p&gt;3) Using SQL Server Configuration Manager, created an alias specifying the tcp protocol, server name, and port number required by the SQL server&lt;/p&gt;
&lt;p&gt;4) Created exceptions for sqlservr.exe and sqlbrowser.exe in the Windows Firewall&lt;/p&gt;
&lt;p&gt;5) Using SQL Server Configuration Manager, enabled shared memory, TCP/IP, and named pipes in both SQL Server 2005 Network Configuration and SQL Native Client Configuration&lt;/p&gt;
&lt;p&gt;6) Temporarily disabled the Windows Firewall completely&lt;/p&gt;
&lt;p&gt;Despite all of this I am still getting the same error message. Did I leave out something important?&lt;/p&gt;
&lt;p&gt;Any help would be appreciated...I've been at this for several days. &amp;nbsp;Thanks, Tom&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Trial</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#7437940</link><pubDate>Mon, 04 Feb 2008 17:15:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7437940</guid><dc:creator>Sadat</dc:creator><description>&lt;p&gt;I have XP/SP2 laptop. I downloaded the trial edition. When I click on the Management Studio, the dialog box asks for server name. The computer name is shinaspc. I installed XP as a standalone workgroup. I get the error message:&lt;/p&gt;
&lt;p&gt;&amp;quot;An error has occurred while establishing a connection to the server. &amp;nbsp;When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 53)&amp;quot;&lt;/p&gt;
&lt;p&gt;I cannot create any new database or start learning from samples. Please help.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8033170</link><pubDate>Tue, 04 Mar 2008 22:39:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8033170</guid><dc:creator>fliben</dc:creator><description>&lt;p&gt;Setup is web farm accessing SQL 2055 through a firewall with port 1433 open to the sql 2005 machine and all ports from SQL network open. Windows firewalls are turned off. SQL accepts remote connections and is set for port 1433.&lt;/p&gt;
&lt;p&gt;I am seeing the below error randomly on connections to our SQL 2005 Std server.&lt;/p&gt;
&lt;p&gt;An error has occurred while establishing a connection to the server. &amp;nbsp;When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)&lt;/p&gt;
</description></item><item><title>  SQL2k5 - Named Pipes Provider, error: 40 // Andrea Soto Blog</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8137117</link><pubDate>Mon, 10 Mar 2008 22:59:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8137117</guid><dc:creator>  SQL2k5 - Named Pipes Provider, error: 40 // Andrea Soto Blog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.yuibox.com/2008/03/10/sql2k5-named-pipes-provider-error-40/"&gt;http://www.yuibox.com/2008/03/10/sql2k5-named-pipes-provider-error-40/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Programming Links Of The Day, 3/18 &amp;laquo; 36 Chambers - The Legendary Journeys</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8324285</link><pubDate>Wed, 19 Mar 2008 03:33:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8324285</guid><dc:creator>Programming Links Of The Day, 3/18 « 36 Chambers - The Legendary Journeys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://36chambers.wordpress.com/2008/03/18/programming-links-of-the-day-318/"&gt;http://36chambers.wordpress.com/2008/03/18/programming-links-of-the-day-318/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8333319</link><pubDate>Mon, 24 Mar 2008 14:07:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8333319</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;Very helpful, I was able to resolve the connectivity issue.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
</description></item><item><title>tracker connection error 506</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8465835</link><pubDate>Wed, 07 May 2008 16:09:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8465835</guid><dc:creator>tracker connection error 506</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://arturo.radiofreemedia.com/trackerconnectionerror506.html"&gt;http://arturo.radiofreemedia.com/trackerconnectionerror506.html&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>my computer &amp;raquo; Re: provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8522837</link><pubDate>Tue, 20 May 2008 15:56:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8522837</guid><dc:creator>my computer &amp;raquo; Re: provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.ie16.com/re-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server/"&gt;http://www.ie16.com/re-provider-named-pipes-provider-error-40-could-not-open-a-connection-to-sql-server/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>my computer &amp;raquo; Re: Reg: Error while browsing Report server in IIS manager</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8522852</link><pubDate>Tue, 20 May 2008 15:59:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8522852</guid><dc:creator>my computer &amp;raquo; Re: Reg: Error while browsing Report server in IIS manager</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.ie16.com/re-reg-error-while-browsing-report-server-in-iis-manager/"&gt;http://www.ie16.com/re-reg-error-while-browsing-report-server-in-iis-manager/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#8976057</link><pubDate>Sat, 04 Oct 2008 04:08:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8976057</guid><dc:creator>hi</dc:creator><description>&lt;p&gt;i have installed visual studio 2008 and i can't find sql enterprise manager in it and i have installed query analyzer seperately but when i try to connect it with the database it is throwing error that odbc driver missing or sql server not found.................. kindly suggest me how come i get rid of this problem&lt;/p&gt;
</description></item><item><title>DBNETLIB ConnectionOpen error de Red | hilpers</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9336447</link><pubDate>Sat, 17 Jan 2009 23:11:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9336447</guid><dc:creator>DBNETLIB ConnectionOpen error de Red | hilpers</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.hilpers-esp.com/709253-dbnetlib-connectionopen-error-de-red"&gt;http://www.hilpers-esp.com/709253-dbnetlib-connectionopen-error-de-red&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9482045</link><pubDate>Tue, 17 Mar 2009 01:00:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9482045</guid><dc:creator>Leo</dc:creator><description>&lt;p&gt;I have searched many places and finally got it solved by trying a suggestion here about registration. &lt;/p&gt;
&lt;p&gt;I was able to add a SQL Express to a gourp in SQL 2005 Server Management Studio using Windows Authentication. I tried to register the same database using a SQL server user. Testing of registration was successful. But whenever I tried to create an ODBC connection to SQLEXPRESS, I got an error saying that the SQL server does not exist or authentication failed. &lt;/p&gt;
&lt;p&gt;What I finally did was to right click the SQL database group or the database, then cilck the option &amp;quot;Update Local Server Registration&amp;quot;.&lt;/p&gt;
&lt;p&gt;The reason that I tested ODBC connection was the failure of connection when I used connection string in the code.&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9482079</link><pubDate>Tue, 17 Mar 2009 01:27:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9482079</guid><dc:creator>Leo</dc:creator><description>&lt;p&gt;The exact error of mine was &amp;quot;SQL Server does not exist or access denied&amp;quot; after connection is open. &lt;/p&gt;
&lt;p&gt;I had connection errors before this error. I cannot remember the exact error messages. I tried suggestions at this site:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://74.125.95.132/search?q=cache:VWFIV3SxCH4J:blogs.msdn.com/sqlexpress/archive/2004/07/23/192044.aspx+sqlexpress+odbc&amp;amp;cd=3&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;gl=us"&gt;http://74.125.95.132/search?q=cache:VWFIV3SxCH4J:blogs.msdn.com/sqlexpress/archive/2004/07/23/192044.aspx+sqlexpress+odbc&amp;amp;cd=3&amp;amp;hl=en&amp;amp;ct=clnk&amp;amp;gl=us&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is how to enable connections:&lt;/p&gt;
&lt;p&gt;Start-&amp;gt;All Programs-&amp;gt;Microsoft Sql Server 2005&lt;/p&gt;
&lt;p&gt;-&amp;gt;Configuration Tools-&amp;gt; SQL Server Surface Area Configuration&lt;/p&gt;
&lt;p&gt;In the left area:&lt;/p&gt;
&lt;p&gt;SQLEXPRESS&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Database Engine&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;-&amp;gt;Remote Connections&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Enable &amp;quot;Using both TCP/IP and named pipes&amp;quot;&lt;/p&gt;
&lt;p&gt;After the change, you can stop/start the service&lt;/p&gt;
&lt;p&gt;SQLEXPRESS&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Database Engine&lt;/p&gt;
&lt;p&gt; &amp;nbsp; -&amp;gt;Service&lt;/p&gt;
&lt;p&gt;or using command&lt;/p&gt;
&lt;p&gt; &amp;nbsp; net stop mssql$sqlexpress&lt;/p&gt;
&lt;p&gt; &amp;nbsp; net start mssql$sqlexpress&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9485228</link><pubDate>Wed, 18 Mar 2009 03:00:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9485228</guid><dc:creator>Michael Gibson</dc:creator><description>&lt;p&gt;Just installed SQL Express 2008 - amazing all the tools they include for free now! &amp;nbsp;Your page helped me tremendously. Was troubleshooting connection strings on old .asp code trying to connect to the new DB. &amp;nbsp;Thanks a ton!&lt;/p&gt;
&lt;p&gt;Just FYI, I switched from &lt;/p&gt;
&lt;p&gt;MyConn.Open(&amp;quot;driver={SQL Server};server=ABC&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;MyConn.Open(&amp;quot;driver={SQL Native Client};Data Source=XYZ&lt;/p&gt;
&lt;p&gt;(With an appropriately configured DSN)&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9632908</link><pubDate>Thu, 21 May 2009 00:29:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632908</guid><dc:creator>laertejunior</dc:creator><description>&lt;p&gt;Hi...We have a VM with Sharepoint connect to another server (SQLSERVER) and sometimes we have this error in&lt;/p&gt;
&lt;p&gt;VM &lt;/p&gt;
&lt;p&gt;A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)&lt;/p&gt;
&lt;p&gt;But it is not normal and in some hours of day this happend. We have to restart the VM to connect again in sql server. Could be a sql server problem ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: The troubleshooter has determined that you may not have Internet connectivity. Please make sure that your Internet connection is working by using the Windows network troubleshooter. </title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9640997</link><pubDate>Tue, 26 May 2009 04:57:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9640997</guid><dc:creator>Carol</dc:creator><description>&lt;p&gt;I already test HTTP Proxy is success connect to MSN messenger services. Test TCP connection unable to connect 8007274c.&lt;/p&gt;
</description></item><item><title> SQL Protocols Troubleshoot Connectivity Issue in SQL Server 2005 | Wood TV Stand</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9688188</link><pubDate>Wed, 03 Jun 2009 03:25:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9688188</guid><dc:creator> SQL Protocols Troubleshoot Connectivity Issue in SQL Server 2005 | Wood TV Stand</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://woodtvstand.info/story.php?id=84106"&gt;http://woodtvstand.info/story.php?id=84106&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> SQL Protocols Troubleshoot Connectivity Issue in SQL Server 2005 | debt settlement program</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9787603</link><pubDate>Fri, 19 Jun 2009 16:47:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9787603</guid><dc:creator> SQL Protocols Troubleshoot Connectivity Issue in SQL Server 2005 | debt settlement program</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://edebtsettlementprogram.info/story.php?id=24652"&gt;http://edebtsettlementprogram.info/story.php?id=24652&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> SQL Protocols Troubleshoot Connectivity Issue in SQL Server 2005 | debt consolidator</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9789447</link><pubDate>Fri, 19 Jun 2009 18:41:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9789447</guid><dc:creator> SQL Protocols Troubleshoot Connectivity Issue in SQL Server 2005 | debt consolidator</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://mydebtconsolidator.info/story.php?id=3326"&gt;http://mydebtconsolidator.info/story.php?id=3326&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Troubleshoot Connectivity Issue in SQL Server 2005 - Part II</title><link>http://blogs.msdn.com/sql_protocols/archive/2005/10/29/486861.aspx#9939079</link><pubDate>Sat, 19 Dec 2009 09:43:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9939079</guid><dc:creator>Sumen</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://sqlerrormessages.blogspot.com/2009/12/specified-sql-server-not-found-or-error.html"&gt;http://sqlerrormessages.blogspot.com/2009/12/specified-sql-server-not-found-or-error.html&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>