MSDE Install error [modified]
-
I attempting to install MSDE on my PC (windows XP) and I get the following error: Event Type: Information Event Source: MSSQLSERVER Event Category: (2) Event ID: 17055 Date: 8/3/2006 Time: 10:40:23 PM User: N/A Computer: MyComputerName Description: The description for Event ID ( 17055 ) in Source ( MSSQLSERVER ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 19013, SQL server listening on Shared I found this Article online and tried everything but to no avail. Any suggestions on how to fix this will be greatly appreciated. -- modified at 3:34 Friday 4th August, 2006
Greg Coding makes the world go round!!!
-
I attempting to install MSDE on my PC (windows XP) and I get the following error: Event Type: Information Event Source: MSSQLSERVER Event Category: (2) Event ID: 17055 Date: 8/3/2006 Time: 10:40:23 PM User: N/A Computer: MyComputerName Description: The description for Event ID ( 17055 ) in Source ( MSSQLSERVER ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 19013, SQL server listening on Shared I found this Article online and tried everything but to no avail. Any suggestions on how to fix this will be greatly appreciated. -- modified at 3:34 Friday 4th August, 2006
Greg Coding makes the world go round!!!
SQL Server 2005 Express is out now, it's a better choice than MSDE if you can make the choice. It has much better capabilities as well.
Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9 Ed
-
SQL Server 2005 Express is out now, it's a better choice than MSDE if you can make the choice. It has much better capabilities as well.
Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9 Ed
-
Will this be ok with ASP.net 2003? Also, which would be better MSDE or SQL server Management Studio Express since the express has EM?
Greg Coding makes the world go round!!!
Skanless wrote:
Will this be ok with ASP.net 2003?
Should be since it can act as a "standard" SQL Server, however you'll probably only leverage the new features using .NET 2
Skanless wrote:
which would be better MSDE or SQL server Management Studio Express
All I know is that I tried installing MSDE once and gave up, installer experience was dreadful, tools were almost non-existant etc etc. SQL Server 2005 & SSME are great tools. They're only missing a few features from the full blown edition, apart from maybe some tools such as in-depth performance analysis and all the "boring" stuff that admins need concern themselves with I think that the only major difference between Express & Non-Express is the database size limitations. Express can only handle up to 3GB (I think). I've been doing a big project for a local company and I started the database development on my laptop acting as the server since they hadn't received their copy of SQL yet, when it arrived and was installed the admin simply hooked my database files in and all I had to do was change the authentication and server names in my project and it ran happily (we'll that side of it anyway :sigh:). Basically in the short and long term I would have said SQL2005 is a better bet, much better environment than the one I came across with MSDE (even I could set up the database and permissions etc and I hate and have done very very little "large" database development).
Formula 1 - Short for "F1 Racing" - named after the standard "help" key in Windows, it's a sport where participants desperately search through software help files trying to find actual documentation. It's tedious and somewhat cruel, most matches ending in a draw as no participant is able to find anything helpful. - Shog9 Ed
-
I attempting to install MSDE on my PC (windows XP) and I get the following error: Event Type: Information Event Source: MSSQLSERVER Event Category: (2) Event ID: 17055 Date: 8/3/2006 Time: 10:40:23 PM User: N/A Computer: MyComputerName Description: The description for Event ID ( 17055 ) in Source ( MSSQLSERVER ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 19013, SQL server listening on Shared I found this Article online and tried everything but to no avail. Any suggestions on how to fix this will be greatly appreciated. -- modified at 3:34 Friday 4th August, 2006
Greg Coding makes the world go round!!!
That isn't really an error, although for some reason it seems as though the message table (which contains the format strings for event log entries) wasn't registered properly. Anyway, it's actually an Information class event, and the log message simply means that the SQL Server service is started and is listening for connections using the Shared Memory scheme. You should be able to connect to it on the local machine. To connect to it over the network, you will need to enable at least one network protocol.
Stability. What an interesting concept. -- Chris Maunder
-
I attempting to install MSDE on my PC (windows XP) and I get the following error: Event Type: Information Event Source: MSSQLSERVER Event Category: (2) Event ID: 17055 Date: 8/3/2006 Time: 10:40:23 PM User: N/A Computer: MyComputerName Description: The description for Event ID ( 17055 ) in Source ( MSSQLSERVER ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: 19013, SQL server listening on Shared I found this Article online and tried everything but to no avail. Any suggestions on how to fix this will be greatly appreciated. -- modified at 3:34 Friday 4th August, 2006
Greg Coding makes the world go round!!!