Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Version5 error

Reply
Thread Tools Display Modes

Version5 error

 
 
Melelina
Guest
Posts: n/a

 
      07-30-2004
I am getting error number 0x8DDD0018 at version 5. I did have auto updates
on disable but I enabled it and have checked and the service is running but
I still get the error message that auto updates is not enabled and thus I
cannot use WUpdates. I tried going to version 4 by typing it in the address
bar and that had worked until tonite. Now, instead of reaching version 4, I
am redirected to version 5.

How do I get version 5 to see that auto updates is enabled and the service
is running?


 
Reply With Quote
 
 
 
 
Torgeir Bakken \(MVP\)
Guest
Posts: n/a

 
      07-30-2004
Melelina wrote:

> I am getting error number 0x8DDD0018 at version 5. I did have auto updates
> on disable but I enabled it and have checked and the service is running but
> I still get the error message that auto updates is not enabled and thus I
> cannot use WUpdates. I tried going to version 4 by typing it in the address
> bar and that had worked until tonite. Now, instead of reaching version 4, I
> am redirected to version 5.
>
> How do I get version 5 to see that auto updates is enabled and the service
> is running?

Hi

From a previous post for this error code:

<quote>
From: "Sudheer GN [MSFT]" <>
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/en...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
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)"

2.
sc sdset wuauserv
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;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



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
 
Reply With Quote
 
Lucy [MSFT]
Guest
Posts: n/a

 
      07-30-2004
Hi Melelina,

Please verify the Automatic Update service "Status" is set to "Automatic"

Note: Even if you are not using the Automatic Updates feature, the service
must be enabled and set to Automatic for Windows Update.

Set Automatic Update service to Automatic and verify the Status is Started
and set Background Intelligent Transfer Service (BITS) to Manual
1. Click Start, and then click Run.
2. Type services.msc and then click OK.
3. In the list of services, right-click on Automatic Updates and then click
Properties.
4. In the Startup type list, select Automatic and click Apply
5. Verify that the Service status is started, if the Service Status is
Stopped click on the Start Button.
6. In the list of services, right-click on Background Intelligent Transfer
Service (BITS) and then click Properties.
7. In the Startup type list, select Manual and click Apply
8. Verify that the Service status is started, If the Service Status is
Stopped click on the Start Button.
9. Click OK.

--
Thanks,
Lucy [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.


"Melelina" <> wrote in message
news:...
> I am getting error number 0x8DDD0018 at version 5. I did have auto updates
> on disable but I enabled it and have checked and the service is running

but
> I still get the error message that auto updates is not enabled and thus I
> cannot use WUpdates. I tried going to version 4 by typing it in the

address
> bar and that had worked until tonite. Now, instead of reaching version 4,

I
> am redirected to version 5.
>
> How do I get version 5 to see that auto updates is enabled and the service
> is running?
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with windows vista mail, Socket Error: 10053, Error Number: 0x800CCC0F ASM Windows Vista Mail 5 02-18-2009 06:23 AM
no,socket Error: 11003. Error Number: 0x800CC0D cant i send email name is correctly benitocuervo Windows Vista Mail 1 11-01-2008 02:16 AM
Canot post to newsgroups Socket Error: 10053, Error Number: 0x800CCC0F ThatsIT.net.au Windows Vista Mail 2 03-09-2008 02:23 PM
Error code 0x80041002 error connecting to "servername.domain.org WNLB2003 roberto.reynoso@gmail.com Windows Media Player 0 02-07-2008 09:05 PM
error in explorer kernel32.DLLAT167:7ff7b9a6 /also windows update shows a error Windows Update 1 09-03-2003 09:10 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59