Error: Windows Update

A

Allen

Error number: 0x8DDD0018
Windows Update cannot continue because a required service
application is disabled. Windows Update requires the
following services:
Automatic Updates enables detection, downloading, and
installation of critical updates for your computer.
Background Intelligent Transfer Service (BITS) enables
faster, restartable downloading of updates.
Event Log logs Windows Update events for troubleshooting.
To ensure that these services are enabled:

1. Click Start, and then click Run.
2. Type services.msc and then click OK.
3. In the list of services, right-click the service name,
and then click Properties.
4. In the Startup type list, select Automatic.
5. Verify that the service status is started.

If this does not resolve the problem you may request help
from one of the following resources.

For self-help options:
Windows Update Response Center
Windows Update Troubleshooter
Windows Update Newsgroups

For assisted support options:
Microsoft Online Assisted Support (no-cost for Windows
Update issues)
***
Done all that, still don't work
...


..
 
T

Torgeir Bakken \(MVP\)

Allen said:
Error number: 0x8DDD0018
Windows Update cannot continue because a required service
application is disabled. Windows Update requires the
following services:
Automatic Updates enables detection, downloading, and
installation of critical updates for your computer.
Background Intelligent Transfer Service (BITS) enables
faster, restartable downloading of updates.
Event Log logs Windows Update events for troubleshooting.
To ensure that these services are enabled:

1. Click Start, and then click Run.
2. Type services.msc and then click OK.
3. In the list of services, right-click the service name,
and then click Properties.
4. In the Startup type list, select Automatic.
5. Verify that the service status is started.

***
Done all that, still don't work
Hi

From a previous post for this error code:

<quote>
From: "Sudheer GN [MSFT]" <[email protected]>
Subject: Re: Windows Update Error 0x8DDD0018
Date: Fri, 2 Jul 2004 16:55:18 -0700
Newsgroups: microsoft.private.xpsp2.install_config

Hi,
The problem is with the Security descriptor on BITS and wuauserv services.
On XPSP2, the ACL on these services should give
Network Service account at least the following permissions
SERVICE_QUERY_CONFIG
SERVICE_QUERY_STATUS
SERVICE_ENUMERATE_DEPENDENTS
SERVICE_INTERROGATE
This is needed in XPSP2 due to some security related changes in DCOM

Please see
http://msdn.microsoft.com/library/e...ice_security_and_access_rights.asp?frame=true
for more information about the ACLs on a service.

On your machine, Network Service account doesnt have the above permissions
and hence BITS/Wuauserv services are not able to start.


To solve the problem on your machine now, you need to change the SD on
BITS/wuauserv services so that Network Service can get access.
To reset the ACL on the service to default, run the following command as
Domain Administrator or Local System account on the machine. (only these
accounts can modify the ACL on these services on your machine)

1.
sc sdset bits
"D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"

2.
sc sdset wuauserv
"D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)"

</quote>


Note that the commands under 1. and 2. needs to be on one line. You
should run them from a command prompt. Open a command prompt like this:

Start/Run, and then type cmd.exe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top