This message may be logged when a user attempts to import a large file. The OnBase Web Server logs this error when the Application Server's maxAllowedContentLength and maxRequestLength Web.config values are not large enough to accommodate the file's request size.
Note that the request size is larger than the file size. When a file is sent from the Web Server to the Application Server, the request size increases due to encoding. The increase amount varies depending on whether the Web Server is using SOAP to communicate with the Application Server. Requests sent using SOAP are larger than requests sent using remoting.
For more information about maxRequestLength and maxAllowedContentLength, see httpRuntime and maxAllowedContentLength.