cancel
Showing results for 
Search instead for 
Did you mean: 

multiple FTP server files for sender File adoptor

Former Member
0 Kudos

Hi,

we have a requirement to pick files from different FTP servers and send it as a proxy message to ECC.File structure format for both FTP server locations is same and I need to send as a same proxy message.

Please let me know how to achieve this. Thanks.

Regards,

Rajesh

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member10771
Active Participant
0 Kudos

Hi,

I did not get your requirement, But is it that you want to combine both the messages/files in PI which you receive and then send it via proxy to the target system.

former_member181985
Active Contributor
0 Kudos

define File channels each for one FTP server.

Now use concept "Defining Receiver-Dependent Sender Agreements"

check: [http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/content.htm|http://help.sap.com/saphelp_nw2004s/helpdata/en/b1/f29e7a56e18a439984a3c6630951d2/content.htm]

Note: Remove your previous sender agreement and define from scratch.

madhusudana_reddy2
Contributor
0 Kudos

Hi Rajesh,

Here you are having two FTP Server to pick the files so that you need to create below list of objects.

For two different FTP Server you need to create two different sender systems

2 sender File channels

2 sender agreements

2 receiver determinations

2 interface determinations(use single inbound interface in both interface determinations)

2 receiver agreement

If you want to use single sender then

2 sender File channels

2 sender agreements

2 receiver determinations

2 interface determinations(use single inbound interface in both interface determinations)

1 receiver agreement

thanks,

madhu