SQL Server installed for testing on WinXP Home SP2 and IE7.
Workstation running WinXP Pro SP2 with IE7 and Office 2003 SP2 produced this error when trying to run the Upsizing Utility in Access.
Connection Failed
SQLSttate '01000'
SQL Server Error: 2
[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen(Conn
ect()).
Connection failed
SQLState" '08001'
SQL Server Error: 17
[Microsoft][ODBC SQL Server Driver][Shared Memory]SQL Server does not exist or access denied.
Found this article -
http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277 which didnt help. Still produced the same error.
Tried a different workstation running Win98 and IE6 with Office 2000 SP3 and the error was similar but ended like this:
Login failed for user 'username'. The user is not associated with a trusted SQL Server connection.
Which led me to this article -
http://support.microsoft.com/kb/555332Now on either workstation I get the same error.
Connection Failed
SQLSttate 28000
SQL Server Error: 18456
[Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user admin.
Ive tried every valid administrator account on the server computer and get the same error.
Then I tried the following commands from a cmd prompt on the server itself
sqlcmd -e -s i2400\sqlexpress
sqlcmd -e -s 192.168.111.11\sqlexpress
And get these results:
C:\Program Files\Microsoft SQL Server\90\Tools\Binn>sqlcm
d -e -s i2400\sqlexpress
HResult 0x2, Level 16, State 1
Named Pipes Provider: Could not open a connection to SQL Server [2].
Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections..
Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired.
C:\Program Files\Microsoft SQL Server\90\Tools\Binn>sqlcm
d -e -s 192.168.111.11\sqlexpress
HResult 0x2, Level 16, State 1
Named Pipes Provider: Could not open a connection to SQL Server [2].
Sqlcmd: Error: Microsoft SQL Native Client : An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections..
Sqlcmd: Error: Microsoft SQL Native Client : Login timeout expired.
Desperate for help! The server is needed to test a couple of Crystal Reports reports and an Access Front-end.
Now that I am all the way down here Im wondering about IE7 on the server computer
Oh, and I should mention that my SQL Sevrer knowledge is slim to none!
Ideas anybody?
Thanks
Scot
Start Free Trial