cancel
Showing results for 
Search instead for 
Did you mean: 

FTP SERVER DOUBT

Former Member
0 Kudos

hi this is giri. i have one doubt. if my scenario is file to idoc.iam having legacy system, ftp server, xi server and sap r/3.now

1.how can i pull a specific file from legacy system to FTP server.

is there any doc means please farward it to me ....

thanks&regards

giri

Accepted Solutions (1)

Accepted Solutions (1)

former_member192343
Active Contributor
0 Kudos

you need to implement file to file scenario.

sender file adpater will take file from legasy system and send it to xi

ereciever file adpater will take file from XI and send it tp FTP server

Answers (5)

Answers (5)

Former Member
0 Kudos

doubt has been cleared

former_member192343
Active Contributor
0 Kudos

or if you very want file to be at FTP server you can use this scenario:

file from legacy to XI, and the from XI to FTP and to IDOC in parallel

former_member192343
Active Contributor
0 Kudos

Do u realy need ftp sever?

you can take file from legacy and send it to idoc.

Former Member
0 Kudos

hi giri,

how can i pull a specific file from legacy system to FTP server.

use File adapter to pull the doc and in file adapter use FTP as you are using FTP but not NFS.

please check the follwoing blog for the scenario

For any File -> XI -> IDoc scenario ref:

/people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping

Agency Numbers , you can use 'File name mask' feature .Check this link

/people/mickael.huchet/blog/2006/09/18/xipi-how-to-exclude-files-in-a-sender-file-adapter

Regards

Sreeram.G.reddy

Message was edited by:

Sreeram Reddy

Former Member
0 Kudos

hi sreeram exactly my doubt is

I WANT TO TREANSFER ONE FILE WHICH IS PRESENTED IN LEGACY SYS.THE FLOW IS LIKE THIS. LEGACY SYS--> FTP SERVER >XI SERVER->SAP R/3.HERE HOW TO PUT A FILE PRESENTER IN A LEGACY SYS TO FTP SERVER.

REGARDS

GIRI

Former Member
0 Kudos

giri,

please for fyi dont use captial letters it shows your shouting at some one in internet .

you can the legacy system to FTP the file to FTP Server or write OS level script in your file adapter use file processing option for OS level command then in OS level script write a copy command to copy the file from Legacy Sys-> to->FTP server from FTP server XI will poll the file .

pleasae place OS level script in the FTP Server where XI will poll for File.

Regards

Sreeram.G.Reddy

Former Member
0 Kudos

Hi Sesha,

for your this req only, i suggested you the above solution of mine - on your FTP server, just create a FTP utility .... in that FTP utility give commands for connecting to your legacy server and retriving files from it..... and call that utility in a batch file..

just do it and your this problem will be resolved.

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Hi Giri,

on your FTP server, just create a FTP utility .... in that FTP utility give commands for connecting to your legacy server and retriving files from it..... and call that utility in a batch file....schedule that batch file in the OS of your FTP server......then that batch file will transfer your source files from Legacy server to FTP server.......

Thanks,

Rajeev Gupta