|  | Posted by sailorfej on 08/09/07 19:37 
I am currently running SQL Server 2005 on a stand alone (not a domainmember) Windows Server 2003, this server was installed during setup
 using local user accounts as service accounts.
 
 As far as I recall at the time everything, including the SQL agent
 functioned normally.  At this time, the server itself still seems to
 be running fine, however the SQL Agent service will not start.
 
 I can not be sure as up until recently we haven't really been using
 the SQL Agent, however I believe the problem would have started around
 the time that service pack 1 was installed.
 
 The following is the event log error message that is generated
 everytime the SQL Agent service attempts to start:
 
 ###
 Event Type:	Error
 Event Source:	SQLSERVERAGENT
 Event Category:	Service Control
 Event ID:	103
 Date:		7/24/2007
 Time:		3:55:22 PM
 User:		N/A
 Computer:	DBSERVER
 Description:
 SQLServerAgent could not be started (reason: SQLServerAgent must be
 able to connect to SQLServer as SysAdmin, but '(Unknown)' is not a
 member of the SysAdmin role).
 
 For more information, see Help and Support Center at
 http://go.microsoft.com/fwlink/events.asp.
 ###
 
 Please note that where the error message should indicate the name of
 the service account (svc_sqlagent) it instead indicates "Unknown".
 
 Also that SQL Server database engine running under the its own local
 user service account (svc_sqlserver) works fine.
 
 I have since tried recreating and reassigning a new local user service
 account for the SQL Agent using two methods,
 
 the first, the official approved method using the SQL Server
 Configuration Manager:
 
 results in  the simple and vague error dialog box:
 Title bar: WMI Provider Error
 Error message: The process terminated unexpectedly. [0x8007042b]
 
 The above error however produces no entries in any of the event logs.
 
 If I start with a plain vanilla local user account, the config manager
 does manage to setup some but not all of the special permissions/group
 memberships necessary for the account to operate, before the error
 occurs, but it does not appear to be consistent in how far it gets in
 applying the correct parameters to the account.
 
 the second method I used, was the manual service account setup from
 knowledge base article Q283811.
 
 this allows me to get the account setup, and the service set to log in
 as the account, but when the service attempts to start, it fails, with
 the same event log entry shown above.
 
 also while trying to resolve all this SP2 became available, I first
 tried to resolve this issue before installing SP2 however when I was
 unable to, I went ahead and applied SP2 in the hopes that it might
 help, as near as I can tell it has no effect, I attempted all the
 previous methods and got the same results.
 
 Any help with this would be greatly appreciated.
 
 Thank you,
 Jeffrey Williams
  Navigation: [Reply to this message] |