Commerce Server Catalog Manager and SOAP Limits
If your customer has a lot of categories or products and when using the Catalog Manager to change the sequence you are getting the following error message (I got it today! :)):
"There was an exception running the extensions specified in the config file. Maximum request length exceeded."
Don't worry.
The request length can be modified by adding the following info to the catalog webservice System.Web configuration file:
<system.web>
<httpRuntime maxRequestLength="30270" />
</system.web>
[]'s
This posting is provided "AS IS" with no warranties, and confers no rights.