error 1734 the array bounds are invalid

HectorDZJ

Member
Joined
Jun 30, 2023
Posts
5
I am having a problem trying to add features to a windows server 2016 installation getting error: The request to list features available on the specified server failed. Error: 0x800f0805 The specific package is not valid Windows package.

While trying to repair the setup I get the below:

C:\Users\Administrador.SERVIDOR>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

I've tried following steps from Error 0x800f0805 when Server Manager and DISM fail to list the available features - Windows Server and other support docs but so far no luck, I am attaching the logs hoping they provide further insight
 

Attachments

Hi and welcome to Sysnative,

Step 1. Download
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.
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

Hello,

Thank you for your response, I have executed the file and DISM now seems to complete without issues:

DISM /online /cleanup-image /RestoreHealth

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

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

however, even after attempting to restart I conitnue to get the error: The request to list features available on the specified server failed. Error: 0x800f0805 The specific package is not valid Windows package. Even an sfc /scannow came out clean:

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.

I am attaching the logs for the script result as well as DISM and CBS, thank you for your support
 

Attachments

Hi,

Export CBS (Component Based Servicing) hive
  • Click on the Start button and type regedit
  • When you see regedit on the list, right-click on it and select Run as administrator.
  • When regedit opens, using the left pane, navigate to the following registry key and select it by clicking on it once.
    Code:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing
  • Once selected, click File > Export....
  • Change the Save as type: to Registry Hive Files (*.*).

    622dbef75cd3a-Export-CBS-hive.png

  • Name this file ComponentBasedServicing (with no file extension) and save it to your Desktop.
  • Right-click on the saved file and choose Send > Compressed (zipped) Folder.
  • Attach the .ZIP file to your next post.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 

Attachments

Hi,

Your CBS hive is only 136kB and badly damaged, the following subkeys are completely missing: ComponentDetect, PackageDetect, UpdateDetect.

Do you have recent backups of the software hive, and/or other backups of this server?
 
Hi.

Then I would suggest to perform a repair install, especially when this issue exists for a long time on this server!
 

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

Back
Top