Skip to main content

Posts

Showing posts from 2021

Unable to install July 2021 rollup patches on Windows 2012 R2 KB5004285 KB5004298

  I am having trouble installing the recent July rollup updates KB5004298 and KB5004285. Updates install fine but after reboot it rolls back. I have tried installing each one individually, used sfc/dism, cleaned up C:\Windows\Temp, cleaned and reset windows update, installed manually, installed direct from MS instead of WSUS, etc. CBS.log seems to give some relevant information but I have not been able to figure out where to go next. IF you are facing the same issue with installing updates please find the solution below. the error is caused by the July update. For that create the below 2 folder if they do not exist Basically, make sure these directories exist (even if they are empty) C:\Windows\System32\Macromed\Flash C:\Windows\SysWOW64\Macromed\Flash Hope it helps someone.

Vm backup failling with snapshot error (156)An error occurred while saving the snapshot: Failed to quiesce the virtual machine.

  Hi Everyone, I am here back with another issue. If anyone is getting error taking backup snapshot of a virtual machine and getting the below error. Vm backup failling with snapshot error (156)An error occurred while saving the snapshot: Failed to quiesce the virtual machine. Apr 28, 2021 2:22:55 AM - Critical bpbrm (pid=15849) from client XXXXX: FTL - vSphere_freeze: Snapshot task for virtual machine XXX-YYY (/vmmor/vm-341) failed, 0 retries remaining, error type: 263, error message: An error occurred while saving the snapshot: Failed to quiesce the virtual machine.. Apr 28, 2021 2:23:08 AM - Critical bpbrm (pid=15849) from client XXXX: FTL - vfm_freeze: method: VMware_v2, type: FIM, function: VMware_v2_freeze Apr 28, 2021 2:23:09 AM - Critical bpbrm (pid=15849) from client XXXXX: FTL -  Apr 28, 2021 2:23:09 AM - Critical bpbrm (pid=15849) from client XXXXXX: FTL - vfm_freeze: method: VMware_v2, type: FIM, function: VMware_v2_freeze Apr 28, 2021 2:23:09 AM - Critical bpbrm (pid=15849

Windows RDP “No Remote Desktop License Servers available” Error message fix

  On a Server 2008 and 2012 and 2016  RDS service that has been deployed and working for some time you begin to receive errors "The remote session was disconnected because there are no Remote Desktop License Server available" as shown below: If this is happening after the license grace period AND you already had a setup a license server, please try the below steps:.   1. Login to the server and open Registry by typing regedit.exe in Run or cmd prompt.(please note that this should be opened as Administrator. 2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod as shown in below window and select the GracePeriod Key. If the ‘GracePeriod’ key exists you will need to delete it.    3. You must take ownership and give admin users full control to be able to delete  GradePeriod  key.   -  Right Click on  GradePeriod  Key to take ownership of. -  On the  Edit menu , click  Permissions . -  Click  Advanced , and then click the  Owner  tab.

Fix Windows Activation failed due to Software Protection Service error code 0xc0000022

  With Windows Activation, the fun never ends! Recently when I was working on a windows 2016 server activation. Instead of activation of windows.  Instead, I got error code  0xc0000022 , and the perfectly valid built-in OEM key would not re-activate the same Windows on the same hardware – no matter what I did. It turns out the culprit was an ‘ access denied ‘ error in the  Software Protection  service… The error  0xc0000022  means that the  Software Protection Service  (SPS) wouldn’t start. If you’re having a similar activation error – especially with resetting an OEM version of Win 2016 on your server – then the first thing to do is verify that the SPS is the culprit. Check the SPS First, click  Start  (the windows logo button on the taskbar). Type:  services Click the  Services  app icon. Next, scroll down and find  Software Protection , and double-click it to view the settings: Make sure that  Startup type  is set to  Automatic (Delayed Start) . Then, click the  Start  button… If yo