Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Having problem running the mssql service manager

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-06-28 : 08:40:04
Ayee writes "Hello, hope you guys can help me... I'm having problem with the service manager. Here is the error message it shows: Error 1069 (this service did not start due to logon failure) occured while performing this service operation on MSSQLserver service... I followed the instructions on how to install it... I'm using SQL Server 2000 and Windows XP Home edition SP 2. Thanks"

Thrasymachus
Constraint Violating Yak Guru

483 Posts

Posted - 2005-06-28 : 09:12:59
What version\components of SQL 2K are you installing on your Home Edition of XP.

If you are trying to install the server components you will need to use Enterprise Evaluation, Developer or Personal Editions

Sean Roussy

Please backup all of your databases including master, msdb and model on a regular basis. I am tired of telling people they are screwed. The job you save may be your own.

I am available for consulting work. Just email me though the forum.
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2005-06-28 : 23:56:01
if it's logon failure, check the following:

1. is the logon account you're using for the services, part of the admin group?

2. does the logon account have SA privileges in your SQL server?

For starters, use local system account, set what needs to be set, then just change the service account to your logon account


HTH

--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -