cancel
Showing results for 
Search instead for 
Did you mean: 

Can Recordset Per Message Control the Number for Line Items in One Message?

Former Member
0 Kudos

Hi Experts,

I am reading a flat file with one header and many transactions using File Content Conversion, in my java mapping I am mapping generating IODCs for every transaction line and the same single header. The problem starts when I have to process thousands of transactions, the message will be in waiting status for ever.

How can I restrict the number of transactions for every message and at the same time still have the header which exist only once in the file but I use it for every transactions while mapping?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes. In file content conversion parameter list, you can specify number of recordset per message.

Liang

Former Member
0 Kudos

Hey

You can set some value to "Recordset per message" in the sender file communication channel.

Just give the number of recordsets you want to handle in a single message and you will have 1 header and multiple line items

Thanx

Aamir