SFC and DISM commands as both are saying that I have a problems


  1. Posts : 71
    Windows 10 Home Premium v21H2 64bit OS Build 19044.1889
       #1

    SFC and DISM commands as both are saying that I have a problems


    I have been following the posts concerning SFC and DISM commands as both are saying that I have a problems. SFC is saying it is not able to fix the issues and DISM is saying it is unable to locate the source files. The logs have identified that there is something wrong with the 64 bit ODBC and the backup is corrupt as well. The entry is below.

    2017-06-23 21:35:28, Info CSI 00002850 [SR] Beginning Verify and Repair transaction
    2017-06-23 21:35:30, Info CSI 00002852 [SR] Cannot repair member file [l:30]'ODBC Data Sources (64-bit).lnk' of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ODBC-Administrator, version 10.0.14393.0, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
    2017-06-23 21:35:35, Info CSI 000028a0 [SR] Cannot repair member file [l:30]'ODBC Data Sources (64-bit).lnk' of Microsoft-Windows-Microsoft-Data-Access-Components-(MDAC)-ODBC-Administrator, version 10.0.14393.0, arch amd64, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch
    2017-06-23 21:35:35, Info CSI 000028a1 [SR] This component was referenced by [l:169]'Microsoft-Windows-Client-Features-Package-AutoMerged-enduser~31bf3856ad364e35~amd64~~10.0.14393.0.Microsoft-Windows-Client-Features-Package-AutoMerged-enduser-Deployment'
    2017-06-23 21:35:35, Info CSI 000028a4 [SR] Could not reproject corrupted file \??\C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\ODBC Data Sources (64-bit).lnk; source file in store is also corrupted
    2017-06-23 21:35:37, Info CSI 000028e8 [SR] Verify complete

    I have used Shawn's tutorial to download the ISO and have mounted it and is under the G drive. However the install file under Sources is an esd and there is no wim. I have used the esd command for the DISM and it gets to 80% and generates the source error message. I have gone through the 4 commands SFC/DISM/SFC/DISM in a row many times and I still have the problem.

    I am aware that the download via the Media Creation Tool must be the same version etc as the existing, but where does one look to check this?

    If the only option is a repair install as per Shawn's tutorial, I am wondering if this will work given the problems with DISM
      My Computer


  2. Posts : 251
    Windows 10 Pro
       #2

    You can type in winver from an administrator prompt to determine the version of your installed Windows system. Then, you can use

    dism /Get-WimInfo /WimFile:F:\sources\install.wim /index:1

    from an admin. prompt. F is the mounted volume for the ISO file. This should give you the
    version of the downloaded ISO.

    FYI, the previous problems with DISM appear to have been corrected in the latest build.
      My Computer


  3. Posts : 41,412
    windows 10 professional version 1607 build 14393.969 64 bit
       #3

    It's worth a shot. If you have files backed up you can do it any time. So far I have not seen any crashes with in place upgrade repair. They see either work or they don't.

    Find a flash drive that you can format.
    Create a bootable windows 10 iso: Download Windows 10
    You could also use a desktop virtual dvd but the bootable usb iso may come in handy in the future for any corruption issues on any windows 10 computer.
    Power on your computer.
    Open file explorer
    Insert the bootable windows 10 iso in any USB port.
    Open file explorer, click on this PC and look for the USB drive
    Click on the USB drive and look for a folder/file named setup or setup.exe
    Open this file
    When it launches do not click on install
    Instead look in the lower left for the repair install
    You can choose to allow updates or perform them later
    You can choose to save files and or save applications
    It will check for sufficient space
    It will reboot multiple times for the in place upgrade repair

    If it completes you should have the operating system corruption fixed
    This is a link with text and images for the in place upgrade repair:
    Repair Install Windows 10 with an In-place Upgrade Windows 10 Installation Upgrade Tutorials
      My Computer


  4. Posts : 42,734
    Win 10 Pro (22H2) (2nd PC is 22H2)
       #4

    Hi, please first verify your disk is ok. There may be a reason for the corruption. If yuor disk is failing there is no point continuing.

    Please download install and run Hard Disk Sentinel (trial) and post a screenshot of its GUI.

    If ok, you may find this helpful: (but note comments by @TexasBandit in #2 above)
    Windows 10 Recovery Tools - Bootable Rescue Disk - Windows 10 Forums
    Post #2

    Or you may wish to proceed to an in-place upgrade repair install as above - which keeps all programs and data, and most settings.

    N.B. If your current Windows version is the Creator's build, then you will return to the base Creator's build.
    But if your current build is the Anniversary build (14393) you will upgrade to the current Creator's build (15063).

    To check your build number:
    Windows key + R, winver
      My Computers


  5. Posts : 71
    Windows 10 Home Premium v21H2 64bit OS Build 19044.1889
    Thread Starter
       #5

    I have found the reason for the source error message. It is down to the Windows MCT, it downloads the latest software and ignores the installed version. I am running 64 bit Anniversary Update Home 14393 edition. MCT downloaded 64 bit Creators Update Professional 15063, so that is why it didn't want to know. Once I had the correct download, the source problem went away and DISM corrected the problems. I now have a clean sfcdetails log and working to clear remaining issues in the CBS log.

    Thank you for your responses.
      My Computer


  6. Posts : 41,412
    windows 10 professional version 1607 build 14393.969 64 bit
       #6

    Which version and build of Windows do you want?
    Anniversary 1607 or Creators 1703?

    So that we can see the computer environment:

    Open administrative command prompt and type or copy and paste:

    1) winver (in the pop up about windows > view your windows version and build > type this information into the thread)

    2) sfc /scannow

    3) dism /online /cleanup-image /checkhealth

    4) dism /online /cleanup-image /scanhealth

    5) dism /online /cleanup-image /restorehealth

    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 copy > paste into the thread

    You can post the CBS and DISM logs (using onedrive share links) and we can troubleshoot the error codes or you can perform an in place upgrade repair which will make it 1703.15063.413
      My Computer


  7. Posts : 71
    Windows 10 Home Premium v21H2 64bit OS Build 19044.1889
    Thread Starter
       #7

    Zbook. Thank you for your help. I have run the sfc and DISM commands using the downloaded 1607 ISO and everything now appears to be good- no errors in the logs.
      My Computer


  8. Posts : 41,412
    windows 10 professional version 1607 build 14393.969 64 bit
       #8

    Were you able to get a 1607 iso? How did you get it? If possible please post the images into the thread of the administrative command prompt commands and results. And please post the current windows version and build.
      My Computer


  9. Posts : 71
    Windows 10 Home Premium v21H2 64bit OS Build 19044.1889
    Thread Starter
       #9

    zbook. I used the information from here :-
    How to Download Creators Update ISO via MS w/o Media Creation Tool - Windows 10 Forums
    to download the version I wanted. As I use Firefox and not Edge or Internet Explorer, I thought I would try Method 2. When you arrive at the ISO options it is a bit hit and miss for a non professional trying to find the version that you want as all the info is in MS speak. I just tried all the options until I found what I needed. As I said, I downloaded what I wanted, mounted the file and ran the SFC and DISM commands and it worked without the "unable to source the files" problem. Most of the errors have now gone but I have one or two in the CBS that I need to address.
    The current windows version and build is as "My Computer" under Post Name.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 12:26.
Find Us




Windows 10 Forums