Problem
During inbound polling, the adapter fails to poll large-size files and generates an out of memory exception error.
Solution
If you split an event file by size, ensure that the SplitCriteria property contains a valid chunk value. A non-negative integer is considered as a valid chunk. If the value in the SplitCriteria property is not configured, the whole file is processed as a single business object and can throw exceptions with large-size files. When you specify the split size value, the file is processed in split sized chunks resulting in a successful poll. For more information about the splitting of files, see Splitting files.
Problem
When retrieving content for large-size files during the retrieve operation, the adapter generates an out of memory exception error.
Solution
If an out of memory exception error is generated, it indicates that the machine configuration does not support processing of large-size files. For more information about the retrieve operation, see Supported operations.