Share via

Servers failed to update

Antonio Rennvick Annoson 1 Reputation point
2023-03-15T06:06:36.3366667+00:00

We have a WSUS server only to update the servers. its using the WID as the database.

We have around 54 servers onboarded and few are not reporting at all even after so many reboots and gp updates.

Any way from last week I noticed the server which was updating earlier is throwing up an error "Error code 80244007"

I tried troubleshooting this from server side which is giving this error. tried almost all the solutions which I found online. but not luck. then this keeps happening on more servers.

looks like something wrong with WSUS. how can I troubleshoot this.

Windows for business | Windows Server | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Limitless Technology 45,241 Reputation points
    2023-03-15T15:52:53.4466667+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to WSUS.

    On Client computer Go to Registry HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate -> Find Target Group -> export it -> Then Delete it.

    On WSUS server please follow below steps.

    1. Open an elevated Command Prompt window, and then go to the following location:

    %programfiles%\Update Services\WebServices\ClientWebService

    1. Type the following commands, and press Enter after each command:

    takeown /f web.config

    icacls web.config /grant administrator:(F)

    notepad.exe web.config

    1. Locate the following line in web.config:

    <add key="maxInstalledPrerequisites" value="400"/>

    1. Change the value from 400 to 800.
    2. Reboot WSUS server.

    Reference :

    https://learn.microsoft.com/en-us/troubleshoot/mem/configmgr/update-management/error-80244007-when-wsus-client-scans-updates

    --If the reply is helpful, please Upvote and Accept as answer--

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.