IBM Support

Unable to upload large files with IBM FileNet Open Client

Troubleshooting


Problem

Unable to upload the files that are larger than 30MB to IBM FileNet Libraries using IBM FileNet Open Client.

Symptom

When trying to upload files that are larger than 30MB to IBM FileNet libraries using IBM FileNet Open Client one of the following errors may occur,

Server Error

404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Server Error in Application "DEFAULT WEB SITE/FNOPENCLIENT"

Error Summary
HTTP Error 404.13 - Not Found
The request filtering module is configured to deny a request that exceeds the request content length.

Cause

The problem is that in IIS7, web application will reject any file that is larger than 30MB. This is a default limitation of IIS7. The value for maxAllowedContentLength property in the ApplicationHost.config file needs to be changed to a higher value.

Environment

Windows 2008

Resolving The Problem

To resolve this problem, follow these steps:

  1. On the Web Server open applicationhost.config located at %windir%\system32\inetsrv\config\applicationhost.config
  2. In the ApplicationHost.config file, locate the <requestLimits> node.
  3. Remove the maxAllowedContentLength property. Or, add a value that matches the size of the Content-Length header that the client sends as part of the request. By default, the value of the maxAllowedContentLength property is 30000000.
  4. For example, modify the following code.
  5. <requestLimits maxAllowedContentLength ="<length>"
  6. Save the ApplicationHost.config file.

[{"Product":{"code":"SS5USE","label":"FileNet IDM Desktop\/WEB Services\/Open Client"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"WEB Services","Platform":[{"code":"PF033","label":"Windows"}],"Version":"4.0.2","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
17 June 2018

UID

swg21450053