2021-01 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4598243) Error 0x8007301

Robert Mumm 1 Reputation point
2021-01-27T00:18:49.613+00:00

This error is followed within hours with a automatic reboot, then into a repair process that takes often 40 minutes.

Server is current on all windows except listed above and all Dell updates including bios are current.

This issue is a recent issue and cannot be ignored as it often occurs during work hours with office stacked up with patients.

Windows for business | Windows Server | User experience | Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2021-01-27T01:47:09.517+00:00

    Did you mean? 0x80073701 = ERROR_SXS_ASSEMBLY_MISSING which means there are some system files are missing, which caused the update installation failure. You can try

    I wouldn't hold a lot of hope for this one, time may be better spent standing up a new one, patch it fully and migrate the roles or applications over to it.

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  2. Jenny Feng 14,246 Reputation points
    2021-01-27T02:58:48.717+00:00

    @Robert Mumm
    Hi,
    The error 0x80073701 may be caused by the missing system files.
    To resolve the issue please try the following
    Run the checksur.exe (System Update Readiness Tool) tool.
    Run System File Checker. From the command line run the command sfc /scannow.
    Examine the language packs installed on the system. Uninstall the unnecessary language packs.
    Fix Windows Update errors by using the DISM or System Update Readiness tool
    https://learn.microsoft.com/en-US/troubleshoot/windows-server/deployment/fix-windows-update-errors
    If that doesn't work, you need to check the CBS.log and remove the patches.

    Open the CBS.log, search the error_sxs_assembly_missing and check if there is any KB update related with it. Then reinstall it and run Windows update again to check whether the issue 0x80073701 is solved.
    If there is no error of the CBS.log, you should execute the following command.
    Dism /Online /Cleanup-Image /ScanHealth
    This command can check for component store corruption.

    Hope above information can help you.

    ============================================

    If the Answer 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

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.