cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting messages in PI

Former Member
0 Kudos

Hi Experts,

We are facing one issue in PI. There is message transfer from R/3 system to a third party system (lets assume it to be TR3) through PI. Sending system is sending an IDOC, and PI is converting the IDOC into an XML file with <recordset> structure and sending it to TR3. Now after conversion it successfully passes through PI and third party middleware system. But there is another system in between the third party middleware system and TR3 which is another third party system and while passing through the gateway of middleware and thirdparty its showing "ERROR No delimiter found before end of record size of 9999 bytes".

According to them they cannot increase this size limit (even though the server has greater size) yet there is size restriction in the gateway.

So the only way seems to be splitting the record into smaller parts and sending it to the end user(TR3).

Kindly note that we are using JMS receiver adapter for sending the message. Hence please suggest a solution on this.

Regards

Souvik Bhattacharjee

Accepted Solutions (0)

Answers (1)

Answers (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

But there is another system in between the third party middleware system and TR3 which is another third party system and while passing through the gateway of middleware and thirdparty its showing "ERROR No delimiter found before end of record size of 9999 bytes".

Which action does it system does in the message, if think there is something wrong when you send the request to the server. you are ussing that system for a LookUp??