Hi Group,
When I am processing 48 MB File through XI I am getting Error.The same scenario working fine for small (5MB) size file.
My Input file Contains Header,Items,Trailer.In trailer it contains number of Items(the toal items) and total amount.
In my scenario I am throwing 2 exceptions to check the total number of items and other for sum.
When I am processing the large File in the development server its throwing exception that toal number does not Match and in quality server for the same
file its throwing exception that Sum does not match.
I Have checked the two fields in the trailer ,its matching correctly.
Is it because of File size I am getting this exceptions?
then How to identify in XI this is due to FIle Size?I mean how to capture System Error Instead of my exceptions.