[SOLVED] Windows Update Works, Dism error

strokov

Contributor
Joined
May 3, 2023
Posts
68
Hi,
I have a Windows 2019 Server and it has a problem with the DISM
Windows Update is working,

Code:
C:\Windows\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations.

C:\Windows\system32>Dism /Online /Cleanup-Image /scanhealth

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.4737

[==========================100.0%==========================] The component store is repairable.
The operation completed successfully.

C:\Windows\system32>Dism /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.4737

[==========================100.0%==========================]
Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.

The DISM log file can be found at C:\Windows\Logs\DISM\dism.log

C:\Windows\system32>

I had this problem before, a reapplied the fixes from the posts in:
[SOLVED] - Windows 2019 Error Installation KB5026362

the componentscanner found a between inconsistency WinSxs and CompomentsHive
 

Attachments

Content sfcfix:

SFCFix version 3.0.2.1 by niemiro.
Start time: 2023-09-05 13:35:48.172
Microsoft Windows Server 10 Build 17763 - amd64
Not using a script file.




AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.




Successfully processed all directives.
SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 312 datablocks.
Finish time: 2023-09-05 13:58:44.021
----------------------EOF-----------------------
 
ComponentsScanner Version 1.5.1.0 by sysnative.com
Windows Version: Windows Server 2019 Standard x64 (10.0.17763.4737)
Start time: 2023-09-05T13:03:32
Hive scanned: %windir%\System32\config\COMPONENTS
Number of keys: 206583
Number of values: 643383

==== Critical Errors ====
None

==== Corrupt Key Names ====
None

==== Corrupt Value Names ====
None

==== Corrupt Value Data Type ====
None

==== Corrupt Value Data ====
None

==== Repair Log ====
No possible repairs

==== Warnings ====

== Corrupt Files ==
C:\Windows\winsxs\Catalogs\78fa7f89c8796596704bd7894d2d5061213ddfee5d790cad077a00e8bcfc3b30.cat (Expected SHA256: 78fa7f89c8796596704bd7894d2d5061213ddfee5d790cad077a00e8bcfc3b30.
Actual SHA256: c586f0887c6c70c2cc9df0571dd27159262cf7c4b555028ec4c9e17f2a994da0



Storing 0KB in _AppData\Local\Sysnative\ComponentsScanner

Finish Time: 2023-09-05T13:10:46. Corruption scan time: 417,7632678s
===========================EOF===========================
 
I tried to remove it by hand, but the system keeps it 'in use'
I thought maybe if the file is gone dism would rebuild it
 
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. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi, Hoi ;).

I ran the command
Code:
C:\Windows\system32>DISM /online /cleanup-image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.17763.3406

Image Version: 10.0.17763.4737

[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.

C:\Windows\system32>

Dank je wel!
 
Hallo (Hi),

Graag gedaan, you're welcome....;)

Are there any remaining issues or is everything up and running again?
 

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

Back
Top