cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict messages in RFC adapter or in source/sending (SAP R/3) system

Former Member
0 Kudos

Hi All,

I have SAP R/3 to web service scenario via XI (RFC to SOAP). In that scenario RFC caries the attachments, some time the attachments size is more than 5mb. Due to that java stack of XI becomes unresponsive. Due to that SMQ2 gets filled up with the entries and other scenarios are also severely effecting.

Is there any way to restrict the message, if itu2019s size is more than 5mb in RFC adapter of XI or can we stop the processing/sending of such a messages in source system itself (SAP R/3).

I welcome all your suggestions.

Thanks & Regards,

Venu V

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

Better to restrict the message in Source system itself.

Former Member
0 Kudos

Thanks, Could you please suggest me the way?

Answers (1)

Answers (1)

former_member181985
Active Contributor
0 Kudos

>In that scenario RFC caries the attachments

RFC doesnt support attachements.

Can you explain clearly

Former Member
0 Kudos

Hi Praveen,

The attachments to the tickets in source system. The RFC caries that data, once that data size is more than 5mb then it affecting the server.

I am getting following errors

u201Ccom.sap.aii.af.ra.ms.api.DeliveryException: Could not create Message from TransportMessage. Reason: com.sap.aii.af.ra.ms.api.MessagingException: com.sap.aii.af.ra.ms.api.MessagingException: Could not parse XMBMessage due to Read timeout. The client has disconnected or a synchronization error has occurred. Read [45434] bytes. Expected [101981].u201D

u201CJCO_COMMUNICATION_FAILURE

Error opening an RFC connection

"COMMUNICATION FAILURE" during JCo call. Error opening an RFC connectionu201D

Thanks & Regards,

Venu V