Hi All,
I seem to be having ANOTHER issue with WSUS. I was on here recently asking abot getting ghosted machines into the WSUS console. After several failed attempts i was finally able to make them appear by the use of the following script;
net stop wuauserv
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /f
ren c:\windows\SoftwareDistribution SoftwareDistribution.old
wuauclt /resetauthorization /detectnow /runhandlercomserver
Once i ran this script the ghosted machines finally appeared in the WSUS console. The problem now lies in that all the XP machines have appeared but there status is Not yet reported. Im guessing by tempaering with the software distribution folder in thw windows directory that i have somehow broken it.
Does anyone have any suggestions on what i could try?
Below is also from the end of my windowsupdate.log on one of the clients not reporting status. I triggered this by running a wuauclt /detectnow /reauthorization
2008-12-24 10:37:10+1100 1120 440 Triggering AU detection through DetectNow api
2008-12-24 10:37:10+1100 1120 b58 AU received event of 1
2008-12-24 10:37:10+1100 1120 b58 WU client succeeds CClientCallRecorder::BeginFindUpdates from AutomaticUpdates with call id {3466A94B-1FD2-4549-AC7B-B194887AA889}
2008-12-24 10:37:10+1100 1120 964 WU client executing call {3466A94B-1FD2-4549-AC7B-B194887AA889} of type Search Call
2008-12-24 10:37:10+1100 1948 3ac Trying to make out of proc datastore active
2008-12-24 10:37:11+1100 1948 3ac Out of proc datastore is now active
2008-12-24 10:37:11+1100 1120 964 Send failed with hr = 80072efd.
2008-12-24 10:37:11+1100 1120 964 SendRequest failed with hr = 80072efd. Proxy List used: <(null)> Bypass List used : <(null)>
2008-12-24 10:37:13+1100 1120 964 Send failed with hr = 80072efd.
2008-12-24 10:37:13+1100 1120 964 SendRequest failed with hr = 80072efd. Proxy List used: <(null)> Bypass List used : <(null)>
2008-12-24 10:37:14+1100 1120 964 Send failed with hr = 80072efd.
2008-12-24 10:37:14+1100 1120 964 SendRequest failed with hr = 80072efd. Proxy List used: <(null)> Bypass List used : <(null)>
2008-12-24 10:37:15+1100 1120 964 Send failed with hr = 80072efd.
2008-12-24 10:37:15+1100 1120 964 SendRequest failed with hr = 80072efd. Proxy List used: <(null)> Bypass List used : <(null)>
2008-12-24 10:37:15+1100 1120 964 DownloadFileInternal failed for
http://TST01:8530/SelfUpdate/wuident.cab: error 0x80072efd
2008-12-24 10:37:15+1100 1120 964 IsUpdateRequired failed with error 0x80072efd
2008-12-24 10:37:15+1100 1120 964 PT: Using serverID {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
2008-12-24 10:37:15+1100 1120 964 WU client failed Searching for update with error 0x80248008
2008-12-24 10:37:15+1100 1120 964 Search Callback Failed, hr is 0x80248008
2008-12-24 10:37:15+1100 1120 964 Setting next AU detection timeout to 2008-12-24 00:28:33
2008-12-24 10:37:15+1100 1120 964 Setting AU scheduled install time to 2008-12-30 17:00:00
2008-12-24 10:37:15+1100 1120 964 WU client calls back to search call AutomaticUpdates with code Call failed and error 0x80248008
2008-12-24 10:37:15+1100 1120 964 WU client completed and deleted call {3466A94B-1FD2-4549-AC7B-B194887AA889}