[SOLVED] Windows Server 2016 Cumulative Updates Always Fail

KaleBuddy

Member
Joined
Apr 12, 2019
Posts
16
I've been running into issues with cumulative updates failing on my windows 2016 remote desktop server farm. So far the 2019-02, 2019-03, and now the 2019-04 KB4493470 CU are failing to apply from my WSUS server and from catalog.microsoft.com offline bundle.


I've already tied the following to save you time...
Any suggestions are welcome and I've attached the CBS logs if I should include anything else please let me know.


net stop wuauserv
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.old
net start wuauserv

DISM.exe /Online /Cleanup-Image /RestoreHealth
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:F:\sources\install.wim:1/LimitAccess
sfc /scannow


net stop wuauserv
net stop bits
Remove-Item –path c:\windows\SoftwareDistribution –recurse
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientId /f
reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v SusClientIDValidation /f
net start wuauserv
net start bits
 

Attachments

  • 1555103241563.png
    1555103241563.png
    205.9 KB · Views: 4
SFCFix version 3.0.1.0 by niemiro.
Start time: 2019-04-12 14:12:48.717
Microsoft Windows Server 10 Build 14393 - amd64
Not using a script file.




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




Successfully processed all directives.



Failed to generate a complete zip file. Upload aborted.


SFCFix version 3.0.1.0 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2019-04-12 14:20:36.168
----------------------EOF-----------------------
 
Hello!

The updates are failing due to the App Readiness service being disabled. Please re-enable the service via services.msc and everything should work again.
 

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

Back
Top