cancel
Showing results for 
Search instead for 
Did you mean: 

File to Mail Scenario

Former Member
0 Kudos

Hi All

I am configuring my scenario (File to Mail) which sends the image file through XI. I have done the settings as per the article

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6d967fbc-0a01-0010-4fb4-91c6d38c...

but

The file that is received in the mail as the attachment is coming as file1.jpg as the expected result. But when i open that jpg file it does not show the image.

Please help

Thanks

Vinod Sharma

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

This usually happens when the File Type is not Binary

Regards,

Prateek

Former Member
0 Kudos

Hi

Check with the file size that you are sending as an attachment.

Also please if possible verify the Transform.ContentDisposition elements as those are directly deal with the attributes of attachments.

Please confirm if you are getting any error in RWB about attachment.

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup

Does the file sent as the attachement have any restriction, but i am sending a normal size jpg file(72 KB).

I think rest of the things r in place as the file is received as jpg.

Thanks

Vinod

Former Member
0 Kudos

Hi,

There is no such direct restriction about it.

If the File type of sender and receiver end should be same as you have it.

File type should be used as binary in file adapter.

Probably 72 KB is big size comparing to data transfer as an attachments.

verify the size limit restrications. this may be one of the reason to loose the data.

Try to do save as the image file with xml format and if possible verify the xml file with the attachment in XI.

You can refer the below link also

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10dd67dd-a42b-2a10-2785-91c40ee5...

Thanks

Swarup