Thanks Joe,
I guess I'm confused...the connection to the database is local from my =
application and it was working with the previous installation (the MSDE =
wasn't upgraded just reinstalled). How is the disabling of the network =
associated with 'sa' password? Perhaps I should just use 'Integrated =
Security' and tell the people that want Win98 tough luck.
-John
[quoted text, click to view] "Joe Yong" <jyongNOSPAM@scalabilityexperts.com> wrote in message =
news:%23V9LWRfGFHA.2744@tk2msftngp13.phx.gbl...
If I remember correctly, MSDE SP3A disables network support by default. =
Check to see if that's the problem (very likely if you're accessing =
remotely).
joe.
[quoted text, click to view] "John Tenney" <john@psmfc.org> wrote in message =
news:%23$QKh4eGFHA.3628@TK2MSFTNGP15.phx.gbl...
My .NET application that connects to MSDE was running fine on a user's =
Win2000 PC, but now that he reinstalled he is getting the following =
error:
Error opening database connection: Login failed for user 'sa' from the =
..Net SqlClient Data Provider.
I have created a custom installation that uses the MSDE bootstrap loader =
to install MSDE and then run my database creation scripts. We've tried =
uninstalling and reinstalling this application/MSDE package, but we keep =
getting this error. I've verified the database service is starting.
My ADO.NET connection string looks like this (I turned off Integrated =
Security so users can install on Win98):
Integrated Security=3Dfalse;Persist Security Info=3DFalse;Initial =
Catalog=3DMobileMonitor;Data Source=3D(local)\PTAGIS;User =
ID=3Dsa;pwd=3D"xxxxxxx"
Any suggestions on what could be causing this authentication error on =
just this machine? The installation and application has worked fine on =