Hello All,
I am in the process of transitioning from a stand alone wsus environment to SCCM Software Updates.
I have been doing lots of testing with new machines builds and things have been working great. We finally decided to open the testing up to the user community. We disabled the GPO and let Config manager client take over. Some machines are working just fine and most are not. It seems like there is some residual information left over from the old wsus environment causing issues. I have found some info and possible fixes but those are all machine by machine basis and I have about 80 machine with the issue our of about 120 that i'm testing.
This is what I get from the WUAHandler.log
CWuaHandler::SetCategoriesForStateReportingExclusion called with E0789628-CE08-4437-BE74-2495B842F43B;E0789628-CE08-4437-BE74-2495B842F43B,A38C835C-2950-4E87-86CC-6911A52C34A3; for leaves and E0789628-CE08-4437-BE74-2495B842F43B,A38C835C-2950-4E87-86CC-6911A52C34A3;
for bundles WUAHandler 1/11/2017 6:53:04 PM 5236 (0x1474)
Its a WSUS Update Source type ({C8FF9B3F-013D-433B-8F54-3D12A55727F7}), adding it. WUAHandler 1/11/2017 6:54:06 PM 5448 (0x1548)
Existing WUA Managed server was already set (https://server:8531), skipping Group Policy registration. WUAHandler 1/11/2017 6:54:07 PM 5448 (0x1548)
Added Update Source ({C8FF9B3F-013D-433B-8F54-3D12A55727F7}) of content type: 2 WUAHandler 1/11/2017 6:54:07 PM 5448 (0x1548)
Scan results will include all superseded updates. WUAHandler 1/11/2017 6:54:08 PM 5448 (0x1548)
Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver') WUAHandler 1/11/2017 6:54:08 PM 5448 (0x1548)
Async searching of updates using WUAgent started. WUAHandler 1/11/2017 6:54:08 PM 5448 (0x1548)
Async searching completed. WUAHandler 1/11/2017 7:04:47 PM 5788 (0x169C)
OnSearchComplete - Failed to end search job. Error = 0x80072ee2. WUAHandler 1/11/2017 7:04:47 PM 5380 (0x1504)
Scan failed with error = 0x80072ee2. WUAHandler 1/11/2017 7:04:47 PM 5380 (0x1504)
Here is a snip it from the WindowsUpdate.log
2017-01-11 19:06:04:880 1120 1230 Misc WARNING: Send failed with hr = 80072ee2.
2017-01-11 19:06:04:880 1120 1230 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
2017-01-11 19:06:04:880 1120 1230 Misc FATAL: SOAP/WinHttp - SendRequest: SendRequestUsingProxy failed. error 0x80072ee2
2017-01-11 19:06:04:880 1120 1230 PT + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
2017-01-11 19:06:04:880 1120 1230 PT + Caller provided credentials = No
2017-01-11 19:06:04:880 1120 1230 PT + Impersonate flags = 0
2017-01-11 19:06:04:880 1120 1230 PT + Possible authorization schemes used =
2017-01-11 19:06:04:880 1120 1230 PT WARNING: SyncUpdates failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
2017-01-11 19:06:04:880 1120 1230 PT WARNING: PTError: 0x80072ee2
2017-01-11 19:06:04:880 1120 1230 PT WARNING: SyncUpdates_WithRecovery failed.: 0x80072ee2
2017-01-11 19:06:04:880 1120 1230 PT WARNING: Sync of Updates: 0x80072ee2
2017-01-11 19:06:04:880 1120 1230 PT WARNING: SyncServerUpdatesInternal failed: 0x80072ee2
2017-01-11 19:06:04:880 1120 1230 Agent * WARNING: Failed to synchronize, error = 0x80072EE2
2017-01-11 19:06:04:880 1120 1230 Agent * WARNING: Exit code = 0x80072EE2
2017-01-11 19:06:04:880 1120 1230 Agent *********
2017-01-11 19:06:04:880 1120 1230 Agent ** END ** Agent: Finding updates [CallerId = CcmExec]
2017-01-11 19:06:04:880 1120 1230 Agent *************
2017-01-11 19:06:04:880 1120 1230 Agent WARNING: WU client failed Searching for update with error 0x80072ee2
2017-01-11 19:06:04:896 1120 1230 Report REPORT EVENT: {C44C0256-B967-4FED-A017-277D36E2C937} 2017-01-11 18:58:28:916-0700 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80072ee2 AutomaticUpdates Failure Software
Synchronization Windows Update Client failed to detect with error 0x80072ee2.
Keep in mind that some work and some don't. All on the same subnet pointed to the same Primary Sccm Server. Also keep in mind that this is a fairly large group of machines not working so going machine by machine making reg changes and deleted the softwaredistribution folder really isn't going to be all that useful.
Thanks All for any help!!!