Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Please help - Yet another Update error

Reply
Thread Tools Display Modes

Please help - Yet another Update error

 
 
anjistar
Guest
Posts: n/a

 
      10-15-2005
Hello,
I know there's loads of Qs about this, but...
Error code 0x8DDD0002. I get this. I am admin and owner.
Have checked all permissions via regedit, HKEY etc. In the
Permissions/Advanced section, I seem to have 3 User(Main/Users), two <not
inherited> (?2 people logged on) and one MACHINE/SOFTWARE. First two are Full
Permission, last one is Read, but it will not change.
Also one suggestion given by others is to go to SoftwareDistribution and
click the security tab. My SoftwareDistribution has NO security tab.
What else can I do to get the updates?
I am missing 14 security hotfixes, 5 of them critical.
 
Reply With Quote
 
 
 
 
TaurArian [MVP]
Guest
Posts: n/a

 
      10-16-2005
Error 0x8DDD0002 – incorrect permissions for the %windir%\softwaredistribution
folder. Possible fix: Reset the permission on the softwaredistribution folder

WinXP Home you must boot into safe mode and login as administrator and then perform
the above steps 1 – 7.


WinXP Pro :-

1. Open windows explorer, locate c:\windows\softwaredistribution folder.
2. Right-click on the folder, choose properties. Click on the security tab.
3. Make sure Administrators and System have full control.
4. Click on the advanced button and put a checkmark in "Replace permissions entries
on..."
5. Click on the owner tab, select Administrators and check "Replace owner on
subcontainers and objects."
6. Now make sure "automatic updates" and "BITS" services are started. If they are
not started, then start them.
7. Try WU again.



"anjistar" <> wrote in message
news:B5CC4F64-C2B2-4188-9F07-...
> Hello,
> I know there's loads of Qs about this, but...
> Error code 0x8DDD0002. I get this. I am admin and owner.
> Have checked all permissions via regedit, HKEY etc. In the
> Permissions/Advanced section, I seem to have 3 User(Main/Users), two <not
> inherited> (?2 people logged on) and one MACHINE/SOFTWARE. First two are Full
> Permission, last one is Read, but it will not change.
> Also one suggestion given by others is to go to SoftwareDistribution and
> click the security tab. My SoftwareDistribution has NO security tab.
> What else can I do to get the updates?
> I am missing 14 security hotfixes, 5 of them critical.


 
Reply With Quote
 
Peter
Guest
Posts: n/a

 
      10-17-2005
This works!!
Step 1: Reset Internet Explorer settings.
==========
1. Click Start, Run, type: inetcpl.cpl and press Enter.
2. Select the General tab, and in the Temporary Internet files window, click
Delete Cookies, and click OK.
3. In the same tab click Delete Files, check the "Delete all offline
contents" box and click OK.

4. Click on the "Security" tab. Click on each zone and click the button
"Default Level".
5. Click the Advanced tab, and click "Restore Defaults".
6. Under the Advanced tab, uncheck Enable third-party browser extensions
(requires restarting).
7. Click to select the Use HTTP 1.1 and the Use HTTP 1.1 through proxy
connections check boxes.

Step 2: Check the local Windows Update services.
===============
This issue can occur if three services have not been configured correctly.
Please refer to the following steps to check them:

1. Click Start->Run, type "services.msc" (without quotation marks) in the
open box and click OK.
2. Double click the service "Automatic Updates".
3. Click on the Log On tab, please ensure the option "Local System account"
is selected and the option "Allow service to interact with desktop" is
unchecked.

4. Check if this service has been enabled on the listed Hardware Profile. If
not, please click the Enable button to enable it.
5. Click on the tab "General "; make sure the "Startup Type" is "Automatic".
Then please click the button "Start" under "Service Status" to start the
service.
6. Repeat the above steps with the other two services:

Background Intelligent Transfer Service (BITS) Event log

Note: The Startup Type of BITS can be "Automatic" or "Manual"; the Event log
service is enabled on all of the hardware profiles, which does not have an
option to enable or disable on certain hardware profile.

Step 3: Rename the temporary folder of Windows Update.
===============
This behavior may occur if the temporary folder of Windows Update has been
corrupted. We can refer to the following steps to rename this folder. Please
be assured the folder will be created again when we visit the Windows Update
site again.

1. Click Start, Run, type: cmd and press Enter. Please run the following
command in the opened window.

net stop WuAuServ

2. Click Start, Run, type: %windir% and press Enter.
3. In the opened folder, rename the folder SoftwareDistribution to SDold.
4. Click Start, Run, type: cmd and press Enter. Please run the following
command in the opened window.

net start WuAuServ

Step 4: Re-register the Windows Update components.
=================
1. Click Start, Run, type: cmd and press Enter.
2. Run the following commands:

Regsvr32 msxml3.dll
Regsvr32 wuapi.dll
Regsvr32 wuaueng.dll
Regsvr32 wucltui.dll
Regsvr32 wups.dll
Regsvr32 wuweb.dll
Regsvr32 qmgr.dll
Regsvr32 qmgrprxy.dll
Regsvr32 jscript.dll

We will receive "succeeded" message if a component is registered successfully.

Step 5: Disable firewalls or other Internet browser programs that can affect
the Internet connection.
==================
The following programs can affect the connection to the Windows Update site
and I suggest you remove or disable them:

TweakMASTER DNS
Web Accelerator
Download Accelerator
GetRight
Browser Blaster

Sygate Personal Firewall
Norton Internet Security
Freedom Firewall
Zone Alarm Firewall

If you have any other similar programs such as a pop-up blocker, please also
temporarily remove or disable it to test the issue. If this issue appears to
be related to a firewall program, I also recommended that you contact the
firewall manufacturer to obtain the information to configure the firewa ll
options to allow the access to the Windows Update site.

Step 6: Reset the proxy list (and bypass list).
==================
This issue can occur if the proxy has not been configured correctly. Let's
first reset the proxy list.

1. Open Internet Explorer. On the Tools menu, click Internet Options.
2. Click the Connections tab, click LAN Settings, and then click Advanced.
3. Delete any entry in the Exceptions section.

4. Quit Internet Explorer.
5. Click Start, click Run, type cmd, and then click OK.
6. Type the following commands. Press ENTER after each command.

proxycfg -d
proxycfg -u
net stop wuauserv
net start wuauserv

Note: If you use a router to access the Internet, please remove the router
and connect the computer to the Internet directly. This issue can be likely
caused by incorrect router configurations.


"anjistar" wrote:

> Hello,
> I know there's loads of Qs about this, but...
> Error code 0x8DDD0002. I get this. I am admin and owner.
> Have checked all permissions via regedit, HKEY etc. In the
> Permissions/Advanced section, I seem to have 3 User(Main/Users), two <not
> inherited> (?2 people logged on) and one MACHINE/SOFTWARE. First two are Full
> Permission, last one is Read, but it will not change.
> Also one suggestion given by others is to go to SoftwareDistribution and
> click the security tab. My SoftwareDistribution has NO security tab.
> What else can I do to get the updates?
> I am missing 14 security hotfixes, 5 of them critical.

 
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
Vista Windows Update error Code: 80070490 Windows Update encountered an unknown error Michel Speed Windows Vista General Discussion 1 01-24-2009 09:02 PM
Windows update error 80070103 - Beta 2 Vista NVIDIA Driver Update Deepak Shenoy Windows Vista General Discussion 4 02-28-2007 01:26 PM
Error: time/date error message prevents update critical update tom williams Windows Update 3 04-14-2004 06:21 PM
error in explorer kernel32.DLLAT167:7ff7b9a6 /also windows update shows a error Windows Update 1 09-03-2003 09:10 PM
Update Error: Querying software update catalog (Error 0x800C0002) Daniel Windows Update 0 08-16-2003 10:16 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