VERIFIED SOLUTION i
Windows 2003 (64bit)
6.7.4 (64 bit)
IIS 6
Note: Issue is not specific to sagent version. It is related to IIS cache settings which are by default very low.
6.7.4 (64 bit)
IIS 6
Note: Issue is not specific to sagent version. It is related to IIS cache settings which are by default very low.
Error

Root Cause
Content-Length header specifies an amount of data that is larger than the value of the AspMaxRequestEntityAllowed property in the IIS metabase.Issue is not with Sagent product settings.
Issue is with IIS configuration settings.
[Resolution Steps]
- Go to below location C:\Inetpub\AdminScripts
- Get the default value set for cscript adsutil.vbs get w3svc/ASPMaxRequestEntityAllowed
- If default value is (204800 i.e.: 200KB), Set new higher value using command cscript adsutil.vbs set w3svc/AspMaxRequestEntityAllowed 104857600
- Run iisreset /restart to restart the web services
UPDATED:
April 10, 2017