Unsolved
This post is more than 5 years old
3 Posts
0
17754
January 30th, 2012 22:00
Server Error in Application "DELLSYSTEMSESSENTIALS"
Hi All,
I just installed Dell OME onto a Windows 2008 R2 Service Pack 1 machine.
Install was sucessfull, using typical install, but when I launch the application from the "Essentials" shortcut i receive the following error:
Server Error in Application "DELLSYSTEMSESSENTIALS"
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data
for the page is invalid.
Actually what happens is:
1. the page for https://servername:2607/Web/Default.aspx opens and I get a certificate error.
2. i click "continue to this website"
3. the next page displayed is: Server Error in Application "DELLSYSTEMSESSENTIALS"
Error Summary
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data
for the page is invalid.
Has anyone see this before, and can provide advice to resolve the issue?
Thanks in Advance,
Ronnie
0 events found
No Events found!


DELL-Rob C
4 Apprentice
•
2.8K Posts
0
January 31st, 2012 09:00
Hi and thanks for the post.
Please review FAQ #1.3. It describes how to disable the xpress compression scheme.
OME is a 32bit app and Windows Server Update Services installs a shared 64bit compression method that is incompatible.
Zinc666
29 Posts
0
March 21st, 2012 10:00
For what it's worth the solutions in the FAQ aren't ideal as I'm sure WSUS would rather continue using the XPress compression scheme (it does install it after all). The alternative to target the compression to 64 bit apps doesn't work as it simply breaks IIS (BTW, the precondition directive is 'bitness64' rather than '64bitness').
The easiest solution I found was to source a 32bit version of the SUSCOMP.DLL file (install WSUS 3.0 SP2 on a test 32bit machine) and place a copy into %windir%\SysWOW64\inetsrv. Doing this will mean 32bit IIS apps will use that and 64bit IIS apps will use the 64bit version of SUSCOMP.DLL already present under %windir%\system32\inetsrv.
Hope this helps someone.
Downloadkid
20 Posts
0
June 29th, 2012 00:00
Zinc66 - worked for me chap - well done.
Jeepasaurus
1 Message
0
January 4th, 2013 14:00
Zinc666 - THANK YOU! That worked perfect!