"Thorben Stephanski" <Thorben
> wrote in message
news:FB924505-CBF6-45B7-90AF-...
> 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?