[SOLVED] Server 2016 - Updates fail

mhulvey

Member
Joined
Mar 25, 2022
Posts
5
I have a 2016 server that fails on Windows updates. Running sfc finds corrupt files that cannot be fixed. DISM /RestoreHealth fails with error 14 - "Not enough storage to complete this operation" even though there is plenty of storage available.
 
Hi and welcome to Sysnative,

I will look into your problem.
Note: I'm currently in training so my posts will need to be approved by the Sysnative instructors.
 
Hi,

Step 1. Download
56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Reboot the computer and run the System File Checker.
  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, and press enter.
    Code:
    sfc /scannow
  • Wait for this to finish before you continue
  • Now copy and paste the following command into it, and press enter.
    Code:
    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
    This command will create cbs.txt on your Desktop. Zip this file and attach the zipped cbs.txt to your next post.
 

Attachments

This looks good, all corrupted files succesfully replaced. Were you also able to perform step 2?
 
I suspected so, I'll see the result when you were able to restart the server..
 
Running the SFCFix has taken care of the problem! Updates installed successfully. Thank you!!
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top