Known Issue: HTTP Error 500.10 on K2 system also running WSUS

  • 16 February 2021
  • 0 replies
  • 108 views

Userlevel 5
Badge +20
 

Known Issue: HTTP Error 500.19 on K2 Server Running WSUS

KB002214

PRODUCT
K2 blackpearl

 

Issue

An HTTP Error 500.19 - Internal Server Error occurs on servers on which K2 is installed that also has Windows Server Update Services (WSUS).

Image

 

 

Cause

The XPress compression schema module (suscomp.dll), which gets installed with WSUS, is defined globally and loads in every Application Pool. Because the K2 IIS application XML is compressed, IIS cannot read it with XPress active. 

Workaround

Remove the XPress compression by following these steps:

  1. Using Windows Explorer, go to %WINDIR%system32inetsrvconfig
  2. Create a backup copy of the applicationhost.config file and save it to a different location
  3. Open the active applicationhost.config in Notepad
  4. Search for the following entry:
    <scheme name="xpress" doStaticCompression="false" doDynamicCompression="true" dll="C:Windowssystem32inetsrvsuscomp.dll" staticCompressionLevel="10" dynamicCompressionLevel="0" />
    Image
    Once you have verified that XPress compression is active you can close Notepad
  5. Remove or disable the XPress compression schema from the configuration by using the following command:
    %windir%system32inetsrvappcmd.exe set config -section:system.webServer/httpCompression /-[name='xpress']
  6. Verify if the compression schema is removed from the applicationhost.config
  7. Restart IIS services

For more information about this error see https://blogs.msdn.microsoft.com/webtopics/2010/03/08/troubleshooting-http-500-19-errors-in-iis-7/

 

 

Windows Server Update Services (WSUS) still functions after disabling the XPress compression

 

 

 

 


0 replies

Be the first to reply!

Reply