Troubleshooting
Problem
Output truncated when Processing large XML input files
Symptom
Gentran Integration Suite 4321. When processing a SWIFT Settlement Credit File containing 18919 transactions, after translation completed they only received 6533 transactions in output. The issue was traced to a bug in the Translator Disk Caching when the input file size exceeds Large File Threshold. The translator attempts to find the largest index processed from a group and it does this step incorrectly. It processes all the keys from memory and checks their indices but it fails to reference the current group instance that isn't in memory or on disk. This leads to referencing the wrong location in memory going forward, which causes the incorrect output.
# size of input stream that triggers large file support
storage.LargeFileThreshold=15000000
In this situation, the input file was 18mb which was 3 mb greater than the Large File Threshold.
The issue occurs on all XML input files not just SWIFT messages.
Error MessageNo errors found. Output was truncated.
Log InLog in to view more of this document
Historical Number
NFX9401
Was this topic helpful?
Document Information
Modified date:
25 February 2019
UID
swg21555698