DSIM Error 0x800f081f Windows server 2016

Bilal Khan 101 Reputation points
2021-06-17T20:48:23.367+00:00

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 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,436 questions
Windows Server Management
Windows Server Management
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Management: The act or process of organizing, handling, directing or controlling something.
428 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Anonymous
    2021-06-17T20:53:17.49+00:00

    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 person found this answer helpful.

  2. Anonymous
    2021-06-17T21:07:52.543+00:00

    Some things to try.

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

    0 comments No comments

  3. Docs 15,491 Reputation points
    2021-06-17T22:57:48.12+00:00

    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
    .
    .
    .
    .
    .

    0 comments No comments

  4. Jenny Feng 14,101 Reputation points
    2021-06-18T02:26:10.51+00:00

    @Bilal Khan
    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