Asked by:
Windows update Error

Question
-
Dear all.
Help me please.
client - Windows 7
Update from SCCM2012
what to me to check?
* Search Scope = {Machine}
Checking for agent SelfUpdate
Client version: Core: 7.6.7601.23735 Aux: 7.6.7601.23735
WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x801901f7
WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x801901f7
WARNING: DownloadFileInternal failed for http://sccm02iq.mcp.ru:8530/selfupdate/wuident.cab: error 0x801901f7
FATAL: DownloadCab failed, err = 0x801901F7
WARNING: SelfUpdate check failed to download package information, error = 0x80244022
FATAL: SelfUpdate check failed, err = 0x80244022
* WARNING: Skipping scan, self-update check returned 0x80244022
* WARNING: Exit code = 0x80244022
*********
** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
*************
WARNING: WU client failed Searching for update with error 0x80244022
>>## RESUMED ## AU: Search for updates [CallId = {FA0A6069-91C7-4AF9-BC70-1B7FCB5FDCEF}]
# WARNING: Search callback failed, result = 0x80244022
# WARNING: Failed to find updates with error code 80244022
#########
## END ## AU: Search for updates [CallId = {FA0A6069-91C7-4AF9-BC70-1B7FCB5FDCEF}]
#############
Successfully wrote event for AU health state:0
AU setting next detection timeout to 2017-05-04 15:41:45
Setting AU scheduled install time to 2017-05-05 00:00:00
Successfully wrote event for AU health state:0
Successfully wrote event for AU health state:0
REPORT EVENT: {13FCE44B-EB94-42C0-BF31-FE20B4CB646D}2017-05-04 13:41:45:885+0300 1 148 101 {D67661EB-2423-451D-BF5D-13199E37DF28} 1 80244022 SelfUpdate Failure Software Synchronization
CWERReporter::HandleEvents - WER report upload completed with status 0x8
WER Report sent: 7.6.7601.23735 0x80244022(0) 67661EB-2423-451D-BF5D-13199E37DF28 Scan 1 0 SelfUpdate {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} 0
- Edited by Андрей Щ Friday, May 5, 2017 9:59 AM
Friday, May 5, 2017 6:31 AM
All replies
-
Hi,
Error code ” 0x801901F7” means your device got a network issue.
Does the issue occur on a specific device or all of the devices?
If the issue only occur on a specific device, we could try the following steps to fix the issue.
1.Turn off anti-virus software and firewall.
2.Turn off all items in Start\Settings\Proxy.
3.Run the command “netsh int ip reset”, ”netsh winsock reset” to reset TCP/IP. Restart the machine and check for updates again.
If the issue occur on all devices, please check the server configuration on SCCM forum.
SCCM forum:
https://social.technet.microsoft.com/Forums/en-US/home?category=ConfigMgrCB
Best regards,
Joy.
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.Monday, May 8, 2017 9:57 AM -
Check your registry (on the client machine) for a Binary value in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections that is called WinHttpSettings. If it exists, delete the key (WinHttpSettings), restart the Automatic Update service and try again. It should work now.
- Proposed as answer by Farookh21 Monday, November 25, 2019 10:33 PM
Tuesday, March 26, 2019 12:40 AM -
This worked for me.
After deleting the WinHttpSettings registry and restarting the windows update service, the client was able to get updates from WSUS server
Farookh21
Monday, November 25, 2019 10:32 PM