Microsoft
Software
Hardware
Network
Question : SQL Express 2005 ODBC Connection Error 67 and 17
I have recently upgraded a database from SQL 2000 to SQL Express 2005. The DB name is Pds. I installed SQL Express 2005 along side SQL 2000, then I went in, detactched the DB from the old instance "SERVERNAME", and attached it to my new instance "SERVERNAME\SQLEXPRESS". The program that uses this database can access everything just fine, but now I cannot create an ODBC driver to connect to this database. When I attempt to connect via ODBC, I get this error:
Connection failed:
SQLState: '01000'
SQL Server Error: 67
[Microsoft][ODBC SQL Server Driver][DBNETLIB]Connectio
nOpen(Conn
ect()).
Connection failed.
SQLState: '08001'
SQL Server Error: 17
[Microsoft][ODBC SQL Server Driver][DBNETLIB]SQL Server does not exist or access is denied.
I've looked all over, but I figure out what's wrong here. I'm connecting via sa. What am I missing?
Thanks
Answer : SQL Express 2005 ODBC Connection Error 67 and 17
Did you launch the configuration and enable Named Pipes/TCP IP? By default this is disabled.
Random Solutions
sql server add valid owner
How to enter the Product Key in MS Exchange 2010
A Beautiful Disaster, multiple issues on Windows 7 / Vista Ultimate 64bit
Windows 2008 Server immediately logging off Terminal Services sessions created from .msi / Windows Install Package
Macro notification question
extract numbers from a cell
RDP in Adminpak.msi for Windows Server 2003/XP: How to turn off the connect local resource option
How to retrive OU Properties in an Active Directory using VB.NET
Problems with parsing an error message into a label on a form
Send Email From Access - VB Code to select Outlook 2007 Send Account