cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter with out CC

Former Member
0 Kudos

Hi All,

I need to FTP a 20 MB csv file as_it_is without any translations. How can i do it without file content conversion.

1. If it is a XML file There is no problem.

2. I tried dummy interface(Like no objects in Repository), it is good for upto 6 MB.

Thank you

Ganges Leaves

Accepted Solutions (1)

Accepted Solutions (1)

former_member187587
Contributor
0 Kudos

Hi,

If you just need to pass the file using FTP protocol with no mappings etc. all you need is to create a FILE-FILE scenario without mappings.

The use of FTP follows the specification RFC 959 The use of FTPS follows the specification RFC 4217.

transport protocol on the file communication channel will be File Transfer Protocol (FTP).

fill the comm. channel parameters according to the specifications given by SAP

<a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm">File/FTP configuration</a>

If you have any other questions i'll be happy to assist.

Nimrod

Former Member
0 Kudos

Hi Nimrod Gisis

1. How does my DATA TYPE should look like?

2. Does it need any CC?

Thank you

Ganges Leaves

moorthy
Active Contributor
0 Kudos

Hi Ganges,

In File-XI-File scnearios, you need to have Sender File Communication Channel to pick the file and Receiver File Communication Channel to send the file.

You can create a Data Type something like this

<DataTypeFile>

<Row> ...</Row>

</DataTypeFile>

Also look into this Blog-

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp

Hope this helps,

Regards,

Moorthy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ganges,

There will be minimum amount of CC required if the file is not xml. Have a look at the weblog

/people/shabarish.vijayakumar/blog/2006/04/03/xi-in-the-role-of-a-ftp

Also, the size of the file to be picked up would depend more on the config of your XI system.

Regards

Vijaya