cancel
Showing results for 
Search instead for 
Did you mean: 

Copy file from one directory to another in Receiver NFS channel

Former Member
0 Kudos

Hi,

I have a requirement where I need to copy the file which is placed by receiver NFS channel from that folder to another folder in same XI server (Network Share and not AL11 directory). This is a kind of archiving requirement which is not available in receiver communication channel. PI version used is 7.0

Could someone tell me the exact command to be used in the "OS Command line feature".

My server is running on Windows.

Regards,

Vikas

Accepted Solutions (0)

Answers (3)

Answers (3)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Could someone tell me the exact command to be used in the "OS Command line feature".

My server is running on Windows.

xcopy  c:\sourcedirectory\*   c:\targetdirectory

Where sourcedirectory is your current directory and targetdirectory is where you copy

former_member184720
Active Contributor
0 Kudos

Hi VIkas - Refer to the below link. I hope this is what you are looking for

http://wiki.sdn.sap.com/wiki/display/XI/SAP+XI+File+Adapter+OS+Command+Line+Feature

Regards,

Hareesh

rajasekhar_reddy14
Active Contributor
0 Kudos

Develop one interface with out ESR objects and configure sender/receiver channels to move file from one directory to other.

or

Use Unix script to move files from one directory to other and call script in receiver channel--Search in scn.

Former Member
0 Kudos

Hi Rajasekhar

Good Day!

Do you have any info or web site related to automatic stop and start communication channel while creating jobs in SAP PI 7.3

Very Urgent. Please help me regarding this. thanks.

Regards,

Hari Suseelan

former_member184720
Active Contributor
0 Kudos

Hi Seseelan,

Can you check the below blog? Hope it helps.

http://scn.sap.com/people/santhosh.kumarv/blog/2012/03/01/sap-pi-startstop-communication-channel-usi...

Regards,

Hareesh

Former Member
0 Kudos

Thanks Hareesh!