Adam Leinss
New member
- Nov 24, 2024
- 3
Seems like I'm close on this one.
I have a Windows Server 2019 not updating. CBS.log showed:
ERROR_SXS_ASSEMBLY_MISSING - KB5031361
So I tried adding KB5031361 by expanding it to a CAB and then adding it via DISM, however I get an error:
PS C:\Windows\system32> cd\
PS C:\> cd kb
PS C:\kb> DISM /Online /Add-Package /PackagePath:C:\kb\Windows10.0-KB5031361-x64.cab
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4974
Processing 1 of 1 - Adding package Multiple_Packages~~~~0.0.0.0
[== 5.0% ]
An error occurred - Error: 0x800f0982
2024-11-24 09:50:18, Error CBS Failed to stage execution package: Package_9417_for_KB5031361~31bf3856ad364e35~amd64~~10.0.1.9 [HRESULT = 0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_FOUND]
Then I ran:
dism /online /cleanup-image /restorehealth
Re-attempted KB5046615.
PSFX_E_INVALID_DELTA_COMBINATION - 2024-11-24 11:48:25, Info CBS Exec: Processing complete. Session: 31145623_4196231554, Package: Package_for_ServicingStack_6289~31bf3856ad364e35~amd64~~17763.6289.1.2, Identifier: KB5043126 [HRESULT = 0x800f0988 - PSFX_E_INVALID_DELTA_COMBINATION]
Ran SFCFix:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2024-11-24 10:59:52.438
Microsoft Windows Server 10 Build 17763 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2024-11-24 11:39:27.697
----------------------EOF-----------------------
Re-attempted KB5046615. Same issue. It appears to be missing the SSU from KB5043050, so I added that by expanding the MSU, but I get the same PSFX_E_INVALID_DELTA_COMBINATION error.
PS C:\kb> DISM /Online /Add-Package /PackagePath:C:\kb\ssu-17763.6289-x64.cab
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4974
Processing 1 of 1 - Adding package Package_for_ServicingStack_6289~31bf3856ad364e35~amd64~~17763.6289.1.2
[==========================100.0%==========================]
The operation completed successfully.
Just now I also ran sfc /scannow and re-ran KB5046615 and I get the same error. I also ran dism /online /cleanup-image /startcomponentcleanup and re-ran KB5046615 and I get the same PSFX_E_INVALID_DELTA_COMBINATION error.
I have a Windows Server 2019 not updating. CBS.log showed:
ERROR_SXS_ASSEMBLY_MISSING - KB5031361
So I tried adding KB5031361 by expanding it to a CAB and then adding it via DISM, however I get an error:
PS C:\Windows\system32> cd\
PS C:\> cd kb
PS C:\kb> DISM /Online /Add-Package /PackagePath:C:\kb\Windows10.0-KB5031361-x64.cab
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4974
Processing 1 of 1 - Adding package Multiple_Packages~~~~0.0.0.0
[== 5.0% ]
An error occurred - Error: 0x800f0982
2024-11-24 09:50:18, Error CBS Failed to stage execution package: Package_9417_for_KB5031361~31bf3856ad364e35~amd64~~10.0.1.9 [HRESULT = 0x800f0982 - PSFX_E_MATCHING_COMPONENT_NOT_FOUND]
Then I ran:
dism /online /cleanup-image /restorehealth
Re-attempted KB5046615.
Now I get:
PSFX_E_INVALID_DELTA_COMBINATION - 2024-11-24 11:48:25, Info CBS Exec: Processing complete. Session: 31145623_4196231554, Package: Package_for_ServicingStack_6289~31bf3856ad364e35~amd64~~17763.6289.1.2, Identifier: KB5043126 [HRESULT = 0x800f0988 - PSFX_E_INVALID_DELTA_COMBINATION]
Ran SFCFix:
SFCFix version 3.0.2.1 by niemiro.
Start time: 2024-11-24 10:59:52.438
Microsoft Windows Server 10 Build 17763 - amd64
Not using a script file.
AutoAnalysis::
SUMMARY: No corruptions were detected.
AutoAnalysis:: directive completed successfully.
Successfully processed all directives.
SFCFix version 3.0.2.1 by niemiro has completed.
Currently storing 0 datablocks.
Finish time: 2024-11-24 11:39:27.697
----------------------EOF-----------------------
Re-attempted KB5046615. Same issue. It appears to be missing the SSU from KB5043050, so I added that by expanding the MSU, but I get the same PSFX_E_INVALID_DELTA_COMBINATION error.
PS C:\kb> DISM /Online /Add-Package /PackagePath:C:\kb\ssu-17763.6289-x64.cab
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4974
Processing 1 of 1 - Adding package Package_for_ServicingStack_6289~31bf3856ad364e35~amd64~~17763.6289.1.2
[==========================100.0%==========================]
The operation completed successfully.
Just now I also ran sfc /scannow and re-ran KB5046615 and I get the same error. I also ran dism /online /cleanup-image /startcomponentcleanup and re-ran KB5046615 and I get the same PSFX_E_INVALID_DELTA_COMBINATION error.