cancel
Showing results for 
Search instead for 
Did you mean: 

Large Files Processing

Former Member
0 Kudos

We have a situation where we need to send 10 * 50MB files using single FTP adapter almost at the same time. There is no mapping involved and no content conversion either. Its just an ftp from Point A to Point B where we are appending all these 10 segments on the target side before Target B application takes over control.

J2EE engine is crashing and we are looking for a solution to send these huge files using ftp.

We have standard JVM settings on AIX ( XI Server ) and anyone can provide some hints how to proceed to handle big files.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

Check this blog for huge file processing

/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover

regards,

Ramesh P

Former Member
0 Kudos

>

> Check this blog for huge file processing

> https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/

> 5904

Looked at this weblog. As per the Author does compression makes 110MB file to 1.5 MB?. I mean to one hundredth ?

Former Member
0 Kudos

I am not sure..whether this might increase the performance... but worth a try

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Former Member
0 Kudos

Guru,

our scenario is eaxctly like this but still server crashes. Our scenario is exactly moving several large files same time from Point A to Point B. There is no mapping,bpm,content conversion involved.. we are using Binary mode.