[SOLVED] Windows Server 2012 R2 64-bit failed install KB4500180 & KB4505419

Gratiskeder

Well-known member
Joined
May 27, 2022
Posts
148
I'm trying to install updates KB4500180 & KB4505419 but it keeps failing.
I've have attached logs.

Trying to install with files downloaded from catalog.update.microsoft.com,
AMD64-en-sqlserver2014-kb4500180-x64_6881acb8525fda59bb5f5e7e2ebe1cd407a8c4df.exe
AMD64-en-sqlserver2014-kb4505419-x64_795aa2699e0e28dbc26dd6da5025838cb36dfc6e.exe

I hope you're able to help even tho it's SQL updates.
 

Attachments

Somehow solved this by reseting windows update components.. Like I haven't already tried that a 100 times, but nvm.

Code:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
 
(y)Well done and thanks for letting us know.
 

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

Back
Top