Skip to Content
0
May 12, 2010 at 01:58 PM

Transfering big files

379 Views

Hi,

i would like to transfer really big files ( 500 megs and above ). This is a file to file transfer without any conversion (except code page). How can i do that with XI without having the whole data in XI which will for sure waste a lot of time and space in the database (log tables/msg tables)

The file is written from a BW process with a tempory filename, after the file is written it is renamed to a filename XI is looking for. XI should then trigger the file transfer without reading the content.

Any idea?