Dism Restore Image Health fails with Error 1910

0

I am trying to restore online image health using Dism command, however I seem not to be successful. This error is persisting.

C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth /Source:G:\Sources\install.esd\Install.esd

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0


Error: 1910

The object exporter specified was not found.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:\WINDOWS\system32>

How do I resolve this error?

Please note I have already enable Remote Proceedure Call services.

Update 1:

Revised my commands (as suggested in comments) as shown below but still got the same error.

Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth /Source:esd:G:\Sources\install.esd

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0


Error: 1910

The object exporter specified was not found.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth /Source:G:\Sources\install.esd

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0


Error: 1910

The object exporter specified was not found.

The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log

C:\WINDOWS\system32>

I then extracted part of the error log, particularly where I noted many errors, see below:

2017-04-03 10:10:38, Warning               DISM   DISM Package Manager: PID=11096 TID=7996 CBS AddSource failed with HRESULT=0x80070776! - CDISMPackageManager::Internal_Finalize
2017-04-03 10:10:38, Info                  DISM   DISM Package Manager: PID=11096 TID=7996 CBS session options=0x40100! - CDISMPackageManager::Internal_Finalize
2017-04-03 10:10:38, Error                 DISM   DISM Package Manager: PID=11096 TID=7996 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80070776)
2017-04-03 10:10:38, Error                 DISM   DISM Package Manager: PID=11096 TID=7996 Failed processing package changes with session option CbsSessionOptionRepairStoreCorruption - CDISMPackageManager::RestoreHealth(hr:0x80070776)
2017-04-03 10:10:38, Error                 DISM   DISM Package Manager: PID=11096 TID=7996 Failed to restore the image health. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x80070776)
2017-04-03 10:10:38, Error                 DISM   DISM Package Manager: PID=11096 TID=7996 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070776)
2017-04-03 10:10:38, Info                  DISM   DISM Package Manager: PID=11096 TID=7996 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine

Update 2

I tried all suggestions in comments section without success.

Other things I did:

  • Since I thought .esd file was the culprit, I used command line to convert esd file to .wim and remounted.
  • File system checker found no intergrity violations
  • Chkdsk no problem

Update 3

As suggested in comments I have uploaded the dism error log after using wim:

Warning               DISM   DISM Package Manager: PID=9284 TID=14132 CBS AddSource failed with HRESULT=0x80070776! - CDISMPackageManager::Internal_Finalize

cbs error log:

Info                  CBS    Failed to GetFile from WIM sandbox process [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Error                 CBS    Failed to look for file Servicing\Packages\Microsoft-Windows-MediaCenter-Package-avcore~31bf3856ad364e35~amd64~en-US~6.3.9600.16384.mum in some alternate sources [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Info                  CBS    Failed to GetFile from WIM sandbox process [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Error                 CBS    Failed to look for file Servicing\Packages\update.mum in some alternate sources [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Info                  CBS    Repr: Not able to find replacement manifests for package Microsoft-Windows-MediaCenter-Package-avcore~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 from any local source
2017-04-04 10:44:58, Info                  CBS    Failed to GetFile from WIM sandbox process [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Error                 CBS    Failed to look for file Servicing\Packages\Microsoft-Windows-MediaCenter-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384.mum in some alternate sources [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Info                  CBS    Failed to GetFile from WIM sandbox process [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Error                 CBS    Failed to look for file Servicing\Packages\update.mum in some alternate sources [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2017-04-04 10:44:58, Info                  CBS    Repr: Not able to find replacement manifests for package Microsoft-Windows-MediaCenter-Package~31bf3856ad364e35~amd64~en-US~6.3.9600.16384 from any local source
2017-04-04 10:44:58, Info                  CBS    ASSERT: Assertion failed in onecore\base\cbs\util\inc\CbsArray.h(535)
Index out of bound.
2017-04-04 10:44:58, Info                  CBS    Failed to FinalizeEx using worker session [HRESULT = 0x800706be]
2017-04-04 11:11:00, Info                  CBS    Failed to unmarshall worker stream [HRESULT = 0x80070776 - ]
2017-04-04 11:11:00, Info                  CBS    Failed to unmarshall worker stream [HRESULT = 0x80070776]
2017-04-04 11:11:00, Info                  CBS    Failed to get worker process. [HRESULT = 0x80070776]
2017-04-04 11:11:00, Info                  CBS    Failed to create worker session. [HRESULT = 0x80070776]
2017-04-04 11:11:00, Info                  CBS    Failed to get worker session. [HRESULT = 0x80070776]
2017-04-04 11:11:00, Info                  CBS    Failed to unmarshall worker stream [HRESULT = 0x80070776 - ]
2017-04-04 11:11:00, Info                  CBS    Failed to unmarshall worker stream [HRESULT = 0x80070776]
2017-04-04 11:11:00, Info                  CBS    Failed to get worker process. [HRESULT = 0x80070776]
2017-04-04 11:11:00, Info                  CBS    Failed to create worker session. [HRESULT = 0x80070776]
2017-04-04 11:11:00, Info                  CBS    Failed to get worker session. [HRESULT = 0x80070776]

The problem still persists, is there any other workarounds to solve this issue?

command-line
dism
error-logging
asked on Super User Apr 2, 2017 by xavier_fakerat • edited Apr 27, 2017 by xavier_fakerat

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0