cancel
Showing results for 
Search instead for 
Did you mean: 

Processing file in chunks

Former Member
0 Kudos

I have a file structure like Header-Transaction Records(100K)-Trailer with Transaction Records of 100k.

I want to process the this file through file-xi-file scenario. I am using the "Recordsets per message"

(5000 records per each chunk)parameter in the sender file communicaiton channel to process in chunks. But I didn't observed anything differce in processing by XI. The file is processed same way as it before without any "Recordsets per message" parameter set. How can I monitor that this parameter is took into effect and the system performance is improved.

If I got to write a operating sytstem command/script to split , how to write it for the file structure that i am

talking abt above ??

thank

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey

I m assuming you are picking a flat file via Recordsets per messages(you can't pick XML file via recordsets per message).

Could you please check your FCC parameters,make sure you have given the Recordset structureIin File content conversion) as <yourRecordset>,1 and not as <yourRecordset>,*

Thanx

Aamir

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Palnati

This works for FCC and NFS else its not having any effect.

I replied your question in other thread.

Thanks

Gaurav