wsus connection error

g sanjay 1 Reputation point
2022-09-21T10:16:45.213+00:00

I am getting in wsus like: error :connection error in WSUS

Its asking for reset server node to try to connect to the server again

Please find the attached image

HOW to solve this issue
243464-image.png

Windows development | Internet Information Services
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Yurong Dai-MSFT 2,846 Reputation points Microsoft External Staff
    2022-09-22T03:20:56.3+00:00

    Hi @g sanjay ,

    The quickest solution to get Windows Update in WSUS working again is to restart the server. When the frequency went up, I was able to catch one of the instances and do some troubleshooting. Although I can't get into the console on the server, I see that the WSUS service reports fine. If I execute the "iisreset" command, everything starts working again. This helps resolve issues quickly.

    There are threads reporting similar issues. The main symptom is that the IIS worker process consumes more RAM than is available. The default limit is set to 1843200KB or 1.8GB. When the problem occurred, the IIS worker process was using more than 2GB of RAM. My server had more RAM available so the solution was to raise the amount of memory available to IIS. Steps as follows:

    1. Open IIS and select Application Pool.
    2. Right-click on the WsusPool and select Advanced Settings.
    3. Change the Private Memory Limit (KB) to a higher number that fits your server specifications or ‘0’, which means no limit, instead of the hard-coded 1843200.
    4. Go back under Application Pools, right-click on the WsusPool again and select "Recycle..."

    Maybe when you try restarting all the required services, the problem will get resolved.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.

    Best regards,
    Yurong Dai

    2 people found this answer helpful.

  2. Adam J. Marshall 10,356 Reputation points MVP
    2022-09-21T14:02:01.967+00:00

    Are you performing the proper WSUS maintenance including but not limited to running the Server Cleanup Wizard (SCW), declining superseded updates, running the SQL Indexing script, etc.?

    https://www.ajtek.ca/wsus/how-to-setup-manage-and-maintain-wsus-part-8-wsus-server-maintenance/

    1 person found this answer helpful.
    0 comments No comments

  3. Adam J. Marshall 10,356 Reputation points MVP
    2022-09-22T13:19:18.907+00:00
    1 person found this answer helpful.
    0 comments No comments

Your answer

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