[SOLVED] WS2016 DISM error 1734 the array bounds are invalid.

Alexander123

Member
Joined
Apr 24, 2025
Posts
6
Hi, guys!

Windows Server 2016, There are some errors. Logs in attach. Could you please help?

Framework 4.7.2 is needed, that's why it started.
I disabled the framework component in the server manager.
Now when installing the framework it says that everything is fine, but after restarting, Windows doesn't detect it as installed.
The server manager doesn't work because the framework is missing.

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.

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

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.7426

[===========================95.0%======================= ]
Error: 1734

The array bounds are invalid.

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

Attachments

Hi @Alexander123,

Welcome to Sysnative Forums!

If you haven't already, please review the posting instructions here, and attach the requested log files. Without log files, our helpers will not be able to assist, and this will slow down fixing your machine.

If logs have been already been provided, our team of volunteers will analyse the provided log files to build a fix for your system. Please be aware that this may take several days from your initial post, due to the high volume of threads that we receive.


- Sysnative Windows Update Team
 
This command helped to restore framework 4.
DISM /online /Enable-Feature /FeatureName:"NetFx4"
If you tell me what else is wrong, I'll be glad to hear your comments. However, for now my problem is solved.
 
C:\WINDOWS\system32>DISM /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.7426

[===========================95.0%======================= ]
Error: 1734

The array bounds are invalid.

The error is still there.:(
 
Hello and welcome,

WARNING! The following fix is specific to the user's system in this thread only. No one else should follow these instructions, as it could damage your system.
  • Download
    myjIXnC.png
    SFCFix and move the executable to your desktop.
  • Download the attachment SFCFix.zip and save it on your desktop.
  • Save any work you have open, and close all programs.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
    1p8eDnI.gif
  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Attach that file to your next reply.
 

Attachments

Step 1:
Restart the machine.
Run the command sfc /scannow in an elevated commandprompt and report the result.
If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop.
Zip the copied file and attach the zipped cbs.log to your next reply.

Step 2:
Run the command Dism /Online /Cleanup-Image /RestoreHealth in an elevated commandprompt and report the result.
If it fails, copy the file C:\Windows\Logs\CBS\cbs.log to your desktop.
Zip the copied file and attach the zipped cbs.log to your next reply.
 
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.

C:\WINDOWS\system32>Dism /Online /Cleanup-Image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.7426

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

There are no errors. At least, nothing else bothers me for now. What can you tell me from the logs?
 

Attachments

Looks good.
Re-enable the framework component in the server manager.
Next, try to install Framework 4.7.2 and report the result.
 
Great and your welcome.
You may remove the tool SFCFix.exe and the log files used in this thread to cleanup.
Thread marked as solved.

Take care.
 

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

Back
Top