cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Run OS command

Former Member
0 Likes
1,553

hi,

  I need to run unix script before file comming into PI .Script will do some convertion and place file in respective dir .Later Sender channel will convert that file(non xml format to XML) and post file into target.

  we need to select run os command for this ,however  my question was  where to write unix script and what to mention at  runoscommand under sender file channel. Please suggest.

Regards,

aman

View Entire Topic
somil_gulati
Explorer
0 Likes


Hi Aman,

You can write the script in any file and place it in any folder on your SAP PI server and you can call it via the OS command box from the sender channel.

Thanks

Somil

Former Member
0 Likes

so we can write unix script in PI server . PI is running on unix server. do i need to write code under NWA or unix server and call from os command. can u give me unix code for  how to call and execute
( need to place under os command) thanks.