calin radoni's humble web presence

homedocstoolboxabout

IISADMIN failed to start with a stupid error: 2147549183

Table of Contents

Introduction

In Windows Server 2003, a GPO defines the startup type for IISADMIN service as Automatic but IISADMIN refuses to start on a Windows XP machine for which that GPO is applied.

Symptoms

In Event Log -> System is logged the event:

Type: Error
Source: Service Control Manager
Category: None
Event: 7024
User: N/A
					
which contains:
The IIS Admin service terminated with service-specific error 2147549183 (0x8000FFFF).
					
and, only if Failure of Object Access auditing is enabled, in Event Log -> Security is logged the event:
Type: Failure Audit
Source: Security
Category: Object Access
Event: 560
User: NETWORK SERVICE
					
with a content similar to:
Object Open:
 	Object Server:        SC Manager
 	Object Type:          SERVICE OBJECT
 	Object Name:          IISADMIN
 	Handle ID:            -
 	Operation ID:         {0,3789036}
 	Process ID:           876
 	Image File Name:      C:\WINDOWS\system32\services.exe
 	Primary User Name:    xxxComputerNamexxx$
 	Primary Domain:       xxxDomainNamexxx
 	Primary Logon ID:     (0x0,0x3E7)
 	Client User Name:     NETWORK SERVICE
 	Client Domain:        NT AUTHORITY
 	Client Logon ID:      (0x0,0x3E4)
 	Accesses:             READ_CONTROL 
				Query service configuration information 
				Query status of service 
				Enumerate dependencies of service 
				Query information from service 
			
 	Privileges:           -
 	Restricted Sid Count: 0
					

Cause

If you read carefully the content of EventID 560 you will see that IISADMIN tries to do some things (see Accesses) under the NETWORK SERVICE account and fails. This thing has lead me to examine the permissions for the IISADMIN service. As expected, there was no mention about NETWORK SERVICE.

Solution

The presence of EventID 560, related to the EventID 7024, has leaded me to the following solution:

This solution has solved the problem in my case.

History

Copyright and License

This document is copyrighted (c) 2005 by Calin Radoni. Permission is granted to copy and/or distribute this document.

Disclaimer

No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies that could be damaging to your system. Proceed with caution, the author do not take any responsibility.

All copyrights are held by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements.


Copyright © 2005 - 2009 Calin Radoni Hosted on http://www.oocities.org/calinradoni Last page modification is 21 June 2005