Server 2019 VMs Configuration Registry Database Is Corrupt

gordfalk

Member
Joined
Mar 17, 2021
Posts
6
I have 3 Server 2019 VMs that are failing to update. On one of them the SFCFix tool completes, text below. But on the other two it just hangs after giving the DISM Error 1009, The Configuration Registry Database Is Corrupt.

Log files and COMPONENTS file for all three servers are here.

Thanks in advance for your help.



SFCFix version 3.0.2.1 by niemiro.
Start time: 2021-03-17 15:29:40.740
Microsoft Windows Server 10 Build 17763 - amd64
Not using a script file.




AutoAnalysis::
WARNING: Failed to check store directories with return code 1 and error code ERROR_FILE_NOT_FOUND. COMPONENTS hive may be corrupt.


WARNING: Components hive failed load test and may be corrupt.


WARNING: Components hive failed final reload test with error code ERROR_BADDB and may be corrupt.


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




Successfully processed all directives.



Failed to process registry database in location 1.
Failed to load registry hive C:\Windows\System32\config\COMPONENTS into key HKEY_LOCAL_MACHINE\COMPONENTS with error code ERROR_BADDB.

Failed to process registry database in location 2 with error code ERROR_FILE_NOT_FOUND.
WARNING: Failed to process registry database in location 3 with error code ERROR_INVALID_HANDLE.
Failed to process registry database in location 4 with error code ERROR_INVALID_HANDLE.
Failed to process registry database in location 4 with error code ERROR_FILE_NOT_FOUND.
Failed to process registry database in location 4 with error code ERROR_FILE_NOT_FOUND.
Failed to process registry database in location 4 with error code ERROR_FILE_NOT_FOUND.


SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2021-03-17 15:30:31.101
----------------------EOF-----------------------
 
Hi Welcome to Sysnative,

Lets see if this get you going...

Replace Components Hive Manually

!!! WARNING !!! The following fix is only relevant for this system and no other, applying this fix on another computer will not work and most likely will cause problems...
  1. Download the correct components file to each server, make sure you don't mix them!
    BACKUPS.zip
    DC-2.zip
    EXCHANGE.zip
  2. Right-click on it and select Extract all.... Make sure the "Show extracted files when complete" is checked and click Extract.
  3. Now you have the COMPONENTS file that we will be using to replace your current one.
  4. Navigate to C:\Windows\System32\config
  5. Right-click on the current COMPONENTS file and select rename. Rename it to COMPONENTS.bad.
    Note: If you get an error that the file is in use, reboot your computer and then try again.
  6. Take the file from the Components folder on your desktop and paste it into C:\Windows\System32\config
 

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

Back
Top