Known Issue:Upgrading K2 on a Windows Server 2012 R2 Fails

  • 16 February 2021
  • 0 replies
  • 3 views

Badge +2
 

Known Issue: Upgrading K2 on a Windows Server 2012 R2 Fails

KB002612

PRODUCT
K2 Cloud Update 4 to Update 5
K2 Five 5.0 to 5.1
K2 blackpearl 4.7

 

This article applies to K2 upgrades on Windows Server 2012 R2 that has had the Microsoft July 2018 security update applied. The fix is manual and not available in the Microsoft Update Catalog until approximately September 2018.

Issue

The K2 Setup Manager hangs when upgrading K2 on a Windows Server 2012 R2 that has the July 2018 Security Update applied to it.

 

 

Cause

The Microsoft July 2018 Security Update has a known issue that the W3SVC remains in a "stopping" state, but cannot fully stop or it cannot be restarted. Due to this, iisreset command occasionally does not work causing HTTPS calls to hang indefinitely.

Resolution

Microsoft has a fix available: Improvements and fixes - Windows 8.1 and Server 2012 R2. Currently you must install the fix manually as it is not available in the Microsoft Update Catalog until September 2018.

Use this PowerShell script to install the update, restart the server, then restart the K2 upgrade:

if ( (gcim Win32_OperatingSystem).Version -le [version]'10.0' -and (Get-HotFix).HotfixId -contains 'KB4338815')
{
                logline "Installing KB4345424 hotfix"
                😧;
                Get-Download "https://appitdownload.blob.core.windows.net/public/windows8.1-kb4345424-x64.msu"
                cmd /c start /wait wusa "$pwdwindows8.1-kb4345424-x64.msu" /quiet /log:D:kb4345424_install.log
                Test-RebootStatus -AcceptReboot
}

 


0 replies

Be the first to reply!

Reply