GE 4.3 Post Installation error
I just upgraded GE 4.2 to GE 4.3 and got an error during the post installation. When I got to the Configure Windows Features section, I immediately received an error "Dism Image Servicing Utility has stopped working"
/customer/servlet/servlet.FileDownload?file=00P6000000em19hEAA
After I closed the error, I got another error "The Geocortex Essentials Post Installation Application has encountered an error. The given key was not present in the dictionary."
With the following details:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Geocortex.Essentials.PostInstall.WindowsFeaturesPanel.PopulateFeatureInfos()
at Geocortex.Essentials.PostInstall.WindowsFeaturesPanel.<>c__DisplayClass6.<Setup>b__4()
I was still able to finish the Post Install and GE 4.3 opened successfully; however, I'm not sure what caused the errors and I'd like to make sure these errors aren't important before I update my production instance.
Anyone know exactly what this means? How can I fix this issue so I don't receive these errors in the future.
Thank you in advance!
Niki
-
Hi Niki,
"Dism" is a Windows utility that allows a program, like the Post Installer, to install Windows components. We use it to install/enable IIS features like ASP.NET and Windows Integrated Authentication.
From your error message it looks like Dism is failing when we execute this command:
dism.exe /English /NoRestart /Online /Get-FeatureInfo /FeatureName:IIS-WindowsAuthentication
You could try this yourself from an administrative command prompt.
I'm not sure what would cause Dism to fail.
Since you are doing an upgrade you will already have all the necessary IIS dependencies, so this error will not cause errors for the web applications.
--Ryan
0 -
Thank you Ryan. I'll followup with my Windows administrators.
0
Please sign in to leave a comment.
Comments
2 comments