> Sorry, just noticed this client log info. Read one post regrading
> 800710dd errors and automatic update service permissions which I've tryed.
> No joy so far.
>
> 2008-12-16 11:29:09:122 1220 1670 Misc WARNING: SendRequest failed with hr
> = 800710dd. Proxy List used: <(null)> Bypass List used : <(null)> Auth
> Schemes used : <>
> 2008-12-16 11:29:09:122 1220 1670 PT + Last proxy send request failed
> with hr = 0x800710DD, HTTP status code = 401
> 2008-12-16 11:29:09:122 1220 1670 PT + Caller provided credentials = No
> 2008-12-16 11:29:09:122 1220 1670 PT + Impersonate flags = 2
> 2008-12-16 11:29:09:122 1220 1670 PT + Possible authorization schemes
> used =
> 2008-12-16 11:29:09:122 1220 1670 PT WARNING: GetConfig failure, error =
> 0x800710DD, soap client error = 5, soap error code = 0, HTTP status code =
> 200
> 2008-12-16 11:29:09:122 1220 1670 PT WARNING: PTError: 0x800710dd
> 2008-12-16 11:29:09:122 1220 1670 PT WARNING: GetConfig_WithRecovery
> failed: 0x800710dd
> 2008-12-16 11:29:09:122 1220 1670 PT WARNING: RefreshConfig failed:
> 0x800710dd
> 2008-12-16 11:29:09:122 1220 1670 PT WARNING: RefreshPTState failed:
> 0x800710dd
> 2008-12-16 11:29:09:122 1220 1670 PT WARNING: PTError: 0x800710dd
> 2008-12-16 11:29:09:122 1220 1670 Report WARNING: Reporter failed to
> upload events with hr = 800710dd.
>
>
> "Michael Faulkner" <michael.faulkner[ at ]colorado.edu> wrote in message
> news:%23KBdov6XJHA.556[ at ]TK2MSFTNGP06.phx.gbl...
>> Read some posts regarding this, and this is what I have done:
>>
>> WSUS 3.1 on Server 2003 X64 R2 Install using default port 80, etc. New
>> install of IIS 6.0 just previous.
>>
>> 1) Upon install and when starting and stopping web services, all virtual
>> directories displaying errors in Application Event Log
>> 13042 - Self-update is not working
>> 12002 - The Reporting Web Service is not working.
>> 12032 - The Server Synchronization Web Service is not working.
>> 12022 - The Client Web Service is not working.
>> 12042 - The SimpleAuth Web Service is not working.
>> 12052 - The DSS Authentication Web Service is not working.
>>
>> Seem to correct this via 3) below.
>>
>> 2) 401.3 when trying to manually conntect to SelfUpdate folder.
>> ClientDiag.exe showing errors when trying to connect to WSUS web server.
>> Added Integrated Windows Authenication to SelfUpdate virtual folder and
>> this resolved the error with a logon prompt.
>>
>> All other virtual folders have anonymous access enabled for
>> IUSR_COMPUTERNAME.
>>
>> 3) Changed NTFS permissions per
>>
http://wsusinfo.onsitechsolutions.com/articles/016.htm and appears as if
>> Virtual Directory errors mentioned in 1) above have stopped.
>>
>> 4) Since have a few cloned versions of workstations and to remove WSUS
>> ID's, ran the following on some test workstations without them showing up
>> in WSUS console.
>>
>> [ at ]echo off
>> Echo Save the batch file "AU_Clean_SID.cmd". This batch file will do the
>> following:
>> Echo 1. Stop the wuauserv service
>> Echo 2. Delete the AccountDomainSid registry key (if it exists)
>> Echo 3. Delete the PingID registry key (if it exists)
>> Echo 4. Delete the SusClientId registry key (if it exists)
>> Echo 5. Restart the wuauserv service
>> Echo 6. Resets the Authorization Cookie
>> Pause
>> [ at ]echo on
>> net stop wuauserv
>> REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"
>> /v AccountDomainSid /f
>> REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"
>> /v PingID /f
>> REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"
>> /v SusClientId /f
>> REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate"
>> /v SusClientIdValidation /f
>> net start wuauserv
>> wuauclt /resetauthorization /detectnow
>> Pause
>>
>>
>
>