cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Unix file sender scenario

Former Member
0 Kudos

Hi All,

My scenario is File(R/3 installed on UNIX OS) -> XI (installed on Unix OS) -> JDBC(MS SQL).

Is it possible to access the file location of R/3 system without using FTP? if yes, whats the path should i give?

"//ip address/file path" will not work. how to find the absolute path in case of Unix?

Please help me.

Thanks n Regards,

Rashmi

Accepted Solutions (0)

Answers (2)

Answers (2)

prateek
Active Contributor
0 Kudos

Mount the file path of R3 system. See tcode AL11.

Regards,

Prateek

santhosh_kumarv
Active Contributor
0 Kudos

>>Is it possible to access the file location of R/3 system without using FTP? if yes, whats the path should i give?

No.. It is not possible without the FTP. NFS can be used to pick the files for the Server where XI is hosted, so if the R3 and XI are hosted in the same OS u would be able to access the file using the NFS protocol. If not then you have to use the FTP connection.

>>how to find the absolute path in case of Unix?

Log on to the UNIX OS level file path using FTP client like [winscp|http://winscp.net/eng/index.php] to view the directory alignment in the OS level. Ask you basis for getting OS level access.

Thanks

SaNv...