Jump to content


  • 0
anyweb

OnSearchComplete - Failed to end search job. Error = 0x80072efd.

Question

I had this problem recently and the fix was quite easy, but finding out why it was failing (to install any updates on any machine connected to the SCCM SUP) was difficult.

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 Configuration Manager wsus server from a working machine, it reported the correct IP on the internal network. I then checked a non working client and pinged Configuration Manager wsus server 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

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Also for info :)

 

Same error

 

OnSearchComplete - Failed to end search job Error=0x80072efd

 

Scan failed with error = 0x80072efd

 

in WUAHandler.log if you are working with custom WSUS ports. Do not forget to open the used ports in the Windows Firewall

Create a rule for inbound TCP (WSUS ports). In my case it was for 8530 and 8531.

Share this post


Link to post
Share on other sites

  • 0

OnSearchComplete - Failed to end search job. Error = 0x80244022

 

I have recently starting testing the SUP capability of SCCM 2012. I have followed the guides to set up the Server and all seems to be working fine. Updates are being downloaded and showing on the server console.

However on the client side there seem to be a few teething problems. The clients are showing that they need the updates but aren't downloading them.

I checked WUAHandler.log and found this error repeated regularly.

 

Its a WSUS Update Source type ({804E0972-01D9-479F-8E38-E58576D82725}), adding it. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90)
Existing WUA Managed server was already set (HTTP://Ourservername.LOCAL:8530), skipping Group Policy registration. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90)
Added Update Source ({804E0972-01D9-479F-8E38-E58576D82725}) of content type: 2 WUAHandler 12/07/2013 12:18:16 3216 (0x0C90)
Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90)
Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 12/07/2013 12:18:16 3216 (0x0C90)
Async searching of updates using WUAgent started. WUAHandler 12/07/2013 12:18:16 3216 (0x0C90)
Async searching completed. WUAHandler 12/07/2013 12:18:17 5284 (0x14A4)
OnSearchComplete - Failed to end search job. Error = 0x80244022. WUAHandler 12/07/2013 12:18:17 3216 (0x0C90)
Scan failed with error = 0x80244022. WUAHandler 12/07/2013 12:18:17 3216 (0x0C90)

I had a look at Scanagent.log and this was full of red. Mainly repeating the same 0x80244022 error but also a 0x87d00631 error.

 

Sources are current, but Invalid. TTL is also invalid. ScanAgent 12/07/2013 12:18:14 6104 (0x17D8)
ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanRetry- Requesting scan ScanAgent 12/07/2013 12:18:15 6104 (0x17D8)
No CatScan history exists ScanAgent 12/07/2013 12:18:15 3216 (0x0C90)
ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244022 ScanAgent 12/07/2013 12:18:15 5240 (0x1478)
ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::ScheduleScanRetry- ScanRetry Timer task successfully scheduled. Will wake up in next 1798 seconds ScanAgent 12/07/2013 12:18:16 5240 (0x1478)
ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJob::OnScanComplete - Scan Retry successfully scheduled ScanAgent 12/07/2013 12:18:16 5240 (0x1478)
Sources are current, but Invalid. TTL is also invalid. ScanAgent 12/07/2013 12:18:16 3216 (0x0C90)
ScanJob({4A6446FE-72C7-46E6-AF39-7D6BCD2DC337}): CScanJobManager::OnScanComplete- Scan has failed, scan request will be pending for scan retry cycle. ScanAgent 12/07/2013 12:18:16 5240 (0x1478)
CScanAgent::ScanCompleteCallback - failed at OnScanComplete with error=0x87d00631 ScanAgent 12/07/2013 12:18:16 5240 (0x1478)
ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanComplete -Scan Failed with Error=0x80244022 ScanAgent 12/07/2013 12:18:17 5240 (0x1478)
ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::ScheduleScanRetry- ScanRetry Timer task successfully scheduled. Will wake up in next 1798 seconds ScanAgent 12/07/2013 12:18:17 5240 (0x1478)
ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJob::OnScanComplete - Scan Retry successfully scheduled ScanAgent 12/07/2013 12:18:17 5240 (0x1478)
ScanJob({2821C25B-DD2A-4505-B406-CB4642515CF9}): CScanJobManager::OnScanComplete- Scan has failed, scan request will be pending for scan retry cycle. ScanAgent 12/07/2013 12:18:17 5240 (0x1478)
CScanAgent::ScanCompleteCallback - failed at OnScanComplete with error=0x87d00631 ScanAgent 12/07/2013 12:18:17 5240 (0x1478)

I've trawled around the web looking for likely causes but come up blank. I was wondering if anyone could shed some light on the problem.

Also very weirdly last night the scan did work and in WUAHandler I got this.

 

Its a WSUS Update Source type ({804E0972-01D9-479F-8E38-E58576D82725}), adding it. WUAHandler 12/07/2013 06:43:27 5468 (0x155C)
Existing WUA Managed server was already set (HTTP://Ourservername.LOCAL:8530), skipping Group Policy registration. WUAHandler 12/07/2013 06:43:57 5468 (0x155C)
Added Update Source ({804E0972-01D9-479F-8E38-E58576D82725}) of content type: 2 WUAHandler 12/07/2013 06:43:57 5468 (0x155C)
Scan results will include superseded updates only when they are superseded by service packs and definition updates. WUAHandler 12/07/2013 06:43:57 5468 (0x155C)
Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 12/07/2013 06:43:57 5468 (0x155C)
Async searching of updates using WUAgent started. WUAHandler 12/07/2013 06:43:57 5468 (0x155C)
Async searching completed. WUAHandler 12/07/2013 06:44:51 592 (0x0250)
Successfully completed scan. WUAHandler 12/07/2013 06:46:56 2568 (0x0A08)
The new content version (4) of update source is less than before (5), continuing. WUAHandler 12/07/2013 07:28:10 5468 (0x155C)

But then throughout the day today I have the same errors as before.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.