cancel
Showing results for 
Search instead for 
Did you mean: 

How to Execute teh Script

Former Member
0 Kudos

Hi,

My Requirement is I'm getting all teh files in the FTP server.(Running on UNIX). i want to do Rename of soem files. For that we have written a simple shell script that will rename accroding to business reqirements.

Now, I want to run that script through XI Adpater (Sender Communication Channel) .

So, what i have to specify in the RUN OS COMMAND Befoire mesage Processing :----


I have gone thru the SDN threads regarding this. Still i was in a confusion. and please give me a clear steps..

for executing teh Shell script at FTP server. what are the next steps i have to follow. . and in teh sender communication chnanel

level how can we specify the Script name.

Is it required to write a seperate script at XI server level. If it's required then what type logic we have to use.

Plesae suggest me. so that I can solve this issue.

Regards

jain

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Please refer Sap Note # 841704 (solution to last query)

Former Member
0 Kudos

The OS commands can be executed at XI server level. Please elaborate your requirement.

What is the triger for your interface?

Former Member
0 Kudos

put it as you do in the unix command prompt

e.g. user@system$ /bin/csh my_script arg_1 arg_2