Configuration registry database corrupted

sc2111

New member
Joined
Apr 17, 2023
Posts
1
Hello
I'm having an issue with installing updates on server 2019
The error I'm receiving is

Log Name: Setup
Source: Microsoft-Windows-WUSA
Date: 17/04/2023 11:39:27
Event ID: 3
Task Category: None
Level: Error
Keywords:
User: domain\user.root
Computer: server.domain.com
Description:
Windows update "Update for Windows (KB5022511)" could not be installed because of error 2147943409 "The configuration registry database is corrupt." (Command line: ""C:\Windows\system32\wusa.exe" "C:\temp\windows10.0-kb5022511-x64_19dcbf71169b01c6337e5f6b98b937156d6a7a70.msu" ")


I cannot install any update neither via windows update nor manually, downloading the update from update catalog.
I went through all the usual KB related to update issue as below

Use DISM to repair Windows Update issues

On the affected computer, open an administrative Command Prompt window.
At the command prompt, run each of the following commands, in order. Each command may require several minutes to complete.
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /restorehealth

Did not solve

dism /online /cleanup-image /restorehealth /source:d:\sources\install.vim /limitaccess
Did not solve

sfc /scannow
Did not solve




Manually reset the Windows Update or installation components

Open an administrative Command Prompt window.
Stop the BITS, Cryptographic, MSI Installer, and Windows Update services. To do this, enter the following commands:
net stop wuauserv
net stop cryptsvc
net stop bits
net stop msiserver
Rename the SoftwareDistribution folder and the Catroot2 folder. To do this, enter the following commands:
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
Restart the BITS, Cryptographic, MSI Installer, and Windows Update services. To do this, enter the following commands:
net start wuauserv
net start cryptsvc
net start bits
net start msiserver

Did not solve
 

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

Back
Top