Windows Server 2016 Update and DISM Problems

Nije Bitno 1 Reputation point
2021-04-18T02:20:21.717+00:00

Hello guys, I am here once again to ask for your help.

The problem is Windows Server 2016 Update always gets stuck at 73% and after a long time(overnight) it just goes back to showing which updates are available without any error showing up.

Then when I try dism /online /cleanup-image /restorehealth it fails with an error

`Error: 14

Not enough storage is available to complete this operation.`

sfc /scannow did with success but problem still persits.

I attached few log files.

Any help is very much appreciated.

88757-dism.log88780-windowsupdate.log88758-cbs.log

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,558 questions
0 comments No comments
{count} votes

7 answers

Sort by: Most helpful
  1. Ajay Mahajan 6 Reputation points
    2021-04-18T02:47:31.21+00:00

    Hi @Nije Bitno , did you tried to run this command with locally mounted iso ? would recommend to run scan health as well via DISM.

    DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:mounteddriveletter:\Sources\Install.wim:1 /LimitAccess.

    someone already have had this issue before, so you might to check this if you have not checked it.

    https://social.technet.microsoft.com/Forums/en-US/ff09a75b-f116-4e8f-9cf5-d3883fbc6f10/repairwindowsimage-insufficient-storage-space-to-complete-this-operation?forum=ws2016

    I hope this helps.

    0 comments No comments

  2. Nije Bitno 1 Reputation point
    2021-04-18T03:01:48.467+00:00

    @Ajay Mahajan Thanks for the reply, I did run
    dism /online /cleanup-image /checkhealth
    dism /online /cleanup-image /scanhealth
    dism /online /cleanup-image /restorehealth

    In this order, I do not have an ISO, is there a way I can obtain ISO compatible with my version of Windows Server 2016


  3. Teemo Tang 11,436 Reputation points
    2021-04-19T02:11:29.09+00:00

    Debugging windows log is beyond scope of forums support so if further assistance were needed you could open a request ticket with Microsoft support.
    https://support.serviceshub.microsoft.com/supportforbusiness

    In fact, for Windows update problem, we usually reset Windows update components then check for updates again.
    https://learn.microsoft.com/en-us/windows/deployment/update/windows-update-resources

    Error: 14 Not enough storage is available to complete this operation means your C partition doesn’t have enough space for file update or repair, please release some space.

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

    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.


  4. Nije Bitno 1 Reputation point
    2021-04-19T07:18:18.017+00:00

    @Teemo Tang I just free'd up another 50gb and now it is 110gb in total free. Still same error occurs


  5. Docs 15,556 Reputation points
    2021-04-23T05:03:44.12+00:00

    The logs displayed:

    RestoreHealth (hr:0x8007000e)

    0x8007000e = out of memory
    Not enough memory resources are available to complete this operation.

    Total Detected Corruption: 185
    CBS Catalog Missing Packages in
    KB4103720
    KB4338822


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.