<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Fix &#8220;Error occurred while establishing a connection to SQL Server&#8221;</title> <atom:link href="http://helpdeskgeek.com/help-desk/error-occurred-while-establishing-a-connection-to-sql-server/feed/" rel="self" type="application/rss+xml" /><link>http://helpdeskgeek.com/help-desk/error-occurred-while-establishing-a-connection-to-sql-server/</link> <description>Help Desk Geek is a blog for Discussions about help desk tips and how-to computer tips</description> <lastBuildDate>Tue, 22 May 2012 04:07:29 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: magno</title><link>http://helpdeskgeek.com/help-desk/error-occurred-while-establishing-a-connection-to-sql-server/#comment-124163</link> <dc:creator>magno</dc:creator> <pubDate>Mon, 20 Feb 2012 00:56:18 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=4759#comment-124163</guid> <description>Dude, i set up the firewall inbound rules 1433 for tcp, then inbound rules 1434 udp. but what really was needed was to set up the connection string with the port
like this:
connectionString=&quot;Data Source=database\CORP,1433....
with the port 1433 worked fine from my computer with the firewall enabled. </description> <content:encoded><![CDATA[<p>Dude, i set up the firewall inbound rules 1433 for tcp, then inbound rules 1434 udp. but what really was needed was to set up the connection string with the port</p><p>like this:</p><p>connectionString=&#8221;Data Source=database\CORP,1433&#8230;.</p><p>with the port 1433 worked fine from my computer with the firewall enabled.</p> ]]></content:encoded> </item> <item><title>By: subrat</title><link>http://helpdeskgeek.com/help-desk/error-occurred-while-establishing-a-connection-to-sql-server/#comment-112037</link> <dc:creator>subrat</dc:creator> <pubDate>Wed, 09 Nov 2011 04:33:00 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=4759#comment-112037</guid> <description>hi i am using Sql server 2005 while working with database connection this problem occurred:
A network-related or instance-specification error occurred while establishing a connection to sql Server.
This server was not found or was not accessible.Verify that the instance name is correct and sqlserver is configured to allow remote connections.(provider: SQL Network Interfaces,err:26-error locating Server/Instance Specified)
How can I fix it? </description> <content:encoded><![CDATA[<p>hi i am using Sql server 2005 while working with database connection this problem occurred:</p><p>A network-related or instance-specification error occurred while establishing a connection to sql Server.</p><p>This server was not found or was not accessible.Verify that the instance name is correct and sqlserver is configured to allow remote connections.(provider: SQL Network Interfaces,err:26-error locating Server/Instance Specified)</p><p>How can I fix it?</p> ]]></content:encoded> </item> <item><title>By: amanhabt</title><link>http://helpdeskgeek.com/help-desk/error-occurred-while-establishing-a-connection-to-sql-server/#comment-89219</link> <dc:creator>amanhabt</dc:creator> <pubDate>Thu, 11 Aug 2011 06:52:33 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=4759#comment-89219</guid> <description>hey guyz...
I have been using Ms-Access for the last one year....due to its size and server based need....I changed to sql server 2008.....and it works fine now. my question is how can I audit different user and their role on the database....like what if I wanna know which user is exporting data from another application like access(which I now used it for a front end)....any help ??? </description> <content:encoded><![CDATA[<p>hey guyz&#8230;</p><p>I have been using Ms-Access for the last one year&#8230;.due to its size and server based need&#8230;.I changed to sql server 2008&#8230;..and it works fine now. my question is how can I audit different user and their role on the database&#8230;.like what if I wanna know which user is exporting data from another application like access(which I now used it for a front end)&#8230;.any help ???</p> ]]></content:encoded> </item> <item><title>By: Mohammad Shahnawaz</title><link>http://helpdeskgeek.com/help-desk/error-occurred-while-establishing-a-connection-to-sql-server/#comment-49129</link> <dc:creator>Mohammad Shahnawaz</dc:creator> <pubDate>Wed, 19 Jan 2011 01:18:11 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=4759#comment-49129</guid> <description>Hi.
I am using windows 2003 professional operating system. I deployed my asp.net web application on it. It generated an error. I provided you a snapshot of it.
===============
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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Source Error:
public virtual businesslogic.tlinksme.ShoppingCartClass.Cart SCart {
get {
return ((businesslogic.tlinksme.ShoppingCartClass.Cart)(this.GetPropertyValue(&quot;SCart&quot;)));
}
set {
===============
Actually, I am using Custom Profile for shopping cart as Binary.
I did not get where is the error. I googled many web sites, but I did not get the exact answer.
For your information, my SQL server 2005 has been configured correctly. SQL server 2005 names instance is running, and a web browser is also running. I have enabled TCP/IP as well as enabled remote connection.
One surprising thing is that when I deployed another server like XP, it is working well. No error at all, but when I deploy on windows 2003, an error is generated for network interface.
I need your help.
Bye.
Thank you. </description> <content:encoded><![CDATA[<p>Hi.</p><p>I am using windows 2003 professional operating system. I deployed my asp.net web application on it. It generated an error. I provided you a snapshot of it.<br
/> ===============<br
/> 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: SQL Network Interfaces, error: 26 &#8211; Error Locating Server/Instance Specified)<br
/> Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.</p><p>Exception Details: System.Data.SqlClient.SqlException: 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: SQL Network Interfaces, error: 26 &#8211; Error Locating Server/Instance Specified)</p><p>Source Error:</p><p> public virtual businesslogic.tlinksme.ShoppingCartClass.Cart SCart {<br
/> get {<br
/> return ((businesslogic.tlinksme.ShoppingCartClass.Cart)(this.GetPropertyValue(&quot;SCart&quot;)));<br
/> }<br
/> set {</p><p>===============<br
/> Actually, I am using Custom Profile for shopping cart as Binary.</p><p>I did not get where is the error. I googled many web sites, but I did not get the exact answer.</p><p>For your information, my SQL server 2005 has been configured correctly. SQL server 2005 names instance is running, and a web browser is also running. I have enabled TCP/IP as well as enabled remote connection.</p><p>One surprising thing is that when I deployed another server like XP, it is working well. No error at all, but when I deploy on windows 2003, an error is generated for network interface.</p><p>I need your help.</p><p>Bye.<br
/> Thank you.</p> ]]></content:encoded> </item> <item><title>By: Sravanthi</title><link>http://helpdeskgeek.com/help-desk/error-occurred-while-establishing-a-connection-to-sql-server/#comment-40311</link> <dc:creator>Sravanthi</dc:creator> <pubDate>Tue, 09 Nov 2010 06:01:06 +0000</pubDate> <guid
isPermaLink="false">http://helpdeskgeek.com/?p=4759#comment-40311</guid> <description>I am using Windows Vista OS. I have installed SQL Server 2008. I wanted to connect to my remote server using sql server management studio. I have VPN connection for connecting the remote server. I connected to VPN.
I Microsoft SQL Server Management studio when I enter &#039;myremoteservernameSQLExpress&#039; I am getting the below error:
&quot;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: SQL Network Interfaces, error: 26 - Error Locating Server / Instance
Specified&quot;.
I have done all the below steps for solving the issue:
1) Enabled tcp/ip protocol, enabled local and remote connection and restarted the instance in sqlsever surface aera configuration settings.
2) Enable tcp/ip protocol in sqlserver configuration manager.
3) Restarted sqlserver browser,mssqlserver instance.
4) Created sqlbrowser.exe exception of the file in firewall.
5) created sqlserver.exe exception of the file in firewall.
6) Enabled Allow remote connections to this server in Microsoft SQL Server Management Studio server node properties connections.
Please help me to solve this issue. </description> <content:encoded><![CDATA[<p>I am using Windows Vista OS. I have installed SQL Server 2008. I wanted to connect to my remote server using sql server management studio. I have VPN connection for connecting the remote server. I connected to VPN.</p><p>I Microsoft SQL Server Management studio when I enter &#039;myremoteservernameSQLExpress&#039; I am getting the below error:</p><p>&quot;A network-related or instance-specific error occurred while<br
/> 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: SQL Network Interfaces, error: 26 &#8211; Error Locating Server / Instance<br
/> Specified&quot;.</p><p>I have done all the below steps for solving the issue:</p><p>1) Enabled tcp/ip protocol, enabled local and remote connection and restarted the instance in sqlsever surface aera configuration settings.<br
/> 2) Enable tcp/ip protocol in sqlserver configuration manager.<br
/> 3) Restarted sqlserver browser,mssqlserver instance.<br
/> 4) Created sqlbrowser.exe exception of the file in firewall.<br
/> 5) created sqlserver.exe exception of the file in firewall.<br
/> 6) Enabled Allow remote connections to this server in Microsoft SQL Server Management Studio server node properties connections.</p><p>Please help me to solve this issue.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/6 queries in 0.003 seconds using disk: basic
Object Caching 246/246 objects using disk: basic
Content Delivery Network via s.helpdeskgeek.com

Served from: helpdeskgeek.com @ 2012-05-22 04:45:56 -->
