Here I am processing a flat file that convert to EDI then queing on TN.
First I am doing split large file (Example : If I have 10 MB flat file this file will split into 10 files each 1 MB ) Then mapping will convert the Flatfile to EDI format here then we queing this files to TN (Using tn.receive)…
Here my question is while queing up the file Is there any chance to increase the performance ., for me this taking long time to process.
I appretiate your Suggestion and solutions … I am sure I will get good one !