Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase fails

Anonymous
2014-04-11T05:48:28+00:00

When I try to run the utility I get this error

C:\Windows\system32>DISM /Online /Cleanup-Image /StartComponentCleanup /ResetBase

Deployment Image Servicing and Management tool

Version: 6.3.9600.17031

Image Version: 6.3.9600.17031

[=============              23.8%                          ]

Error: 1726

The remote procedure call failed.

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

The cbs.log shows:

2014-04-11 13:26:32, Info                  CSI    0000000f Creating NT transaction (seq 2), objectname [6]"(null)"

2014-04-11 13:26:32, Info                  CSI    00000010 Created NT transaction (seq 2) result 0x00000000, handle @0x1508

2014-04-11 13:26:32, Info                  CSI    00000011 Unable to move file to pendingDeletes. Filename: [l:24{12}]"korwbrkr.lex". Path: [ml:240{120},l:238{119}]"\SystemRoot\WinSxS\amd64_microsoft-windows-w..eakerstemmer-korean_31bf3856ad364e35_7.0.9600.16384_none_ac35ed5a7114e9c8".

2014-04-11 13:26:33, Info                  CBS    Failed to FinalizeEx using worker session [HRESULT = 0x800706be]

The dism.log shows:

2014-04-11 13:26:33, Error                 DISM   DISM Package Manager: PID=1172 TID=5316 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x800706be)

2014-04-11 13:26:33, Error                 DISM   DISM Package Manager: PID=1172 TID=5316 Failed processing package changes - CDISMPackageManager::StartComponentCleanup(hr:0x800706be)

2014-04-11 13:26:33, Error                 DISM   DISM Package Manager: PID=1172 TID=5316 Failed to start component cleanup. - CPackageManagerCLIHandler::ProcessCmdLine_CleanupImage(hr:0x800706be)

2014-04-11 13:26:33, Error                 DISM   DISM Package Manager: PID=1172 TID=5316 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800706be)

2014-04-11 13:26:33, Info                  DISM   DISM Package Manager: PID=1172 TID=5316 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine

2014-04-11 13:26:33, Error                 DISM   DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800706BE

Different than the previous post by XuMiX, I don't know hot to fix this problem.

OS version: Windows 8.1 update 1 64-bit.

Office version: Office 2013 SP1 64-bit.

Windows for home | Previous Windows versions | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
{count} votes
Answer accepted by question author
  1. Anonymous
    2014-06-14T13:03:14+00:00

    成功解决啦,运行dism /online /Cleanup-Image /StartComponentCleanup /ResetBase之前,请停止Windows Search服务,再运行就OK啦。

    通过Unlocker工具查看C:\Windows\System32\korwbrkr.dll发现其被Windows Search服务进程锁定,推荐运行dism前停止Windows Search服务。

    6 people found this answer helpful.
    0 comments No comments

9 additional answers

Sort by: Most helpful
  1. Anonymous
    2014-04-11T06:22:29+00:00

    It doesn't help, though I 've already tried the following methods.

    Method 1:

    Check if the Remote Procedure Call (RPC) services are started.

    a. Press Windows Key + R, type services.msc, press ENTER.

    b. Search for service named Remote Procedure Call (RPC).

    c. You will find two services with the same name first one should be automatic and the second one which is Remote Procedure Call (RPC) locator should be manual.

    d. Check if it is started, if not right click on the service and click on Start.

    Method 2:

    From Start screen, open Command Prompt, and Run as administrator.

    Now, type the following commands. Press Enter after each command.

    DISM.exe /Online /Cleanup-image /Scanhealth

    DISM.exe /Online /Cleanup-image /Restorehealth

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2014-04-11T13:27:24+00:00

    Use Process explorer to find the process locking the file.

    In Process explorer click "find handle or dll" type your file korwbrkr.lex and kill processes the use it.

    0 comments No comments
  3. Anonymous
    2014-04-11T14:17:12+00:00

    Can't find it. I don't know why there is korwbrkr.lex. I use English version.

    0 comments No comments
  4. Anonymous
    2014-04-15T18:08:34+00:00

    I'm having an identical issue.

    And the cbs.log also shows

    2014-04-16 01:54:53, Info                  CSI    00000012 Creating NT transaction (seq 2), objectname [6]"(null)"

    2014-04-16 01:54:53, Info                  CSI    00000013 Created NT transaction (seq 2) result 0x00000000, handle @0x1620

    2014-04-16 01:54:53, Info                  CSI    00000014 Unable to move file to pendingDeletes. Filename: [l:24{12}]"korwbrkr.lex". Path: [ml:240{120},l:238{119}]"\SystemRoot\WinSxS\amd64_microsoft-windows-w..eakerstemmer-korean_31bf3856ad364e35_7.0.9600.16384_none_ac35ed5a7114e9c8".

    2014-04-16 01:54:54, Info                  CBS    Failed to FinalizeEx using worker session [HRESULT = 0x800706be]

    I'm using windows 8.1.1 64bit and office 2013 sp1 64bit.

    korwbrkr.lex seems like relating to Korean language, but I'm using English version and my non-Unicode program language is Chinese.

    0 comments No comments