ManagedDism icon indicating copy to clipboard operation
ManagedDism copied to clipboard

Windows Server 2016 as host and Win 10 Image with August or later patch

Open SymbioticKilla opened this issue 3 years ago • 3 comments

Host: Windows Server 2016 ADK: tested with integrated and ADK Image: Win10 Image with August patch or later

Somehow Win10 Images with August patch or later do not work on Windows Server 2016. With July and earlier is everything fine. Do you have any clues? Thank you!

Log:

2021-12-15 13:28:53, Warning               DISM   DISM Provider Store: PID=12276 TID=17068 Failed to load the provider: SomeUserPath\AppData\Local\Temp\54C29D8B-E99F-4CC5-9FFE-BA958D148119\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
2021-12-15 13:28:56, Error                 DISM   DISM Package Manager: PID=12276 TID=17068 Failed to create offline session from servicing stack at SomePath\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.19041.1220_none_7e21bc567c7ed16b. - CDISMPackageManager::CreateCbsSession(hr:0x80004001)
2021-12-15 13:28:56, Error                 DISM   DISM Package Manager: PID=12276 TID=17068 Failed to create CBS session - CDISMPackageManager::RefreshInstanceAndLock(hr:0x80004001)
2021-12-15 13:28:56, Error                 DISM   DISM Package Manager: PID=12276 TID=17068 Failed doing internal initialization - CDISMPackageManager::Initialize(hr:0x80004001)
2021-12-15 13:28:56, Warning               DISM   DISM Provider Store: PID=12276 TID=17068 Failed to call Initialize method on IDismServicingProvider Interface - CDISMProviderStore::Internal_LoadProvider(hr:0x80004001)
2021-12-15 13:28:56, Warning               DISM   DISM Provider Store: PID=12276 TID=17068 Failed to load the provider: SomeUserPath\AppData\Local\Temp\54C29D8B-E99F-4CC5-9FFE-BA958D148119\CbsProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x80004001)
2021-12-15 13:28:56, Error                 DISM   DISM Provider Store: PID=9164 TID=5132 Failed to get the provider DISM Package Manager from the remote provider store. - CProxyProviderStore::GetProvider(hr:0x80004001)
2021-12-15 13:28:56, Error                 DISM   API: PID=9164 TID=5132 Failed to CBS provider - CGetFeaturesCommandObject::InternalExecute(hr:0x80004001)
2021-12-15 13:28:56, Error                 DISM   API: PID=9164 TID=5132 InternalExecute failed - CBaseCommandObject::Execute(hr:0x80004001)
2021-12-15 13:28:56, Error                 DISM   API: PID=9164 TID=20924 CGetFeaturesCommandObject internal execution failed - DismGetFeaturesInternal(hr:0x80004001)
2021-12-15 13:28:57, Warning               DISM   DISM Provider Store: PID=12276 TID=17068 Failed to retrieve the Provider Instance. - CDISMProviderStore::Internal_GetProvider(hr:0x80004005)
2021-12-15 13:28:57, Error                 DISM   DISM Provider Store: PID=9164 TID=5132 Failed to get the provider DISM Package Manager from the remote provider store. - CProxyProviderStore::GetProvider(hr:0x80004005)
2021-12-15 13:28:57, Error                 DISM   API: PID=9164 TID=5132 Failed to get CBS provider - CGetPackagesCommandObject::InternalExecute(hr:0x80004005)
2021-12-15 13:28:57, Error                 DISM   API: PID=9164 TID=5132 InternalExecute failed - CBaseCommandObject::Execute(hr:0x80004005)
2021-12-15 13:28:57, Error                 DISM   API: PID=9164 TID=20924 CGetPackagesCommandObject internal execution failed - DismGetPackagesInternal(hr:0x80004005)

SymbioticKilla avatar Dec 15 '21 12:12 SymbioticKilla

@SymbioticKilla unfortunately I do not. I would imagine some new functionality shipped in dismapi.dll which isn't on your Windows Server 2016 machine. Are you able to try on a newer OS?

jeffkl avatar Jan 10 '22 17:01 jeffkl

@jeffkl Thank you for reply and happy new year! There are no problems with newer versions as hosts. For me it looks like there is some new stuff in images from august patch that are not compatible with server 2016 as a host.

SymbioticKilla avatar Jan 10 '22 18:01 SymbioticKilla

Probably related to this, and it's fixed with SSU-19041.1371 and later https://docs.microsoft.com/en-us/answers/questions/653748/offline-servicing-mecm.html

stdin82 avatar Mar 13 '22 09:03 stdin82