Guest Thorben Stephanski Posted August 13, 2007 Posted August 13, 2007 Hello, when i try to use windows update over the wu website i get the error code 0x8024D007 after trying to upgrade to the updater version 7. After searching for this error i had some tries but they didnt help: - re-registrering of windows update dll (wuauserv.dll fails DllRegisterServer-Startingpoint not found) - installtion windows updater v7 from file (WindowsUpdateAgent30-x86.exe) canceled with error 0x8024D007 - changing permissions on hkey_classes_root didnt work - renaming folder SoftwareDistribution - copying a new wuauserv.dll to system32 and registrering didnt fix the problem Some Information to the problem: Windows Server 2003 SP1 Updates installing with Administrative Account No Firewall installed Getting this error in WindowsUpdate.log: >Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuaueng.dll" >Process: C:\WINDOWS\system32\regsvr32.exe >Module: C:\WINDOWS\system32\wuaueng.dll >FATAL: WU client fail to create WU service with error 0x80070514 >FATAL: Self registration of C:\WINDOWS\system32\wuaueng.dll failed, error = 0x8024D007 >WARNING: Completed registration operations for section wuaueng_WebSetup: status 0x8024d007 >WARNING: Setup failed while processing registry operations, error = 0x8024D007. Rolling back changes. but registering wuaueng.dll manually is no problem. Can anybody help me with this problem?
Guest Robert Aldwinckle Posted August 14, 2007 Posted August 14, 2007 "Thorben Stephanski" <Thorben Stephanski@discussions.microsoft.com> wrote in message news:FB924505-CBF6-45B7-90AF-ED3D50212370@microsoft.com... > Hello, > > when i try to use windows update over the wu website i get the error code > 0x8024D007 after trying to upgrade to the updater version 7. > > After searching for this error i had some tries but they didnt help: > > - re-registrering of windows update dll > (wuauserv.dll fails DllRegisterServer-Startingpoint not found) > - installtion windows updater v7 from file (WindowsUpdateAgent30-x86.exe) > canceled with error 0x8024D007 > - changing permissions on hkey_classes_root didnt work > - renaming folder SoftwareDistribution > - copying a new wuauserv.dll to system32 and registrering didnt fix the > problem > > Some Information to the problem: > Windows Server 2003 SP1 > Updates installing with Administrative Account > No Firewall installed > > Getting this error in WindowsUpdate.log: >>Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuaueng.dll" >>Process: C:\WINDOWS\system32\regsvr32.exe >>Module: C:\WINDOWS\system32\wuaueng.dll >>FATAL: WU client fail to create WU service with error 0x80070514 >>FATAL: Self registration of C:\WINDOWS\system32\wuaueng.dll failed, error = 0x8024D007 >>WARNING: Completed registration operations for section wuaueng_WebSetup: status 0x8024d007 >>WARNING: Setup failed while processing registry operations, error = 0x8024D007. Rolling back changes. > > but registering wuaueng.dll manually is no problem. That code suggests a permissions problem. <cmd_output OS="XPsp2"> F:\>set /a c = 0x514 1300 F:\>net helpmsg %c% Not all privileges referenced are assigned to the caller. </cmd_output> --- > > > Can anybody help me with this problem?
Guest Thorben Stephanski Posted August 17, 2007 Posted August 17, 2007 I solved the problem now at this server: - i put the executing user explicit to the local administrator group at the server (Domain Administrator was already in but didnt help) - giving everyone "read" access to windir, windir\Registration and all *.clb files under the Registration Folder - taking up the local Administrator Group to the local Policy "Manage auditing and security log" (Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignement) After waiting a while for the group policie to be applied i could start windows update from the wu website. This worked for me, it is a bunch of parts gatherd from all TechNet articles i could find to this error code. If someone try this please give feedback if it worked too. "Thorben Stephanski" wrote: > Hello, > > when i try to use windows update over the wu website i get the error code > 0x8024D007 after trying to upgrade to the updater version 7. > > After searching for this error i had some tries but they didnt help: > > - re-registrering of windows update dll > (wuauserv.dll fails DllRegisterServer-Startingpoint not found) > - installtion windows updater v7 from file (WindowsUpdateAgent30-x86.exe) > canceled with error 0x8024D007 > - changing permissions on hkey_classes_root didnt work > - renaming folder SoftwareDistribution > - copying a new wuauserv.dll to system32 and registrering didnt fix the > problem > > Some Information to the problem: > Windows Server 2003 SP1 > Updates installing with Administrative Account > No Firewall installed > > Getting this error in WindowsUpdate.log: > >Registering binary: C:\WINDOWS\system32\regsvr32.exe /s "C:\WINDOWS\system32\wuaueng.dll" > >Process: C:\WINDOWS\system32\regsvr32.exe > >Module: C:\WINDOWS\system32\wuaueng.dll > >FATAL: WU client fail to create WU service with error 0x80070514 > >FATAL: Self registration of C:\WINDOWS\system32\wuaueng.dll failed, error = 0x8024D007 > >WARNING: Completed registration operations for section wuaueng_WebSetup: status 0x8024d007 > >WARNING: Setup failed while processing registry operations, error = 0x8024D007. Rolling back changes. > > but registering wuaueng.dll manually is no problem. > > > Can anybody help me with this problem?
Recommended Posts