[SOLVED] KB5015143 & KB5014365 fails with error 0x80070643

Gratiskeder

Well-known member
Joined
May 27, 2022
Posts
148
KB5015143 & KB5014365 fails with error 0x80070643.

DISM and SFC can't repairl - DISM fails with error 0x800f081f.

SFCFix can't repait it either.
 

Attachments

Hi,

Step 1. Download
56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

Hi Maxstar,

Thanks for looking into this.

DISM is succesfull, but updates still fail with error 0x80070643

Code:
C:\Windows\system32>DISM /online /cleanup-image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.

Attached SFCFix.txt and CBS.log
 

Attachments

I will have get it approved first.
I'll let you know when it's rebooted and what the update says there
 
Change in plans.
I forgot that tomorrow is weekend. I will first be able to check on monday again. Sorry for the miscommunication
 
No problem, have a nice weekend. Hopefully the updates can be installed after a restart, this is because the latest CBS log did not show any errors anymore..
 
Same error 0x80070643, when trying to install.

I also downloaded the updates from Microsoft's update catalog and tried manually installing them. That gives me this error;
TITLE: SQL Server Setup failure.
------------------------------

SQL Server Setup has encountered the following error:

Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

Error code 0x84B10001.

For help, click: Microsoft – Cloud, Computers, Apps & Gaming

------------------------------
BUTTONS:

OK
------------------------------

Tried running a DISM & SFC again,
Code:
C:\Windows\system32>DISM /Online /Cleanup-Image /ScanHealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

[==========================100.0%==========================] The component store is repairable.
The operation completed successfully.

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

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

[==========================100.0%==========================]
Error: 0x800f081f

The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see http://go.microsoft.com/fwlink/?LinkId=243077.

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

C:\Windows\system32>sfc /scannow

Beginning system scan.  This process will take some time.

Beginning verification phase of system scan.
Verification 100% complete.

Windows Resource Protection did not find any integrity violations.
 

Attachments

Hi,

Do you have another server where this folder is present? If so, please make a copy of it and attach it to your next post.

Code:
C:\Windows\WinSxS\amd64_microsoft-windows-refs_31bf3856ad364e35_10.0.14393.206_none_e07abdafbaaf98cb
 
Great, here is the fix to restore this file on the problematic server.

Step 1.
Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the following DISM command and post the result. If it fails attach a new copy of the CBS log.
Code:
DISM /online /cleanup-image /RestoreHealth
 

Attachments

DISM is succesfull
Code:
C:\Windows\system32>DISM /online /cleanup-image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.

Updates still fail with same error
 
The CBS log is clean, what you could try is to disable the following services and then try to install the updates.

- SQL Server PolyBase Data Movement
- SQL Server PolyBase Engine
 
I can't seem to find those services.
Can they be called anything else, or be located somewhere else than services.msc?
 
Hmm, strange. Please run the following command to list all the services.

Code:
WMIC SERVICE GET caption, name, startmode, state > "%userprofile%\desktop\services.txt"
 

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

Back
Top