I've deployed WSUS on Windows 2012 R2 server. After initial synchronization and approval/download of updates, computers installed all of them without issues except those two updates. Computers can download them from WSUS but they fail immediately after the installation process. I’ve tested it on a laptop with win10 pro OS and a virtual machine with win10 pro.
1709 fails with Error 0x80070032
1803 fails with Error 0xc1900130
In the Event Viewer on the client machines, I get Windows Error Reporting > Event Name: WindowsUpdateFailure3
Update Source and Proxy Server
Update Source: Sync from Microsoft Update
Products and Classifications
Products:
- Windows 10 Dynamic Update
- Windows 10
Classifications: Everything except drivers
Update Files and Languages
Update Files:
- Store update file locally on this server
- Download update file to this server only when updates are approved
WSUS version – 6.3.9600.18838, port 8530
Tried running manually (did not help):
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 Catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
Tried installing KB articles as per:
KB3159706 , KB3095113 – getting “This update is not applicable to your computer”
Tried all other suggestions from the same article, did not help, Server Cleanup Wizard, Re-Indexing the database…etc
Anyone have any suggestions what to try next or how to fix this? Thanks in advance!
User contributions licensed under CC BY-SA 3.0