cancel
Showing results for 
Search instead for 
Did you mean: 

File Scenario with Dynamice Filename and Directory

manikandan_shanmugam3
Active Participant
0 Kudos

Hi All,

we have a requirement that PI has to pickup the file from 2 FTP Server.

First PI has to pickup an XML file from Server1 , this XML file has a details about the Filename and Directory of the second FTP server., then PI should login to the server2 and pickup the file form the directory.

Regards,

Mani


Accepted Solutions (0)

Answers (3)

Answers (3)

former_member190624
Active Contributor
0 Kudos

Hi Mani,

Can you try below approach ,

Read file 1 from Server 1 using sender file Communication channel and read 2nd filename and directory details and pass these values to UDF/Java mapping to log in to server 2 and retrieve the data/file2 ?

Thanks

Hari.

former_member184720
Active Contributor
0 Kudos

Hi Mani - May be you can try file lookup via UDF.

File Lookup in UDF - Process Integration - SCN Wiki

former_member181985
Active Contributor
0 Kudos

Hi Manikandan,

As far as I know, your requirement is not possible with standard features. You should write a custom adapter module to achieve your requirement

Regards,

Praveen Gujjeti