Limiting Output

To prevent the submission of processor intensive queries, SSC can optionally check that that the number of rows retrieved does not exceed the SSC default. See your System Administrator to find out the current default setting for your installation.

If you wish to use this feature, the <OutputLimit> element should be included in the input payload. If present, it refers to the maximum number of bytes written to the output payload. Once the character count is exceeded, the output payload is truncated.

For example, <OutputLimit>32768</OutputLimit>

Here, the maximum size of the output payload is set to 32,768 bytes (32Kb).

Note: To avoid the creation of incomplete records, processing stops at the current record where the limit is reached. No subsequent records are processed.