question

BilalKhan-7668 avatar image
0 Votes"
BilalKhan-7668 asked josemarques-9414 commented

DSIM Error 0x800f081f Windows server 2016

Try these 3 ways but fail

1) C:\Windows\system32>DISM.exe /Online /Cleanup-image /Restorehealth

2)C:\Windows\system32>sfc /scannow

3)D:\sources>Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:D:\Sources\Install.wim:1 /limitaccess

Please advise Thanks in advance

windows-server-2016windows-server-management
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@BilalKhan-7668
Hi,

Just checking in to see if the information provided was helpful.

If the reply helped you, please remember to mark it as an answer.
If no, please reply and tell us the current situation in order to provide further help.

0 Votes 0 ·

Hello @BilalKhan-7668

The best approach is to identify the missing payload(s). For this, open the latest CBS.log file from %systemroot%\logs\CBS and look for entry: "payload corrupt" without the quotes.

The command may fail to find the payload if:

1) the source is missing exact file. For example: if payload XYZ.123_01.mum is part of KB12345 and this KB is not included in the Install.wim used as source.

2) If using a another machine in your network:
a) same as above, machine may lack of XYZ.123_01.mum in C:\windows\winsxs folder
b) device is not accessible (no permission to access administrative C$ share)

3) If using WU as source:
a) payload missing in WU/Catalog
b) network connectivity issues (firewall, blocked port, etc)

Feel free to share the CBS log in case of difficulty identifying cause of error: 0x800f081f

Regards,

Juan Sobrado

0 Votes 0 ·
DSPatrick avatar image
0 Votes"
DSPatrick answered BilalKhan-7668 commented

Something may be problematic with the source being used. Might try
dism /online /cleanup-image /restorehealth

this will source the repair files from microsoft via internet.

--please don't forget to upvote and Accept as answer if the reply is helpful--



· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Already did the same but didnt work

C:\Windows\system32>DISM.exe /Online /Cleanup-image /Restorehealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.0

Image Version: 10.0.14393.0

[==========================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

0 Votes 0 ·
DSPatrick avatar image
0 Votes"
DSPatrick answered

Some things to try.
- the manual steps here https://docs.microsoft.com/en-us/windows/deployment/update/windows-update-resources#how-do-i-reset-windows-update-components
- a repair install by running setup.exe from the root of install media

but time may be better spent standing up a new one, patch fully, migrate roles over and move on.

--please don't forget to upvote and Accept as answer if the reply is helpful--









5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Docs-4663 avatar image
0 Votes"
Docs-4663 answered

Please connect the iso on D:

1) Open administrative command prompt (ACP) and type or copy and paste:
2) sfc /scannow
3) dism /online /cleanup-image /scanhealth
4) dism /online /cleanup-image /restorehealth
5) sfc /scannow
6) dism /get-wiminfo /wimfile:D:\sources\install.esd
7) dism /get-wiminfo /wimfile:D:\sources\install.wim
8) findstr /c:"[SR]" %windir%\Logs\CBS\CBS.log >"%userprofile%\Desktop\sfcdetails.txt"
9) copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"

10) When these have completed > right click on the top bar or title bar of the administrative command prompt box > left click on edit then select all > right click on the top bar again > left click on edit then copy > paste into the thread

11) Find the new text files on the desktop > post share links


.
.
.
.
.

Please remember to vote and to mark the replies as answers if they help.

On the bottom of each post there is:

Propose as answer = answered the question

On the left side of each post: Vote = a helpful post
.
.
.
.
.





5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

JennyFeng-MSFT avatar image
0 Votes"
JennyFeng-MSFT answered josemarques-9414 commented

@BilalKhan-7668
Hi,
This error code 0x800f081f can occur when an alternative installation source is specified and one of the following conditions is true:
The location that is specified by the path does not contain the files that are required to install the feature.
The user who tries to install the feature does not have at least READ access to the location and to the files.
The set of installation files is corrupted, incomplete, or invalid for the version of Windows that you are running.

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.

To fix the error, you will need Windows Installer .ISO:
Once you have mounted your Windows Installer .ISO, open up an elevated Command Prompt and depending upon whether you have install.esd or install.wim in the \Sources folder of your Windows setup disk, run one of the following commands:
Dism /Online /Cleanup-Image /RestoreHealth /Source:wim:E:\Sources\Install.wim:1 /limitaccess

Or another command is:

Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /limitaccess

Hope above information can help you.

============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

sua resposta é boa mas voce se esquece de explicar como montar Windows Installer .ISO porque não somos expert como vocês. Eu estou com este problema e o meu Windons 10 é novo e na hora do problema voces nos tratam como especialistas mas não somos

0 Votes 0 ·