cancel
Showing results for 
Search instead for 
Did you mean: 

Run operating system command after message processing

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

taken care by creating unix script and running on server sepratly.

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

operation system commands don't work on FTP

you need to find another way

Regards,

Michal Krawczyk