Skip to Content
0
Former Member
May 12, 2010 at 09:46 PM

Run operating system command after message processing

142 Views

Hello All,

I have file to file scenario. My Sender communication channel has NFS transport protocol where as receiver has FTP.

Now my requirement is : i want to store my receiver file at 3 different directories on FTP server.

My PI 7.0 is on Unix system.

In my receiver File adapter i am trying to give following configurations.

Target Directory : /TestTarget

File : Product.xml (here i am adding timestamp in my file name)

server, userid ans password etc as usual.

Run operating system command after message processing

cp %F /TestTarget1/f%

It is giving successful message in Message monitoring but m not able to see file in TestTarget1.

Still one more requirement, same file i need to keep in TestTarget2 directory also.

Can anybody help me in this issue?

Thanks,

Hetal