Welcome to SSQA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()). [ODBC SQL Server Driver][DBNETLIB]Specified SQL server not found

---------------------------

Microsoft SQL Server Login

---------------------------

Connection failed:

SQLState: '01000'

SQL Server Error: 11004

[Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionOpen (Connect()).

Connection failed:

SQLState: '08001'

SQL Server Error: 6

[Microsoft][ODBC SQL Server Driver][DBNETLIB]Specified SQL server not found.

---------------------------

OK

---------------------------

I'm sure the above error message seems very familiar to you when trying to connect using a remote machine with SQL Server Management Studio or even it throws similar error when trying to create a DSN. First thing to check is SQL Server Configuration Manager to see whether TCP/IP is enabled under both (Network configuration for the named instance AND Sql Native Client Configuration).

For me (within the newsgroups) I get to see on the named instances, also you should check under Surface Area Configuration and ensure Remote Connections is enabled, as this is disabled by default. Further checkout is to see whether SQLBrowser service is started or not. It's disabled by default. It's required to enumerate the named instance names on a server. So if it's disabled, the named instance is not discoverable and cannot be connected remotely.  Overall you should refer to KBA328306 for other reasons that might contribute for this error. 

 

Posted: Tuesday, August 21, 2007 7:06 AM by SQL Master

Comments

SSQA.net - SqlServer-QA.net said:

--------------------------- Microsoft SQL Server Login --------------------------- Connection failed

# August 21, 2007 9:43 AM

Other SQL Server Blogs around the Web said:

--------------------------- Microsoft SQL Server Login --------------------------- Connection failed

# August 21, 2007 9:44 AM
Anonymous comments are disabled