Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Friends, I have one web service, I have a web method which takes a string as input from a textbox. and outputs a list.

When I tried executing the service I am getting error as Server is not found or Server was not accessible.Verify that Instance name is correct and that SQL is configured to allow remote connections(Provider SQL Netword Interface Error: 26......
).....

I got this error. I have google it and could not find the right solution. I have got one site
http://blogs.msdn.com/b/sql_protocols/archive/2008/04/30/steps-to-troubleshoot-connectivity-issues.aspx

about the errors may occur for SQL Server.

What may be the problem?

Thanks in Advance
Ganesh
Posted

1 solution

First and foremost make sure that the SQL Server services are running. Other reasons could be, incorrect connection string
or some Firewall blockage.

Look if the following discussion help: provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance...[^]
This one too: "Specified SQL server not found" o..[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900