[SOLVED] DISM failing with Error: 1734 The array bounds are invalid.

LouDawg

New member
Joined
Jan 30, 2024
Posts
2
Hello,
I've seen similar post on the same issue. I'm hoping you can help me out as I'm not sure where to go next. Windows Server 2016 Standard.

I was having issues with backups (System State) and VSS Writers so I ran SFC/ Scannow with the following results.

Beginning system scan. This process will take some time.

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

Windows Resource Protection found corrupt files but was unable to fix some
of them. Details are included in the CBS.Log windir\Logs\CBS\CBS.log. For
example C:\Windows\Logs\CBS\CBS.log. Note that logging is currently not
supported in offline servicing scenarios.

Afterwards I ran:

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

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

The component store is repairable.
The operation completed successfully.

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

The array bounds are invalid.

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


More info:
Initially the /Restorehealth command was failing complaining about the Source. So I ran the following command using downloaded ISO and also Dell OEM disk. both times command failed re: source.

dism /online /cleanup-image /restorehealth /source:WIM:e:\sources\install.wim:1 /limitaccess

It was suggested I run a disk check. I did, errors were found and fixed. Now the /Restorehealth command returns the Error: 1734 The array bounds are invalid.
Any help you greatly be appreciated.

Attached are the 3 log files you requested.
 

Attachments

Hi and welcome to Sysnative,

Step 1. Download
6530fbb0f4101-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.
650c22f99662d-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

Maxstar,

Thanks you for your fine work!! After Applying the fix and Running the DISM with the /RestoreHealth option, it ran to completion.

Problem Resolved!! BTW, would you like the log file for any reason?

Thanks Again!!

LouDawg
 
Hi,

You're welcome. If there are no remaining issues, there's no need to attach a new copy of the CBS log.
 

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

Back
Top