[SOLVED] Security Monthly Quality Rollup for Windows Server 2008 R2 errors with 8024200D for months

tsimmons

Member
Joined
Jul 9, 2019
Posts
10
Running Windows 2008 R2 x64, we have had several servers that won't install the Security Monthly Quality Rollups and error out with 0x8024200D; analyzing the CBS.log file it seems to error out at:

Code:
Exec: Failed to pre-stage package: Package_1833_for_KB4516065~31bf3856ad364e35~amd64~~6.1.1.7, file: MsSpellCheckingFacility.exe, source: \\?\C:\Windows\SoftwareDistribution\Download\4ece833896edee59d9ff8e99436d089a\amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.19080_none_5f665abeff759b05\MsSpellCheckingFacility.exe, sandbox: (null) [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
 

Attachments

The updated CBS.log file (after trying to install the update, that includes the mentioned error log message) can be found here.
 
I get a dialog box that states "The update is not applicable to your computer."

**Edit: Full OS specs are: Windows Server 2008 R2 Datacenter, Service Pack 1, 64-bit
 
Thanks.

Install Update with DISM

  1. Download this update and save to your desktop. The file name will be Windows6.1-KB4338818-x64.cab.zip.
  2. Right-click on this file and select Extract All... Click the Extract button. You can close the folder window that opens
  3. Click on the Start button and in the search box, type Command Prompt
  4. When you see Command Prompt on the list, right-click on it and select Run as administrator. Go ahead and allow if you receive the UAC prompt.
  5. Copy and paste the following command into the command prompt window and press enter.

    dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB4338818-x64.cab
  6. You should receive the message:
    The operation completed successfully.
    Restart Windows to complete this operation. <---You may not get this line.
    Do you want to restart the computer now (Y/N)? <---You may not get this line.

Go ahead and do so if prompted. Let me know what errors if any come up. If you do get errors, please zip/attach your CBS.log

Note: If you get the message that no packages that require processing were found, use the following command instead:

dism /online /add-package /packagepath:%userprofile%\desktop\Windows6.1-KB4338818-x64.cab\Windows6.1-KB4338818-x64.cab

If successful, retry the update that failed and attach CBS.log if it fails again.
 
Hallelujah!!! All security updates installed perfectly. Thank you so much!!! I have two other servers with the same issue, and seem to error out with the same MsSpellCheckingFacility file ... do you recommend I use the same procedure of do I need to create new threads for those other servers?
 
Roger that. If they have other issues, I'll open new threads. Thanks again for your help!
 

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

Back
Top