Shibalik Sanyal
Member
- Messages
- 9
- Solutions
- 1
- Reaction score
- 0
- Points
- 1
Hi Prajwal,
In our environment, We have around 8K machines and patching of all these clients are being taken care by SCCM. Recently, from last 2 to 3 weeks we are facing an issue where around 200 clients stopped scanning for updates.
In WUAHandler.log, we are getting the below error message,
OnSearchComplete - Failed to end search job. Error = 0x8024400d.
Scan failed with error = 0x8024400d.
So eventually I checked the WindowsUpdate.log, and found the below errors,
2016-02-25 04:25:25:408 344 7d0 PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://abc123.mydomain.local:8530/ClientWebService/client.asmx
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SyncUpdates failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SOAP Fault: 0x00012c
2016-02-25 04:25:26:302 344 7d0 PT WARNING: faultstring:Fault occurred
2016-02-25 04:25:26:302 344 7d0 PT WARNING: ErrorCode:InvalidParameters(7)
2016-02-25 04:25:26:302 344 7d0 PT WARNING: Message: parameters.OtherCachedUpdateIDs
2016-02-25 04:25:26:302 344 7d0 PT WARNING: Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/SyncUpdates"
2016-02-25 04:25:26:302 344 7d0 PT WARNING: ID:ede20d2a-2d41-4e62-91c2-573c1fe3351b
2016-02-25 04:25:26:302 344 7d0 PT WARNING: PTError: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SyncUpdates_WithRecovery failed.: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 PT WARNING: Sync of Updates: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SyncServerUpdatesInternal failed: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 Agent * WARNING: Failed to synchronize, error = 0x8024400D
2016-02-25 04:25:26:303 344 7d0 Agent * WARNING: Exit code = 0x8024400D
2016-02-25 04:25:26:303 344 7d0 Agent WARNING: WU client failed Searching for update with error 0x8024400d
2016-02-25 04:25:26:315 1928 1344 COMAPI - WARNING: Exit code = 0x00000000, Result code = 0x8024400D
2016-02-25 04:25:26:317 1928 1344 COMAPI WARNING: Operation failed due to earlier error, hr=8024400D
2016-02-25 04:25:31:303 344 7d0 Report REPORT EVENT: {96D9598F-A59C-4325-8791-44297CFB4553} 2016-02-25 04:25:26:303-0500 1 148 101 {00000000-0000-0000-0000-000000000000} 0 8024400d CcmExec Failure Software Synchronization Windows Update Client failed to detect with error 0x8024400d.
So, upon searching about this error, I have so far done the following,
1. Repaired SCCM Client and even re-installed it
2. Repaired WMI
3. Checked registry and found 2 entries of windows update in HKLM/Software/Microsoft/Windows/Currentversion with different SUSclientids and versionids
5. Compared the settings with another client where scan is successful and deleted the wrong windows update key from registry.
6. Also deleted susclientid and versionid
7. deleted windowsupdate.log
8. Reauthorized Windows Update
9. Registered all the dlls again.
10. Ran Software Update Readiness Tool
Also in WindowsUpdate.log, I am getting error 0x80244010 : Exceeded max server round trips
I have checked different websites and blogs, they are saying to extend the default cache size from 20000 to higher in WSUS.
There are clients facing all other different issues, but we have most clients under this category.
I have run the report, "Troubleshooting 2 - Deployment Errors" and found the error mentioned against the error code 8024400D is "Same as SOAP_E_CLIENT - SOAP client found the message was malformed; fix before resending."
Can you please help with this?
Thanks
In our environment, We have around 8K machines and patching of all these clients are being taken care by SCCM. Recently, from last 2 to 3 weeks we are facing an issue where around 200 clients stopped scanning for updates.
In WUAHandler.log, we are getting the below error message,
OnSearchComplete - Failed to end search job. Error = 0x8024400d.
Scan failed with error = 0x8024400d.
So eventually I checked the WindowsUpdate.log, and found the below errors,
2016-02-25 04:25:25:408 344 7d0 PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://abc123.mydomain.local:8530/ClientWebService/client.asmx
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SyncUpdates failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SOAP Fault: 0x00012c
2016-02-25 04:25:26:302 344 7d0 PT WARNING: faultstring:Fault occurred
2016-02-25 04:25:26:302 344 7d0 PT WARNING: ErrorCode:InvalidParameters(7)
2016-02-25 04:25:26:302 344 7d0 PT WARNING: Message: parameters.OtherCachedUpdateIDs
2016-02-25 04:25:26:302 344 7d0 PT WARNING: Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/SyncUpdates"
2016-02-25 04:25:26:302 344 7d0 PT WARNING: ID:ede20d2a-2d41-4e62-91c2-573c1fe3351b
2016-02-25 04:25:26:302 344 7d0 PT WARNING: PTError: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SyncUpdates_WithRecovery failed.: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 PT WARNING: Sync of Updates: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 PT WARNING: SyncServerUpdatesInternal failed: 0x8024400d
2016-02-25 04:25:26:302 344 7d0 Agent * WARNING: Failed to synchronize, error = 0x8024400D
2016-02-25 04:25:26:303 344 7d0 Agent * WARNING: Exit code = 0x8024400D
2016-02-25 04:25:26:303 344 7d0 Agent WARNING: WU client failed Searching for update with error 0x8024400d
2016-02-25 04:25:26:315 1928 1344 COMAPI - WARNING: Exit code = 0x00000000, Result code = 0x8024400D
2016-02-25 04:25:26:317 1928 1344 COMAPI WARNING: Operation failed due to earlier error, hr=8024400D
2016-02-25 04:25:31:303 344 7d0 Report REPORT EVENT: {96D9598F-A59C-4325-8791-44297CFB4553} 2016-02-25 04:25:26:303-0500 1 148 101 {00000000-0000-0000-0000-000000000000} 0 8024400d CcmExec Failure Software Synchronization Windows Update Client failed to detect with error 0x8024400d.
So, upon searching about this error, I have so far done the following,
1. Repaired SCCM Client and even re-installed it
2. Repaired WMI
3. Checked registry and found 2 entries of windows update in HKLM/Software/Microsoft/Windows/Currentversion with different SUSclientids and versionids
5. Compared the settings with another client where scan is successful and deleted the wrong windows update key from registry.
6. Also deleted susclientid and versionid
7. deleted windowsupdate.log
8. Reauthorized Windows Update
9. Registered all the dlls again.
10. Ran Software Update Readiness Tool
Also in WindowsUpdate.log, I am getting error 0x80244010 : Exceeded max server round trips
I have checked different websites and blogs, they are saying to extend the default cache size from 20000 to higher in WSUS.
There are clients facing all other different issues, but we have most clients under this category.
I have run the report, "Troubleshooting 2 - Deployment Errors" and found the error mentioned against the error code 8024400D is "Same as SOAP_E_CLIENT - SOAP client found the message was malformed; fix before resending."
Can you please help with this?
Thanks