cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic file name from source to target without ESR objects

Former Member
0 Kudos

Hi All,

I am working on a scenario where in file needs to be transferred from source FTP to target without any mapping or change in file format.

I have craeted the ID objects, no ESR objects, kept the source and target interface as dummy, sender channel is file and receiver channel is seeburger HostFTP.

PI is picking up the file and placing it at the target successfully, but now the left part is that the file placed at target location should have the same name which it had at the source location.

As there are no ESR objects involved, not getting how to achieve this with the ID config.

Please provide your valuable inputs if we can actually implement this without ESR objects and how?

Regards,

Neetish

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member181985
Active Contributor
0 Kudos

You can try using Dynamic Configuration Bean in receive channel module configuration .Link: http://help.sap.com/saphelp_nw2004s/helpdata/en/45/da2239feb22e98e10000000a155369/content.htm

Enable ASMA in sender and receiver channels.

For details, check SAP note: 974481

former_member472138
Active Contributor
0 Kudos

You are suppose to get same filename if you give * in the file directory name with the ASMA.

However, use adapter module to acheive your file name you want follow this http://wiki.sdn.sap.com/wiki/display/Snippets/Dynamic+file+name+in+a+File+to+File+pass+through+scena...

Regards

Pothana

Former Member
0 Kudos

if source and target adapters are both file adapters

then we have to enable ASMA properties and what are required (file name , time stamp,......) in both communicattion channels .