MSDE SQL Server Does Not Exist or Access Denied
From: ItWillbeFixed (mwinbun_at_cox.net)
Date: 06/03/04
- Previous message: News.microsoft.com: "nice new SQL Server tool available"
- Next in thread: dev: "RE: MSDE SQL Server Does Not Exist or Access Denied"
- Reply: dev: "RE: MSDE SQL Server Does Not Exist or Access Denied"
- Reply: Rand Boyd [MSFT]: "RE: MSDE SQL Server Does Not Exist or Access Denied"
- Reply: Bob Castleman: "Questions ..."
- Messages sorted by: [ date ] [ thread ]
Date: 2 Jun 2004 23:49:28 -0700
I have a seen a lot of these types of posts, but still haven't found a
concrete answer to the following:
Note: This is all local to one computer
1. Windows XP Box w/SP1
2. MSDE 2000 w/SP3a
3. Named Pipes - On
4. TCPIP - On
5. Security Mode 'Mixed'
6. Computer was on my network and I unplugged the cable
7. Using VB.NET Program, I built
8. Program receives exception: "SQL Server Does Not Exist or Access
Denied" when trying to connect to the MSDE Server. (Tried (local), IP
Address, Name of MSDE Instance, etc.)
9. The security for the database has been opened up to everyone
(etc.)
10. User that installed MSDE and the Program is in the Administrators
Group but not the Administrator.
11. Program runs fine with the network connected.
12. UDL File and ODBC connections work just fine; reguardless of the
condition of the network connection.
13. The server does not even appear to see the attempt to connect.
14. Four Q's: 1. Does anybody have any thoughts on this?; 2. Since the
network is unplugged, but was plugged in when MSDE was
installed/started does that mean that the local server is unsuable
after that point?; 3. Could there be some kind of permissions issue
with the User that is currently being used?; 4. Is there something
amiss with my connection string? - see below
I have tried adding 'Trusted_Connection=yes'; using SQL Standard Login
(User ID=X;Password=123 Since the computer does not have an IP
Address I haven't tried different ports.
ConnectionString = "data source=Server123;initial
catalog=Database123;persist security info=false;integrated
security=SSPI.
Any discussion would be helpful at this point.
- Previous message: News.microsoft.com: "nice new SQL Server tool available"
- Next in thread: dev: "RE: MSDE SQL Server Does Not Exist or Access Denied"
- Reply: dev: "RE: MSDE SQL Server Does Not Exist or Access Denied"
- Reply: Rand Boyd [MSFT]: "RE: MSDE SQL Server Does Not Exist or Access Denied"
- Reply: Bob Castleman: "Questions ..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|