cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with large messages in PI 7.1 and using AAE

Former Member
0 Kudos

Hi All,

I have created a simple File To File scenario in PI 7.1. There are few messages which has size more than 100MB. Smaller are processing successfully. In order to process these big files , we are trying to split them.

Can anyone help me using message split option in AAE? In AAE, file has to send to application system directly bypassing IE(ABAP stack).

Please provide information on message size limitation in AAE.

Regards,

Soorya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear CBKLP9 ,

PI 7.1 is much better in terms of supporting voluminous messages :

Document links will surely help you in configuring the same :

1. http://wiki.sdn.sap.com/wiki/display/SI/AdvancedAdapterEngine-AdvantagesandDisadvantages

2. http://ecohub.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0a39881-80c0-2c10-509d-c8129b...

3. http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/700058f0-b1a1-2a10-39a8-ab2627b87...

As such, I don't think SAP has published any guide for message size limitiation for PI 7.1 .

````````````````````````````````````````````````````````````````````````````

Lets learn and grow together !!!

Regards ,

Former Member
0 Kudos

Hi Santosh,

thanks for the information. As such, with the new feature Message Split is not yet supported? Is the message split corresponding to adapter level or to integration level? In the adapter leve(in File adapter) we have feature to split the incoming

large file into smaller ones by providing the "Recordset per message". Apart from this, Is there any other message split option available to handle larger messages in AAE.

Regards,

soorya

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

AAE avoids processing of message withoout IE,it is not provind any option to split message.

records set message is the one option.

Regards,

Raj

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

trasfering 100mb messages at a time is really big problem,the option is to spilt the message is the one option,you can try uising JAVA Map or predefined option in File Adapter.

select option Recorde set per message in File Adapter,mention number here like 300 or..400..then check PI able to read the message or not?depends on your requirement you can change the value.

it will work fine i guess.

Regards,

Raj

former_member200962
Active Contributor
0 Kudos

The same technique of using Record Set Per Message may help you in splitting.