the basic errors in the WUAHANDLER.LOG file found on the client were repeated again and again
<![LOG[Added Update Source ({504B2CDB-3C06-4402-977E-C1D96D591F16}) of content type: 2]LOG]!><time="15:23:23.979+-60" date="03-27-2009" component="WUAHandler" context="" type="1" thread="8032" file="sourcemanager.cpp:1372">
<![LOG[Async searching of updates using WUAgent started.]LOG]!><time="15:23:24.135+-60" date="03-27-2009" component="WUAHandler" context="" type="1" thread="8032" file="cwuahandler.cpp:587">
<![LOG[Async searching completed.]LOG]!><time="15:23:46.537+-60" date="03-27-2009" component="WUAHandler" context="" type="1" thread="9160" file="cwuahandler.cpp:2099">
<![LOG[OnSearchComplete - Failed to end search job. Error = 0x80072efd.]LOG]!><time="15:23:46.537+-60" date="03-27-2009" component="WUAHandler" context="" type="3" thread="8032" file="cwuahandler.cpp:2966">
<![LOG[Scan failed with error = 0x80072efd.]LOG]!><time="15:23:46.537+-60" date="03-27-2009" component="WUAHandler" context="" type="3" thread="8032" file="cwuahandler.cpp:3223">
I googled the Scan failed with error = 0x80072efd. error and got some ideas that it was a lack of commuinication between the client and the sccm sup. This turned out to be correct in the end.
The SUP was a WSUS server running as a site server and was multihomed, one network card served the internal network and the other served the public. The SCCM server was on the internal network and tried to access the WSUS but got an error
<![LOG[Existing WUA Managed server was already set (http://SCCM.WINDOWS-NOOB.COM:80), skipping Group Policy registration.]LOG]!><time="16:54:10.490+-60" date="03-27-2009" component="WUAHandler" context="" type="1" thread="4348" file="sourcemanager.cpp:1032">
<![LOG[Added Update Source ({504B2CDB-3C06-4402-977E-C1D96D591F16}) of content type: 2]LOG]!><time="16:54:10.505+-60" date="03-27-2009" component="WUAHandler" context="" type="1" thread="4348" file="sourcemanager.cpp:1372">
<![LOG[Async searching of updates using WUAgent started.]LOG]!><time="16:54:10.521+-60" date="03-27-2009" component="WUAHandler" context="" type="1" thread="4348" file="cwuahandler.cpp:587">
<![LOG[Async searching completed.]LOG]!><time="16:54:32.875+-60" date="03-27-2009" component="WUAHandler" context="" type="1" thread="5796" file="cwuahandler.cpp:2099">
<![LOG[OnSearchComplete - Failed to end search job. Error = 0x80072efd.]LOG]!><time="16:54:32.875+-60" date="03-27-2009" component="WUAHandler" context="" type="3" thread="4844" file="cwuahandler.cpp:2966">
<![LOG[Scan failed with error = 0x80072efd.]
After much troubleshooting i decided to ping the http://SCCM.WINDOWS-NOOB.COM:80 wsus from a working machine, it reported the correct IP on the internal network. I then checked a non working client and pinged http://SCCM.WINDOWS-NOOB.COM:80 from it, it replied back with the IP address of the WSUS public ip.
That was the Eureka moment ~!
As a quick test, and configuring IIS on the WSUS server to 'Listen To all IPs' the WSUS server was responding with the correct IP address when pinged, and windows updates started flowing
<![LOG[Its a WSUS Update Source type ({504B2CDB-3C06-4402-977E-C1D96D591F16}), adding it.]LOG]!><time="15:38:09.303+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="6468" file="sourcemanager.cpp:1339">
<![LOG[Existing WUA Managed server was already set (http://SCCM.WINDOWS-NOOB.COM:80), skipping Group Policy registration.]LOG]!><time="15:38:09.303+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="6468" file="sourcemanager.cpp:1032">
<![LOG[Added Update Source ({504B2CDB-3C06-4402-977E-C1D96D591F16}) of content type: 2]LOG]!><time="15:38:09.319+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="6468" file="sourcemanager.cpp:1372">
<![LOG[Async searching of updates using WUAgent started.]LOG]!><time="15:38:09.334+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="6468" file="cwuahandler.cpp:587">
<![LOG[Async searching completed.]LOG]!><time="15:38:15.138+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="8016" file="cwuahandler.cpp:2099">
<![LOG[Successfully completed scan.]LOG]!><time="15:38:15.247+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="6468" file="cwuahandler.cpp:3261">
<![LOG[Going to search using WSUS update source.]LOG]!><time="15:39:23.527+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="640" file="cwuahandler.cpp:1240">
<![LOG[Synchronous searching started using filter: 'UpdateID = 'bae30328-dd13-421a-a4ab-b8465264d354' AND DeploymentAction = *'...]LOG]!><time="15:39:23.527+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="640" file="cwuahandler.cpp:605">
<![LOG[Successfully completed synchronous searching of updates.]LOG]!><time="15:39:25.929+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="640" file="cwuahandler.cpp:642">
<![LOG[1. Update: bae30328-dd13-421a-a4ab-b8465264d354, 102 BundledUpdates: 1]LOG]!><time="15:39:25.929+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="640" file="cwuahandler.cpp:1389">
<![LOG[ Update: 48ee1858-7e8a-4e26-896c-d12afe6ef2f4, 102 BundledUpdates: 0]LOG]!><time="15:39:25.929+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="640" file="cwuahandler.cpp:1389">
<![LOG[1. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB958644) (bae30328-dd13-421a-a4ab-b8465264d354, 102)]LOG]!><time="15:39:25.929+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="640" file="cwuahandler.cpp:1511">
<![LOG[Async installation of updates started.]LOG]!><time="15:39:26.023+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="640" file="cwuahandler.cpp:1875">
<![LOG[Update 1 (bae30328-dd13-421a-a4ab-b8465264d354) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:39:35.148+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="11252" file="cwuahandler.cpp:2027">
<![LOG[Async install completed.]LOG]!><time="15:39:35.148+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="11252" file="cwuahandler.cpp:2055">
<![LOG[Installation of updates completed.]LOG]!><time="15:39:35.148+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10876" file="cwuahandler.cpp:3603">
<![LOG[Its a WSUS Update Source type ({504B2CDB-3C06-4402-977E-C1D96D591F16}), adding it.]LOG]!><time="15:40:37.984+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10784" file="sourcemanager.cpp:1339">
<![LOG[Existing WUA Managed server was already set (http://SCCM.WINDOWS-NOOB.COM:80), skipping Group Policy registration.]LOG]!><time="15:40:38.000+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10784" file="sourcemanager.cpp:1032">
<![LOG[Added Update Source ({504B2CDB-3C06-4402-977E-C1D96D591F16}) of content type: 2]LOG]!><time="15:40:38.000+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10784" file="sourcemanager.cpp:1372">
<![LOG[Async searching of updates using WUAgent started.]LOG]!><time="15:40:38.015+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10784" file="cwuahandler.cpp:587">
<![LOG[Async searching completed.]LOG]!><time="15:40:46.533+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10288" file="cwuahandler.cpp:2099">
<![LOG[Successfully completed scan.]LOG]!><time="15:40:46.642+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="7068" file="cwuahandler.cpp:3261">
<![LOG[Going to search using WSUS update source.]LOG]!><time="15:40:51.509+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1240">
<![LOG[Synchronous searching of all updates started...]LOG]!><time="15:40:51.509+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:599">
<![LOG[Successfully completed synchronous searching of updates.]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:642">
<![LOG[1. Update: 1b487d4b-6ee9-477c-87e9-abaa47d33293, 102 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 54478de3-0e27-49a2-a397-dac04f3ed4dc, 102 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[2. Update: 2e23eddd-583c-4903-bbc7-07e55b11ffd8, 101 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 83bbaace-084e-485e-a138-e7f2341853c0, 100 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[3. Update: 2e5a47a0-d4d8-4c68-a532-48b29c521365, 103 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 4bd21125-f6c7-4b1a-9e1d-aad27ad9e8e0, 103 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[4. Update: 345e8ee0-73bb-4de0-9b7b-81e32f518232, 103 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 97c280fa-3e94-4adb-8266-c06e549662fd, 103 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[5. Update: 3613c56d-bca3-4da4-af52-4ffb55a0ac29, 105 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: b844da0d-e3a1-4797-8d0f-325455b85f62, 105 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[6. Update: 40b5204d-77bf-44cf-b02e-4df37b7aa963, 102 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: fb1e098a-1135-4c77-979f-59e343d10a7b, 102 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[7. Update: 4c7aac46-98dd-4581-9502-a22c5450bc64, 101 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 17f8daf1-7f74-4c26-8a61-6b86dce67c15, 101 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[8. Update: 633296ab-0874-4330-a378-9f1809c00c8f, 103 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 21fda6ba-549b-46ed-9e2d-1675b191ff6d, 103 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[9. Update: 80af3da4-c735-4132-a0e9-f3d8d5dbeb32, 101 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: cdb55c62-bc86-4c47-9e5c-7bbdba225ef2, 101 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[10. Update: 91b765fd-dd82-4567-a4e7-0fbdaebe9c73, 102 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 2702babf-cadf-45d7-bfa3-f3762f774ca2, 102 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[11. Update: af067c04-9b03-4f39-861f-a33cfa8f6943, 107 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 4763a812-91f7-4831-bf05-078709e87c32, 107 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[12. Update: b229c0df-6b03-443a-84d9-7e7039dd626d, 104 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: b5b05927-b977-4992-9ab6-d2e5f5aee507, 104 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[13. Update: bf6461ab-7bde-4bc2-ac15-0dcb5b231080, 106 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 5f8a1117-fe52-4964-912b-a7c92fbf762d, 106 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[14. Update: d212ecf4-4e27-4e4e-bc16-e9daac2075e2, 104 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: f3ec93c0-9f80-4e93-8214-e93fc784a329, 102 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[15. Update: def4fed0-9b5e-4f67-9cc6-4580c8f56fc9, 101 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 3e5fe1b7-d9fd-4b48-aa59-7697da7f74ca, 101 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[16. Update: e1185cea-08b3-449e-b7b2-3b40f66653c6, 102 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 9815aa41-d0ee-44d5-ac64-e677aa23ea9b, 102 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[17. Update: f4f75e00-d6b5-493e-a3f2-56fec88cf76d, 106 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: 71c14476-d82e-44f1-adda-ebd4d8091ded, 105 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[18. Update: f73cd1ea-1f51-4d0b-afe2-e841a6ca860e, 102 BundledUpdates: 1]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[ Update: eff721e5-9aec-40c6-bf22-98a2cea15f73, 102 BundledUpdates: 0]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1389">
<![LOG[1. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB956841) (1b487d4b-6ee9-477c-87e9-abaa47d33293, 102)]LOG]!><time="15:40:53.974+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[2. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB958690) (2e23eddd-583c-4903-bbc7-07e55b11ffd8, 101)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[3. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB950974) (2e5a47a0-d4d8-4c68-a532-48b29c521365, 103)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[4. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB954459) (345e8ee0-73bb-4de0-9b7b-81e32f518232, 103)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[5. Update (Missing): Security Update for Windows Mail for Windows Server 2008 x64 Edition (KB951066) (3613c56d-bca3-4da4-af52-4ffb55a0ac29, 105)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[6. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB960225) (40b5204d-77bf-44cf-b02e-4df37b7aa963, 102)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[7. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB956802) (4c7aac46-98dd-4581-9502-a22c5450bc64, 101)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[8. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB953733) (633296ab-0874-4330-a378-9f1809c00c8f, 103)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[9. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB958624) (80af3da4-c735-4132-a0e9-f3d8d5dbeb32, 101)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[10. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB958687) (91b765fd-dd82-4567-a4e7-0fbdaebe9c73, 102)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[11. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB951698) (af067c04-9b03-4f39-861f-a33cfa8f6943, 107)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[12. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB957097) (b229c0df-6b03-443a-84d9-7e7039dd626d, 104)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[13. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB950762) (bf6461ab-7bde-4bc2-ac15-0dcb5b231080, 106)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[14. Update (Missing): Security Update for Windows Server 2008 x64-based Systems (KB938464) (d212ecf4-4e27-4e4e-bc16-e9daac2075e2, 104)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[15. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB958623) (def4fed0-9b5e-4f67-9cc6-4580c8f56fc9, 101)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[16. Update (Missing): Cumulative Security Update for Internet Explorer 7 for Windows Server 2008 x64 Edition (KB961260) (e1185cea-08b3-449e-b7b2-3b40f66653c6, 102)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[17. Update (Missing): Cumulative Security Update for ActiveX Killbits for Windows Server 2008 x64 Edition (KB950760) (f4f75e00-d6b5-493e-a3f2-56fec88cf76d, 106)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[18. Update (Missing): Security Update for Windows Server 2008 x64 Edition (KB955069) (f73cd1ea-1f51-4d0b-afe2-e841a6ca860e, 102)]LOG]!><time="15:40:54.083+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1511">
<![LOG[Async installation of updates started.]LOG]!><time="15:40:55.003+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5428" file="cwuahandler.cpp:1875">
<![LOG[Update 1 (1b487d4b-6ee9-477c-87e9-abaa47d33293) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:00.229+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10684" file="cwuahandler.cpp:2027">
<![LOG[Update 2 (2e23eddd-583c-4903-bbc7-07e55b11ffd8) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:03.521+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10704" file="cwuahandler.cpp:2027">
<![LOG[Update 3 (2e5a47a0-d4d8-4c68-a532-48b29c521365) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:05.736+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="4772" file="cwuahandler.cpp:2027">
<![LOG[Update 4 (345e8ee0-73bb-4de0-9b7b-81e32f518232) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:10.275+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="11100" file="cwuahandler.cpp:2027">
<![LOG[Update 5 (3613c56d-bca3-4da4-af52-4ffb55a0ac29) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:13.692+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10460" file="cwuahandler.cpp:2027">
<![LOG[Update 6 (40b5204d-77bf-44cf-b02e-4df37b7aa963) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:16.453+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="8064" file="cwuahandler.cpp:2027">
<![LOG[Update 7 (4c7aac46-98dd-4581-9502-a22c5450bc64) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:19.120+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="8316" file="cwuahandler.cpp:2027">
<![LOG[Update 8 (633296ab-0874-4330-a378-9f1809c00c8f) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:23.270+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10656" file="cwuahandler.cpp:2027">
<![LOG[Update 9 (80af3da4-c735-4132-a0e9-f3d8d5dbeb32) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:27.248+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="11184" file="cwuahandler.cpp:2027">
<![LOG[Update 10 (91b765fd-dd82-4567-a4e7-0fbdaebe9c73) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:29.697+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="4844" file="cwuahandler.cpp:2027">
<![LOG[Update 11 (af067c04-9b03-4f39-861f-a33cfa8f6943) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:33.753+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="5548" file="cwuahandler.cpp:2027">
<![LOG[Update 12 (b229c0df-6b03-443a-84d9-7e7039dd626d) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:36.436+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10520" file="cwuahandler.cpp:2027">
<![LOG[Update 13 (bf6461ab-7bde-4bc2-ac15-0dcb5b231080) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:39.447+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10428" file="cwuahandler.cpp:2027">
<![LOG[Update 14 (d212ecf4-4e27-4e4e-bc16-e9daac2075e2) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:41:45.484+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10440" file="cwuahandler.cpp:2027">
<![LOG[Update 15 (def4fed0-9b5e-4f67-9cc6-4580c8f56fc9) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:42:11.988+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="10452" file="cwuahandler.cpp:2027">
<![LOG[Update 16 (e1185cea-08b3-449e-b7b2-3b40f66653c6) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:43:13.903+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="7564" file="cwuahandler.cpp:2027">
<![LOG[Update 17 (f4f75e00-d6b5-493e-a3f2-56fec88cf76d) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:43:39.705+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="7856" file="cwuahandler.cpp:2027">
<![LOG[Update 18 (f73cd1ea-1f51-4d0b-afe2-e841a6ca860e) finished installing (0x00000000), Reboot Required? Yes]LOG]!><time="15:44:08.923+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="9940" file="cwuahandler.cpp:2027">
<![LOG[Async install completed.]LOG]!><time="15:44:08.923+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="9940" file="cwuahandler.cpp:2055">
<![LOG[Installation of updates completed.]LOG]!><time="15:44:08.923+-120" date="03-30-2009" component="WUAHandler" context="" type="1" thread="6516" file="cwuahandler.cpp:3603">
hopefully this may help someone in the same situation
cheers
anyweb










