cancel
Showing results for 
Search instead for 
Did you mean: 

FTP SCENARIO

Former Member
0 Kudos

hi gurus..............

i would like to do FTP scenario, like file to jdbc.

what r the pre requisits?

if i dont have any file server , and how can get it?

is any free downloads that can install in my local machine and use it as FTP Server?

can anybody help me?

thanks in advance....

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kumar,

Download the ftp server from the below site.

http://www.goldenftpserver.com/

your pc will be treated as the ftp server.

Regards,

Jayasimha Jangam

Answers (9)

Answers (9)

Former Member
0 Kudos

hi gurus....

now i am able to confure the FTP server as mentioned in the blog "Along came a File Adapter, Mr. 'FTP' and Rest of the Gang By Shabarish Vijayakumar", it is working fine.

but now i want to work on FTPS configuration. is it sufficieant to work?, if it is so, how can i proceed with this existing one for FTPS ?, or else anything is required..?

please help me regarding this.....

thanks,

Kumar

Former Member
0 Kudos

thank you all gurus..............

i got the ftp server.

hope u all will help me in future..

thanks a lot..

Kumar

Former Member
0 Kudos

Hi,

If you dont have FTP Server and you want to place the file on XI Server's Directory(AL11) means,

1) goto SXDA_TOOLS Transaction code

2) Provide the Following details

Object Type : DXPROJECT

Program Type: BAPI

Program/Method: CREATE

3) Click on Copy Button

4) Select the Source as Presentation Server

a) Select the File where you saved in your Local machine

5) Select the Target as Application server

a) Check the check box Remote Server

b) Select the File type as Physical

c) In File name give /usr/sap/SSD/DVEBMGS00/work\Your file name (This the Server path

Where the file is going to save)

6) Click on Continue

Go to AL11 and check whether the File has been create in the following path //usr/sap/SSD/DVEBMGS00/work

Provide this path in the Communication channel path when you select the Transport Protocol as NFS and you place the file in AL11 directory.

Regards

Seshagiri

Former Member
0 Kudos

HI Kumar,

Apart from setting up the FTP or using NFS, you need to install the necessary drivers for the JDBC connectivity. As JDBC adapter doesnt work automatically like other Adapters, because it is Data Base specific. So you need to install necessary divers based on the Data Base you use.

see for the Data Base driver Installation files:

[WIKI|https://www.sdn.sap.com/irj/sdn/wiki]

and search for

SAP Notes collection for XI

you can find list of files that are necessary for importing the drivers in XI/PI server.

Best Regards

Praveen

former_member192295
Active Contributor
0 Kudos

Hi,

For FTP service we need to enable service in OS level, FTP. If you go for FTP we need to give below parameters extra like

Server Name, Port, User Name & Password

Below link will help you

Former Member
0 Kudos

hi kumar,

If you want to pick up the file from the local machine use transport protocol as NFS(network file shade)

regards

kummari

Former Member
0 Kudos

Hi,

Refer these links:

Regards,

Nithiyanandam

prateek
Active Contributor
0 Kudos

Instead of FTP, u may use NFS protocol of file adapter, and share any folder of XI server. Or u may use the windows FTP server functionality by adding Windows program.

Regards,

Prateek

santhosh_kumarv
Active Contributor
0 Kudos

Hi,

Refer this Blog..

By Shabarish Vijayakumar

Thanks

SaNv...