WS2016 DISM error 1734 the array bounds are invalid

navacepeda

Member
Joined
May 20, 2022
Posts
21
Hi

my windows server 2016 Essential has the problem 1734 with DISM:
After doing this restore health: DISM.exe /online /Cleanup-image /restorehealth:

Error: 1734

Los límites de matriz no son válidos.

El archivo de registro de DISM se encuentra en C:\Windows\Logs\DISM\dism.log


Can you help me?

Attaching the DISM log in a ZIP file
 

Attachments

Hi and welcome to Sysnative,
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
618e949e09fef-CBS-Folder.png

  • Attach the file CBS.zip to your next reply.
 
Hi,

Follow these instructions to remove an update.
  • Open the Start menu of Windows and type the command CMD
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, then press enter.
Code:
wusa /uninstall /KB:4534271
  • Let me know if it says it was successful or if there are any errors, or you get the message: The update KB4534271 is not installed on this computer.
 
Download the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool and save it to your Desktop:

Download the 64 bit version: - Farbar Recovery Scan Tool Link
  • Open the startmenu and type the command cmd.
  • After you find the Command Prompt, right click on it and select Run as Administrator.
  • Copy and paste the following into the Command Prompt and press enter.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
Right-click on the file FRST64.exe and choose Run as administrator.
  • Copy and paste the following (code) into the Search box and click the Search Registry button.
Code:
KB4534271
  • When the scan is complete, a message will display that SearchReg.txt is saved in the same folder FRST was started from.
  • Post the logfile SearchReg.txt as attachment in your next reply.
 
Hi,

Step 1. Start the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool again.

Warning: This script was written specifically for this system. Do not run this script on another system.
  • Download the attachment fixlist.txt and save it to your desktop.
  • Right-click on FRST.exe and select "Run as administrator".
  • Press the Fix button.
  • If for some reason the tool needs a restart, please make sure you let the system restart normally.
  • When finished, a log called Fixlog.txt will appear in the same directory the tool is run from.
  • Post the logfile Fixlog.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

DISM performed well:

Microsoft Windows [Versión 10.0.14393]
(c) 2016 Microsoft Corporation. Todos los derechos reservados.

C:\Windows\system32>DISM /online /cleanup-image /RestoreHealth

Herramienta Administración y mantenimiento de imágenes de implementación
Versión: 10.0.14393.4169

Versión de imagen: 10.0.14393.4169

[==========================100.0%==========================] La operación de restauración finalizó correctamente.
La operación se completó correctamente.

C:\Windows\system32>
 
Great, are there any remaining issues or is everything up and running?
 
I'll hope that everything is up and running! Happy New Year and the best wishes for 2023! 🎇
 
Hi Maxstar Happy new year!

I just have problems with a service on the server VSS, and I really don't know how to come over. Should I open another thread?
 
Hi,

Happy New Year to you too!

Open an elevated command prompt and run the following commands one at a time. Attach "Services.txt" to your next post.
Code:
reg query "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VSS" /s >> "%userprofile%\desktop\services.txt"
sc query vss >> "%userprofile%\desktop\services.txt"
sc qc vss >> "%userprofile%\desktop\services.txt"
 
Hi,

Please run the following command in an elevated command prompt to see if the starttype of the VSS service can be changed?
Code:
sc config VSS start= demand
 
Hi Maxstar,

This is what I got:
Microsoft Windows [Versión 10.0.14393]
(c) 2016 Microsoft Corporation. Todos los derechos reservados.

C:\Windows\system32>sc config VSS start= demand
[SC] ChangeServiceConfig CORRECTO
 

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

Back
Top