Windows Server 2012 R2 Standard Update Issue

Selcuk CELIK 21 Reputation points
2021-09-27T13:07:30.017+00:00

Hello there

As seen in the attached picture, when I try to update the windows server on one of my virtual servers that I use in my business, I see that it constantly performs the same update, sometimes successful and sometimes fails. Although I did many programs and windows repair, I could not succeed. I would be glad if you would help me with this subject. Because every time the update process is completed and the installation process is over and the system restarts, the system gets back to its original state. I started to think that the system will crash in the future.
135611-ekran-al%C4%B1nt%C4%B1s%C4%B1.jpg135586-ekran-al%C4%B1nt%C4%B1s%C4%B1.jpg

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,178 questions
Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
967 questions
{count} votes

Accepted answer
  1. Rita Hu -MSFT 9,626 Reputation points
    2021-09-28T01:49:28.7+00:00

    @Selcuk CELIK
    Double-click on the update which failed to install and we could get the detail error information. Please share the error information on this forum. In addition, here is a screenshot in my environemnt for your reference:
    135648-1.png

    In addition, I found a refernece link for you.

    Please feel free to keep us in touch if there are any updates of the case.

    Thanks for your time.

    Regards,
    Rita


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Limitless Technology 39,376 Reputation points
    2021-09-27T20:00:24.233+00:00

    Hello @Selcuk CELIK

    This happens when a successful update is corrupt or the system fails to detect that has been installed. First, you should uninstall the update by going to Control Panel, and then open the Programs & Feature. Here click on Installed Updates to see the Windows Update history.

    Please try the next to rebuild the repository:
    From a CMD as Administrator run:

    taskkill /f /fi "SERVICES eq wuauserv" (Do this multiple times)  
    net stop cryptSvc  
    net stop bits  
    net stop msiserver  
    ren C:\Windows\SoftwareDistribution SoftwareDistribution.old  
    rmdir C:\Windows\SoftwareDistribution\DataStore  
    rmdir C:\Windows\SoftwareDistribution\Download  
    

    If that throws any error, you can try this alternative:

    Net Stop bits  
    Net Stop wuauserv  
    Net Stop appidsvc  
    Net Stop cryptsvc  
    Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak  
    Ren %systemroot%\system32\catroot2 catroot2.bak  
    Net Start bits  
    Net Start wuauserv  
    Net Start appidsvc  
    Net Start cryptsvc  
    

    After that, restart the client and retry the update.

    Hope this helps with your query,

    ----------------------------

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

    0 comments No comments

  2. Selcuk CELIK 21 Reputation points
    2021-09-28T05:20:44.823+00:00

    The error code it gave is available in the attachment.

    135734-ekran-al%C4%B1nt%C4%B1s%C4%B12.jpg