cancel
Showing results for 
Search instead for 
Did you mean: 

Run Operating Systems command.

Former Member
0 Kudos

Hi Experts,

Please provide information on Run Operating Systems commands for File adapter.

I have gone through t he below mentioned link already:

[http://help.sap.com/saphelp_nw04s/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm]

Also , please provide links for OS commands whch can be used for windows OS.

thanks,

Neha

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Dear Neha,

For clear understanding of how to use Run Operating System, i hope below link will provide you the information.

For unix commands, Refer the below link.

http://www.simotime.com/ftp4cmd1.htm

Former Member
0 Kudos

Hi,

Executing Unix shell script using Operating System Command in XI

XI/PI: Command line sample functions

thanks,

Mahdu

Edited by: Madhu on Jul 8, 2008 7:24 AM

Former Member
0 Kudos
Former Member
0 Kudos

Hi Neha,

pls do chk this linkfor windows OS commands

http://webtools.live2support.com/windows/

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapXIFileAdapterOSCommandLine+Feature

thanx

Sampath

Edited by: venkata sampath on Jul 8, 2008 7:20 AM

Former Member
0 Kudos

Hi Venkat,

Thanks for the input.

I followed the link mentioned below:

[https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/sapXIFileAdapterOSCommandLine+Feature]

and developed a scenario.

But the file is not getting created in the directory TestSource.

In the message dispaly tool;I cant see the message

"Connect to FTp server "%^$$"  , directory "/TestTarget

I ahve used the code as mentioneed in the link in the batch file.

dont know what I am missing out on.

Please help.

Neha

Former Member
0 Kudos

Hi Experts,

I used the below mentioned in my Batch File:

open <Ftp Domain>
<usrid>
<password>
cd /TestTarget
get TestData1.xml
cd /TestSource
put TestData1.xml
quit

when I execute the above mentioned code in the DOS command prompt, it works fine. the file is transferred to directory TestSource.

But when the same code is executed in the batch file.It does not work.

please help.

Regards,

neha

Former Member
0 Kudos

Hi,

Check this thread for more OS Command clarification:

Thanks.

Boopathi