cancel
Showing results for 
Search instead for 
Did you mean: 

Mail attachment limitation.

Former Member

Hi,

Good Morning,

My scenario is I have to pick xyz.txt file from the FTP server and attach to the mail and send it to the recipient.

If thesize of file is lessthan 1.5 MB its attaching to mail and send to the receipient , If its more than 1.5 its not processing.It throws an exception as.

com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException: server not responding OK to 552 4.3.1 Message size exceeds fixed maximum message size

KIndly tell me how to proceed further.

"Points will be awarded"

Regards,

Jayasimha Jangam

Accepted Solutions (1)

Accepted Solutions (1)

former_member187563
Contributor
0 Kudos

hi,

According to me you can do two things.

1.You split your message in required no of parts and then transfer it,which is not very feasible idea.

2.you can zip/unzip your content to reduce your size.For that you have to use adapter module in your communication channel.

for that you can refer:

/people/stefan.grube/blog/2007/02/20/working-with-the-payloadzipbean-module-of-the-xi-adapter-framework

http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/frameset.htm

reward for useful answers.

regards,

ujjwal kumar

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hi chandra kanth. k

I am using Mail adapter. How can i insert that code in my adapter.