Page 1 of 1
					
				Error locating server
				Posted: Thu  19 Apr 2018 12:10
				by SCarter
				Cannot connect to sql server. An error message: sql network interfaces, error: 26 – error locating server/instance specified
Please help! Any thoughts/opinions would be greatly appreciated
			 
			
					
				Re: Error locating server
				Posted: Thu  19 Apr 2018 14:32
				by Stellar
				Probably, the remote server is unavailable or remote access is forbidden to it. 
You can use the documentation to configure a remote connection to the server:
https://blogs.msdn.microsoft.com/walzen ... rver-2008/
https://blogs.msdn.microsoft.com/sql_pr ... specified/ 
			
					
				Re: Error locating server
				Posted: Wed  25 Apr 2018 22:08
				by Cadaval902
				1) Make sure your server name is correct, e.g., no typo on the name. 
2) Make sure your instance name is correct and there is actually such an instance on your target machine. [Update: Some application converts \ to . If you are not sure about your application, please try both ServerInstance and Server\Instance in your connection string]
3) Make sure the server machine is reachable, e.g, DNS can be resolve correctly, you are able to ping the server (not always true). 
4) Make sure SQL Browser service is running on the server.
5) If firewall is enabled on the server, you need to put sqlbrowser.exe and/or UDP port 1434 into exception.