Windows Error 0x80244010 generally triggers while installing a new WSUS server for many of the Windows clients.
Our Server Administration Techs handles different issues that cause this error on a daily basis.
Today, let us discuss various methods to fix ‘Windows Error 0x80244010’ and restore Windows update subsystem functionality.
Windows Error 0x80244010 – Causes
After installing a new WSUS server, many Windows clients could not receive new updates, resulting in the error 0x80244010. This error is typical also for the devices that receive updates directly from Windows Update servers.
Major causes of Windows Error 0x80244010 includes:
-
Generic glitch
Generic glitch is quite common on Windows endpoint machines. Microsoft already has a selection of built-in repair strategies that are ready to deploy.
We can attempt to fix it by running the built-in Windows Update troubleshooter and by applying the fix that it recommends.
-
Corrupt File in the WU temp folders
Similarly, another scenario is a corrupt temp file in the SofwareDistribution or Catroot2folders. This may occur after a botched update or after an AV scan.
In this scenario, we can fix the issue by running a series of commands capable of resetting every WU component including the two temp folders.
-
The machine cannot update conventionally
Under certain circumstances, the WU component might not work automatically.
If the WU function is blocked at a system level, we can most likely fix the issue. Use the System Update Readiness tool to install the updates that are failing to install conventionally.
-
Disabled Detection Frequency policy
When the client exceeds the default number of allowed trips to the WSUS server, it encounters this issue on a Windows Server.
To fix this issue, we have to use the Local Group Policy editor to enable the Automatic Update detection policy and set a global updating interval.
-
System File Corruption
On the other hand, if the Windows Update troubleshooter isn’t able to fix the issue automatically, the affected system may have an underlying corruption issue that cannot resolve conventionally.
In this case, we can fix the issue by refreshing every Windows component with Clean install or Repair install (in-place repair).
First, to diagnose the problem, open the WindowsUpdate.log, which is located in %Windir% folder.
Make note of the error, “Exceeded max server round trips: 0x80244010″. It means that the maximum number of requests to the update server (WSUS) exceeds while scanning for updates.
This is also indicated by the Windows Update error code, according to the table (SUS_E_PT_EXCEEDED_MAX_SERVER_TRIPS).
The server disconnects a client that exceeds the maximum trip number. The trip limit in the Windows update receiving protocol is set as 200 trips by default.
Similarly, there is a limit on the maximum size of an XML file the client can download from the update server during a trip – 200 KB. The greater number of updates on the server, the larger the size of the downloading XML file.
If a client fails to obtain the necessary data in 200 trips, it disconnects from the server, resulting in error 0x80244010.
Let us now look into system file corruption in detail.
System File Corruption
There are dozens of reasons why Windows files or system files might get corrupt, but among the most common are:
-
Unstable network connection:
As a rule, this occurs due to the poor or unstable network connection to the WSUS server or if a client wants to receive too many updates.
The easiest way is to click the ‘Try Again’ button on a client several times in the Windows Update section of the Control Panel or run the command:
Once we start the search for updates, wait for 15 minutes for the previous cycle of update search to finish.
In most cases, this can solve the problem, but if there are a lot of clients in the network, this method is not acceptable.
-
Unsynchronized updates
We can synchronize the updates using the group policy, “Automatic Update detection frequency”. Go to, Computer Configuration -> Administrative Templates -> Windows Components -> Windows Update.
Automatic Update detection frequency specifies the number of hours that Windows will wait before checking for available updates. The exact wait time is found by using the number of hours specified minus a random value between 0 and 20 percent of that number.
For example, if this policy is used to specify a 20-hour detection frequency, then all computers with this policy will check for updates anywhere between 16 and 20 hours.
If the status is set as Enabled, Automatic Updates will check for available updates at specific intervals.
Similarly, If the status is set as Disabled or Not Configured, Automatic Updates will check for available updates at the default interval of 22 hours.
We can also remove the limit on the maximum XML file size that the client can download from the WSUS server.
To do it, run the following command in WSUSDB database:
If we do not want to change our WSUS database settings, clean up the WSUS server using the integrated Cleanup Wizard (Update Service console -> Options -> Server Cleanup Wizard -> all options -> Next). Then, remove old, not in use updates.
As a result, the Windows Update client will get less meta-information from the WSUS server, and the interaction will fit in 200 sessions of 200 KB each.
[Bobcares support techs rely on a systematic troubleshooting approach as much as we focus on the right tools for the job.]
Methods to troubleshoot Windows Error 0x80244010
Windows Error 0x80244010 and its solution involve various steps. Let’s have a detailed look into it:
-
Run the Windows Update troubleshooter
To launch the Windows Update troubleshooter on Windows 7 in order to fix the 80244010 error, follow the below steps:
- Press Windows key + R to open up a Run dialog box
- Type ‘control’ and press Enter to open up the classic Control Panel interface
- Once inside, use the search function in the top-right corner to search for ‘troubleshoot’
- Then, from the list of results, click on Troubleshooting to expand on the list of integrated troubleshooters
- In Troubleshoot computer problem screen, click on System and Security from the list of available options
- Click on ‘Windows Update’ under the ‘Windows category’
- After we successfully manage to open the troubleshooter, start by clicking on the Advanced button and checking the box along with Apply repairs automatically
- Once its done, click on Next to advance to the next menu.
- Wait for the initial scan to complete, then click on Apply this fix if the repair strategy is not done automatically.
- When prompted to restart, do so and see if the issue is resolved at the next system startup by attempting to use the Windows Update feature again.
-
Reset WU components
- Press Windows key + R to open up a Run dialog box
- Type ‘cmd‘ inside the text box and press ‘Ctrl + Shift + Enter’ to open up a Command Prompt
- In case you find the UAC (User Account Control), click Yes to grant admin access.
- Once inside, type the following commands and press ‘Enter’ after each one: net stop wuauserv net stop cryptSvc net stop bits net stop msiserver
- These successive commands will stop the Windows Update service, the MSI Installer, the Cryptographic service, and the BITS service.
- Run the following commands in the same CMD window and press Enter after each one to rename the two folders responsible for storing temporary WU files (SoftwareDistribution and Catroot2): ren C:\Windows\SoftwareDistribution SoftwareDistribution.old ren C:\Windows\System32\catroot2 Catroot2.old
- Renaming these two folders will force the Windows Update component to create new folders and prevent any corrupt files from affecting the updating operations
- After the two folders rename, run these final commands in quick succession (press Enter after each one) to start the same services that we disabled at step 2: net start wuauserv net start cryptSvc net start bits net start msiserver
- Once the service restarts, repeat the action that was previously causing the Windows Update 80244010 error and see if the resolve it done.
-
Run the System Update Readiness Tool
- Visit the URL https://www.microsoft.com/en-us/download/details.aspx?id=20858 and download the latest version of the System Update Readiness Tool. Once it’s done, select the language and click the Download button for the latest version.
- Keep in mind that the download is quite large, so wait patiently.
- Once the download is complete, open the System Update Readiness Tool executable and wait for the initial scan to complete.
- We can see the utility downloading and installing the updates that were previously failing with the 80244010 error.
- After the operation is complete, restart your computer and see if the fix is done.
-
Enable the Detection Frequency policy
To set Automatic Update detection frequency, follow the steps given below:
- In the Group Policy Object Editor, expand Computer Configuration, expand Administrative Templates, expand Windows Components
- Then click ‘Windows Update’
- In the details pane, click Automatic Update detection frequency, click Enabled, and type the number of hours for the detection interval
- Click OK
- Refresh OS components
-
Clean install:
On one hand, this procedure is the easiest, but the disadvantage is that unless you back up your data, you will lose personal files. As opposed to a clean install, this procedure does not require compatible installation media.
-
Repair install (in-place upgrade):
Likewise, this procedure will require to use a compatible installation media. We will have to be technical, but the advantage is that the operation will only touch the Windows files. This means, all your personal files & settings will remain untouched.
If neither of the methods helps fix the update error, clear Windows Update temporary cache and try to search for updates several times.
-
Stop Windows Update service
- Click ‘Start’ and type for “services.msc”,
- In search results “services.msc” should show up. Open it,
- A new window will open containing all Windows services,
- Search for ‘Windows Update’
- Right-click on ‘Windows Update’ and click ‘Stop’.
-
Clear the Windows Update temporary cache folder
- Hold windows-key pressed and hit “R” key simultaneous,
- A small new window will appear,
- Type %windir%\SoftwareDistribution\DataStore in this new window and click OK,
- This will open Windows Explorer in the correct location,
- Delete all contents of this folder.
-
Start the Windows Update Service again
- Switch back to the windows Services,
- Locate Windows Update,
- Right-click on it and choose Start.
[Looking for assistance to fix windows errors? We are here for you!]
Conclusion
To conclude, WSUS Windows Error 0x80244010 can occurs due to several reasons including, generic glitch, corrupt file in the WU temp folders, system file corruption and so on. Today, we saw how our Support Engineers systematically troubleshoot the WSUS Windows Error 0x80244010.
0 Comments