Summary
When you attempt to send a document to Laserfiche from SharePoint, you may receive the following error message:
The Laserfiche Records Center is not properly configured for this request.
Cause
This error can occur when sending documents larger than 4 MB. By default, the Laserfiche Records Center integration web service has a 4 MB HTTP request size limit.
Workaround
Manually edit the web.config file for the Records Center integration to increase the httpRuntime element's maxRequestLength attribute.
To increase the maximum HTTP request limit for the Records Center SharePoint integration
<httpRuntime maxRequestLength="2097151" />