Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Error 80070005 / service wuauserv

Reply
Thread Tools Display Modes

Error 80070005 / service wuauserv

 
 
Rainer
Guest
Posts: n/a

 
      08-30-2004
Hello,

as many others I have problems updating Windows Update to v5:

Error 0x80070005

Followed to no success:
http://support.microsoft.com/default...b;en-us;836926

WindowsUpdate.log:
....
Failed to stop service wuauserv due to 0x80070005
Warning: Continuing even though wuauserv service could not be stopped:
0x80070005
..... (next lines 6 times)
OpenService failed with error 0x80070005
WU client fail to create WU service with error 0x80070005
Registration failed with error 0x80070005
.....
Failed to restart service wuauserv: 0x80070005
Reboot is required to complete the installation
InstallUpdatedBinaries failed with error 0x80070005
InstallUpdatedBinaries failed with error:0x80070005
UpdateClientWorker failed: error 0x80070005
.....

Any ideas?

Rainer



 
Reply With Quote
 
 
 
 
Kaylene aka Taurarian
Guest
Posts: n/a

 
      08-30-2004
This error message may occur if you have insufficient permissions to the Windows
Update registry keys. The WindowsUpdate.log file will also read errors
0x80070005 and 0x80080005.
http://v5.windowsupdate.microsoft.co....aspx?ln=en-us


"Rainer" <> wrote in message
news:A204B76F-2D14-4033-82AB-...
> Hello,
>
> as many others I have problems updating Windows Update to v5:
>
> Error 0x80070005
>
> Followed to no success:
> http://support.microsoft.com/default...b;en-us;836926
>
> WindowsUpdate.log:
> ...
> Failed to stop service wuauserv due to 0x80070005
> Warning: Continuing even though wuauserv service could not be stopped:
> 0x80070005
> .... (next lines 6 times)
> OpenService failed with error 0x80070005
> WU client fail to create WU service with error 0x80070005
> Registration failed with error 0x80070005
> ....
> Failed to restart service wuauserv: 0x80070005
> Reboot is required to complete the installation
> InstallUpdatedBinaries failed with error 0x80070005
> InstallUpdatedBinaries failed with error:0x80070005
> UpdateClientWorker failed: error 0x80070005
> ....
>
> Any ideas?
>
> Rainer
>
>
>


 
Reply With Quote
 
Rainer
Guest
Posts: n/a

 
      08-30-2004
Don't know which permissions?
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\WindowsUpdate
(kb836926) seems to be okay.

"Kaylene aka Taurarian" wrote:

> This error message may occur if you have insufficient permissions to the Windows
> Update registry keys. The WindowsUpdate.log file will also read errors
> 0x80070005 and 0x80080005.
> http://v5.windowsupdate.microsoft.co....aspx?ln=en-us
>
>
> "Rainer" <> wrote in message
> news:A204B76F-2D14-4033-82AB-...
> > Hello,
> >
> > as many others I have problems updating Windows Update to v5:
> >
> > Error 0x80070005
> >
> > Followed to no success:
> > http://support.microsoft.com/default...b;en-us;836926
> >
> > WindowsUpdate.log:
> > ...
> > Failed to stop service wuauserv due to 0x80070005
> > Warning: Continuing even though wuauserv service could not be stopped:
> > 0x80070005
> > .... (next lines 6 times)
> > OpenService failed with error 0x80070005
> > WU client fail to create WU service with error 0x80070005
> > Registration failed with error 0x80070005
> > ....
> > Failed to restart service wuauserv: 0x80070005
> > Reboot is required to complete the installation
> > InstallUpdatedBinaries failed with error 0x80070005
> > InstallUpdatedBinaries failed with error:0x80070005
> > UpdateClientWorker failed: error 0x80070005
> > ....
> >
> > Any ideas?
> >
> > Rainer
> >
> >
> >

>
>

 
Reply With Quote
 
Eric Brodish [MSFT]
Guest
Posts: n/a

 
      08-30-2004
Hi,



Please check to make sure that the wuauserv service is added to the Svchost
registry key.



Add WUAUSERV and BITS to the SvcHost process

1. Click Start.

2. Choose Run.

3. In the Run box, type REGEDIT.

4. Click OK.

The Registry Editor opens.

*WARNING*

Using Registry Editor incorrectly can cause serious problems that may
require you to reinstall your operating system. Microsoft cannot guarantee
that problems resulting from the incorrect use of Registry Editor can be
solved. Use Registry Editor at your own risk.

5. Navigate to the following
key:HKEY_Local_Machine\Software\Microsoft\WindowsN T\CurrentVersion\SvcHost.

6. Double-click to open the netsvcs key.

7. Under Value Data .

8. Add BITS and WUAUSERV to the list of services.

9. Exit the registry.

10. Click OK.

11. Restart the system.



This issue may occur if you don't have the correct permissions set on the
HKEY_CLASSES_ROOT hive in the registry.



1. Click Start > Run

2. Enter regedit into the Run field and click OK

3. Right-Click on the HKEY_CLASSES_ROOT item and select Permissions

4. Please write down the items listed under Group or user name

5. Make sure that the Full Control check box under Allow is checked for the
Administrators group.

6. If the only group listed is everyone, make sure Full Control under Allow
is checked

7. Uncheck any boxes that are currently checked in the Deny column

8. Click OK

9. Register the following DLLs

wuapi.dll

wuaueng1.dll

wuaueng.dll

wucltui.dll

10. Restart the Automatic Updates service by running the following commands

net stop wuauserv

net start wuauserv

11. Restart the BITS service by running the following commands

net stop bits

net start bits

Thank you

Eric

"Rainer" <> wrote in message
news:A204B76F-2D14-4033-82AB-...
> Hello,
>
> as many others I have problems updating Windows Update to v5:
>
> Error 0x80070005
>
> Followed to no success:
> http://support.microsoft.com/default...b;en-us;836926
>
> WindowsUpdate.log:
> ...
> Failed to stop service wuauserv due to 0x80070005
> Warning: Continuing even though wuauserv service could not be stopped:
> 0x80070005
> .... (next lines 6 times)
> OpenService failed with error 0x80070005
> WU client fail to create WU service with error 0x80070005
> Registration failed with error 0x80070005
> ....
> Failed to restart service wuauserv: 0x80070005
> Reboot is required to complete the installation
> InstallUpdatedBinaries failed with error 0x80070005
> InstallUpdatedBinaries failed with error:0x80070005
> UpdateClientWorker failed: error 0x80070005
> ....
>
> Any ideas?
>
> Rainer
>
>
>



 
Reply With Quote
 
Rainer
Guest
Posts: n/a

 
      08-31-2004
Thanks, but it doesn't work:

> Add WUAUSERV and BITS to the SvcHost process

WUAUSERV and BITS already had been in the list

> Right-Click on the HKEY_CLASSES_ROOT item and select Permissions

Permissions for Administrators already had been set to full control (no
'deny" set)

> 9. Register the following DLLs

I registered wuapi.dll, wuaueng1.dll and wucltui.dll

Registering wuaueng.dll doesn't work (error code 80004005)!

I can't stop or start wuauserv (error 5, access denied)

Any further hints? Thanks in advance,
Rainer


"Eric Brodish [MSFT]" wrote:

> Hi,
>
>
>
> Please check to make sure that the wuauserv service is added to the Svchost
> registry key.
>
>
>
> Add WUAUSERV and BITS to the SvcHost process
>
> 1. Click Start.
>
> 2. Choose Run.
>
> 3. In the Run box, type REGEDIT.
>
> 4. Click OK.
>
> The Registry Editor opens.
>
> *WARNING*
>
> Using Registry Editor incorrectly can cause serious problems that may
> require you to reinstall your operating system. Microsoft cannot guarantee
> that problems resulting from the incorrect use of Registry Editor can be
> solved. Use Registry Editor at your own risk.
>
> 5. Navigate to the following
> key:HKEY_Local_Machine\Software\Microsoft\WindowsN T\CurrentVersion\SvcHost.
>
> 6. Double-click to open the netsvcs key.
>
> 7. Under Value Data .
>
> 8. Add BITS and WUAUSERV to the list of services.
>
> 9. Exit the registry.
>
> 10. Click OK.
>
> 11. Restart the system.
>
>
>
> This issue may occur if you don't have the correct permissions set on the
> HKEY_CLASSES_ROOT hive in the registry.
>
>
>
> 1. Click Start > Run
>
> 2. Enter regedit into the Run field and click OK
>
> 3. Right-Click on the HKEY_CLASSES_ROOT item and select Permissions
>
> 4. Please write down the items listed under Group or user name
>
> 5. Make sure that the Full Control check box under Allow is checked for the
> Administrators group.
>
> 6. If the only group listed is everyone, make sure Full Control under Allow
> is checked
>
> 7. Uncheck any boxes that are currently checked in the Deny column
>
> 8. Click OK
>
> 9. Register the following DLLs
>
> wuapi.dll
>
> wuaueng1.dll
>
> wuaueng.dll
>
> wucltui.dll
>
> 10. Restart the Automatic Updates service by running the following commands
>
> net stop wuauserv
>
> net start wuauserv
>
> 11. Restart the BITS service by running the following commands
>
> net stop bits
>
> net start bits
>
> Thank you
>
> Eric
>
> "Rainer" <> wrote in message
> news:A204B76F-2D14-4033-82AB-...
> > Hello,
> >
> > as many others I have problems updating Windows Update to v5:
> >
> > Error 0x80070005
> >
> > Followed to no success:
> > http://support.microsoft.com/default...b;en-us;836926
> >
> > WindowsUpdate.log:
> > ...
> > Failed to stop service wuauserv due to 0x80070005
> > Warning: Continuing even though wuauserv service could not be stopped:
> > 0x80070005
> > .... (next lines 6 times)
> > OpenService failed with error 0x80070005
> > WU client fail to create WU service with error 0x80070005
> > Registration failed with error 0x80070005
> > ....
> > Failed to restart service wuauserv: 0x80070005
> > Reboot is required to complete the installation
> > InstallUpdatedBinaries failed with error 0x80070005
> > InstallUpdatedBinaries failed with error:0x80070005
> > UpdateClientWorker failed: error 0x80070005
> > ....
> >
> > Any ideas?
> >
> > Rainer
> >
> >
> >

>
>
>

 
Reply With Quote
 
Kaylene aka Taurarian
Guest
Posts: n/a

 
      09-01-2004
Click START, select RUN
Type: REGSVR32 C:\WINDOWS\system32\atl.dll


(assuming Windows is on your C drive) - can't hurt.

"Rainer" <> wrote in message
news:299B345E-ECFB-4D80-BD0D-...
> Thanks, but it doesn't work:
>
>> Add WUAUSERV and BITS to the SvcHost process

> WUAUSERV and BITS already had been in the list
>
>> Right-Click on the HKEY_CLASSES_ROOT item and select Permissions

> Permissions for Administrators already had been set to full control (no
> 'deny" set)
>
>> 9. Register the following DLLs

> I registered wuapi.dll, wuaueng1.dll and wucltui.dll
>
> Registering wuaueng.dll doesn't work (error code 80004005)!
>
> I can't stop or start wuauserv (error 5, access denied)
>
> Any further hints? Thanks in advance,
> Rainer
>
>
> "Eric Brodish [MSFT]" wrote:
>
>> Hi,
>>
>>
>>
>> Please check to make sure that the wuauserv service is added to the Svchost
>> registry key.
>>
>>
>>
>> Add WUAUSERV and BITS to the SvcHost process
>>
>> 1. Click Start.
>>
>> 2. Choose Run.
>>
>> 3. In the Run box, type REGEDIT.
>>
>> 4. Click OK.
>>
>> The Registry Editor opens.
>>
>> *WARNING*
>>
>> Using Registry Editor incorrectly can cause serious problems that may
>> require you to reinstall your operating system. Microsoft cannot guarantee
>> that problems resulting from the incorrect use of Registry Editor can be
>> solved. Use Registry Editor at your own risk.
>>
>> 5. Navigate to the following
>> key:HKEY_Local_Machine\Software\Microsoft\WindowsN T\CurrentVersion\SvcHost.
>>
>> 6. Double-click to open the netsvcs key.
>>
>> 7. Under Value Data .
>>
>> 8. Add BITS and WUAUSERV to the list of services.
>>
>> 9. Exit the registry.
>>
>> 10. Click OK.
>>
>> 11. Restart the system.
>>
>>
>>
>> This issue may occur if you don't have the correct permissions set on the
>> HKEY_CLASSES_ROOT hive in the registry.
>>
>>
>>
>> 1. Click Start > Run
>>
>> 2. Enter regedit into the Run field and click OK
>>
>> 3. Right-Click on the HKEY_CLASSES_ROOT item and select Permissions
>>
>> 4. Please write down the items listed under Group or user name
>>
>> 5. Make sure that the Full Control check box under Allow is checked for the
>> Administrators group.
>>
>> 6. If the only group listed is everyone, make sure Full Control under Allow
>> is checked
>>
>> 7. Uncheck any boxes that are currently checked in the Deny column
>>
>> 8. Click OK
>>
>> 9. Register the following DLLs
>>
>> wuapi.dll
>>
>> wuaueng1.dll
>>
>> wuaueng.dll
>>
>> wucltui.dll
>>
>> 10. Restart the Automatic Updates service by running the following commands
>>
>> net stop wuauserv
>>
>> net start wuauserv
>>
>> 11. Restart the BITS service by running the following commands
>>
>> net stop bits
>>
>> net start bits
>>
>> Thank you
>>
>> Eric
>>
>> "Rainer" <> wrote in message
>> news:A204B76F-2D14-4033-82AB-...
>> > Hello,
>> >
>> > as many others I have problems updating Windows Update to v5:
>> >
>> > Error 0x80070005
>> >
>> > Followed to no success:
>> > http://support.microsoft.com/default...b;en-us;836926
>> >
>> > WindowsUpdate.log:
>> > ...
>> > Failed to stop service wuauserv due to 0x80070005
>> > Warning: Continuing even though wuauserv service could not be stopped:
>> > 0x80070005
>> > .... (next lines 6 times)
>> > OpenService failed with error 0x80070005
>> > WU client fail to create WU service with error 0x80070005
>> > Registration failed with error 0x80070005
>> > ....
>> > Failed to restart service wuauserv: 0x80070005
>> > Reboot is required to complete the installation
>> > InstallUpdatedBinaries failed with error 0x80070005
>> > InstallUpdatedBinaries failed with error:0x80070005
>> > UpdateClientWorker failed: error 0x80070005
>> > ....
>> >
>> > Any ideas?
>> >
>> > Rainer
>> >
>> >
>> >

>>
>>
>>


 
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
WINDOWS UPDATE SERVICE(wuauserv) disappeared....how to reinstall ? asimwajid@gmail.com Windows Vista General Discussion 10 05-08-2010 02:33 PM
80070005 error Niina Windows Vista General Discussion 2 09-30-2007 09:17 PM
Failed to stop service wuauserv due to 0x80070005 Anjani Singh Windows Update 1 08-13-2004 04:45 AM
Error 80070005 Pramod Windows Media Player 0 06-02-2004 09:26 AM
Does Automatic Update service (wuauserv) use generated IP addresses? Vince C. Windows Update 30 09-02-2003 06:43 AM



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