Share via

Server 2012R2 Updates Fail - Code 80070246 Windows Update ran into a problem.

Ken Stice 1 Reputation point
2021-05-23T22:26:47.393+00:00

I'm at my wits end on this one. Could REALLY use some help.

RIG -

Dell Power Edge T110 II

16GB RAM

Two 256GB SSDs in RAID 1

ALL of the Server 2012 R2 Updates fail on this server. I keep getting the 80070246 error code.

All other updates work just fine. it's just the Server 2012 updates. I'm using the Windows Updates program from Control Panel to do the updates.

I've been working on this all day with no luck, and I need it fixed by tonight if at all possible. willing to do whatever you need me to do. I can produce all logs, just let me know what you need.

Thanks!

Ken

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

2 answers

Sort by: Most helpful
  1. Ken Stice 1 Reputation point
    2021-05-24T03:07:35.893+00:00

    I get the attached when running the DISM commands.

    98929-dism.txt

    and

    98993-download-error-v2.txt

    Was this answer helpful?


  2. Teemo Tang 11,581 Reputation points
    2021-05-24T02:01:29.16+00:00

    Hi Ken,

    Please refer to the following article to repair missing or corrupted system files by System File Checker tool and DISM.exe /Online /Cleanup-image /Restorehealth
    Use the System File Checker tool to repair missing or corrupted system files (microsoft.com)
    https://support.microsoft.com/en-us/topic/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system-files-79aa86cb-ca52-166a-92a3-966e85d4094e

    Next, Reset Windows update components manually:

    Right click on the start button and select Powershell (admin) or Command Prompt (admin)
    Write the next hit enter after each line.

    net stop wuauserv
    net stop cryptSvc
    net stop bits
    net stop msiserver
    Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
    Ren C:\Windows\System32\catroot2 Catroot2.old
    net start wuauserv
    net start cryptSvc
    net start bits
    net start msiserver

    After completed, restart computer and check for updates again.

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

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    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.

    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.