Start of change

Cannot send requests that contain large amounts of data

The IBM® Content Classification server returns an error when you send requests that contain large amounts of data.

Symptoms

When a request that contains a large amount of data is sent to the Content Classification server, the following error is returned:

Soap request length violation.

Causes

By default, the total size of all text and binary fields in a single request cannot exceed 50 MB.

Resolving the problem

To resolve this problem, you can increase the data size limit for requests.
Important: Increasing the data size limit can affect system resources and performance. Ensure that you increase the value only as much as needed to send your requests to the server.
  1. In the Management Console, click File > Edit Global Properties > Advanced and click Set System Variable.
  2. Specify the parameter name BanterServer/MaxDataSizeM and specify the maximum data size in megabytes.

The data size limit is enforced by the following API operations:

End of change