cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Mail adapter.

vijay_b4
Active Contributor
0 Kudos

Hi,

I am getting the following error in Mail adapter, any ideas how to resolve it:

Transmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: Failed to call the endpoint  [null "null"]; nested exception caused by: java.io.IOException: server not responding OK to .; 552 5.3.4 Message size exceeds fixed maximum message size.


Thanks,

Vijay.

Accepted Solutions (0)

Answers (1)

Answers (1)

Harish
Active Contributor
0 Kudos

Hi Vijay,

can you please provide more details about your scenario? Are you getting the error in receiver mail adapter? Are you sending the attachment? does the mail exchange has any limit on the size of attachment and your attachment size is bigger than that?

regards,

Harish

Former Member
0 Kudos

Hello Vijay,

552 5.3.4 "Message size exceeds fixed maximum message size" seems to be a standard reply from SMTP server according to RFC4468 standard https://www.ietf.org/rfc/rfc4468.txt

Hence, the problem is not within PI. Try to increase the limit at receiver side, or reduce the message size outgoing from PI.

Best regards,
Vadym