1. I installed MSDE with this string: Setup SAPWD=mypassword DISABLENETWORKPROTOCOLS=1 SecurityMode=SQL
2. And then i installed Web Data Administrator.
3. I try to login to my MSDE, but when i press the Login button, NOTHING is happening, I´ve been waiting for half an hour or so and it just freezes??.
4. I have tried Both SQL login and Windows, NONE of them work, i get no error messages at all, it just freezes?.
5. And the funny thing is that i can login with a connectionstring and a ordinary SqlCommand, that is no problem but the Web Data Administrator just freezes?I'm afraid that I don't have an answer for you. I just wanted to throw in that I have just started experiencing a similar problem. I used to have Web Data Admin working very nicely with MSDE. Then I uninstalled Visual Basic .NET Standard 2003 and installed Visual Studio .NET 2003 Professional. After doing so, suddenly the Web Data Admin just hangs after I press "Login" ... and VS.NET cannot access the MSDE database at all, whereas I used to be able to access the database with VB.NET Std just fine. The database itself still seems to be fine ... or at least it still works with a local ASP.NET website I have been working on.
At this point I'm thinking that my uninstalling VB.NET Standard took something with it that MSDE needed to be accessed by these other programs. If so, the problem is that I have no idea what that is (not to mention that I would have expected any such thing to be restored by the VS.NET Pro install, which to my thinking should have been a superset of the VB.NET Standard functionality.
Any ideas on what might have happened here would be most appreciated.|||After installing the MSSQLSERVER service isn't started automatically. If you start it manually with "net start MSSQLSERVER" (without quotes) in your run box it will work. Alternativly you could restart and it will start at startup.|||I did restart the computer...
No comments:
Post a Comment