[SOLVED] Windows Server 2016 - unable to install features / run DISM

msssu

Member
Joined
Nov 4, 2022
Posts
20
Hi,

We have a system that is no longer able to install any features. From the logs it seems that a specific update is corrupt or missing and we are unable to manually install the update. We have tried SFC /scannow and DISM to no avail. DISM results in error 1734 'The array bounds are invalid' from any source attempted.

Logs in attachment.

Thank you in advance!
 

Attachments

Hello @msssu :-)

I've had a look at your cbs.log and can see that there are a number of missing package files.
I have found these for you and created a fix below.

Warning: this fix is specific to the user in this thread. No one else should follow these instructions as it may cause more harm than good. If you are after assistance, please start a thread of your own.


  1. Download SFCFix.exe (by niemiro) and save this to your Desktop.
  2. Download the file below, SFCFix.zip, and save this to your Desktop. Ensure that this file is named SFCFix.zip - do not rename it.
  3. Save any open documents and close all open windows.
  4. On your Desktop, you should see two files: SFCFix.exe and SFCFix.zip.
  5. Drag the file SFCFix.zip onto the file SFCFix.exe and release it.
  6. SFCFix will now process the script.
  7. Upon completion, a file should be created on your Desktop: SFCFix.txt.
  8. Attach this file into your next post for me to analyse please.


When done please run DISM and SFC/Scannow again and report on the results. If there are still errors please upload the new CBS Log.
 

Attachments

Hi philc43,

Thank you very much for your reply!

I have performed the steps above and while this did resolve the issue with DISM, which now completes correctly, we are still not able to install the Hyper-V feature which we require. SFC also did not report any issues that had to be repaired.
Please find the new CBS.log in attachment.
 

Attachments

What error messages do you get when trying to install the feature?
 
Have you tried using the DISM tool:

Code:
Dism /Online /Enable-Feature /All /FeatureName:Microsoft-Hyper-V

Also have you verified that the server is set to run Hyper V?

run systeminfo in a Command Prompt and see what the HyperV section tells you.
 
Hi philc43,

I have checked the above and you can see the results here:
1668068320011.png
1668068329341.png

CBS.log and DISM.log in attachment
 

Attachments

Have you checked the Components hive for your system?

Run ComponentsScanner​

This is a free tool developed here at Sysnative and can detect serveral Windows Update related corruptions in the registry.
  1. Download the latest version of ComponentsScanner from the below link. If you're not sure if you are using a 32-bit or 64-bit OS, follow the steps here to find out
  2. Double-click ComponentsScanner.exe and click Yes on the UAC (User Account Control) prompt which appears. ComponentsScanner is digitally signed by Sysnative Forums Software Ltd.
  3. Follow the on-screen instructions. If prompted to perform any repairs, press Y to agree.
  4. Once complete, a report will be saved to your desktop called ComponentsScanner.txt
  5. Please upload this into your next post.
 
Hi philc43,

Also tried while using Windows Update as download repo for component repair (GPedit):


1668091786384.png

Result was still the same error message.
Log in attachment as the resulting log was quite a bit longer, so hopefully some useful info in there.
 

Attachments

Actually I find that the dism log is not very helpful - the cbs log always has more information. I would post the latest cbs.log as well.
 
I apologize for being a bit impatient but is there any progress on this case?
I only ask because there is some urgency to this for us. I am very grateful for everything you guys do for the community ;)
 
Hi,

Would it be possible to get an update on this case? Even if it is just to let us know that someone is still actively reviewing or...
 
I am having some family health issues which are preventing me from spending time on these forums. I'll invite @x BlueRobot to have a look at your latest CBS log. Basically I think your system is missing or has corrupted the in-built files for adding new features. Hopefully more help is on the way.
 
Hi philc43,

No worries, there are more important things in life than IT ;) Thank you for inviting bluerobot and wish you and your family all the best!
 
Could you please open an elevated command prompt and enter the following command:

Rich (BB code):
DISM /Online /Get-Features

Please post the output in your next post.
 

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

Back
Top