cancel
Showing results for 
Search instead for 
Did you mean: 

Read application server files using PI File NFS

Former Member
0 Kudos

Hi All,

I have a requirement to read BI Application server files. How do we use PI file adapter NFS to read other system application server files provided all the systems are in the same landscape

Please let me know

thanks

Mike

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

I tried using FTP but did fail for port 21 -> no server port found

what would be the configuration parameters for the sender adapter for FTP in this case?

The user should have access to os level or something also?

Please let me know

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Enable NFS. Then simple. Use file adapter to pick a file from one system to another system. If you want to ftp a file then use message protocol as ftp in the file adapter to move the files. You can also create script for ftp commands and reference the script in the file communication channel. Also you can call os commands in the communication channel to move files.

Refer this link

http://wiki.sdn.sap.com/wiki/display/XI/SAPXIFileAdapterOSCommandLine+Feature

For configuration help ...

http://www.riyaz.net/blog/xipi-file-adapter-configuration/technology/sap/74/

http://help.sap.com/saphelp_nwpi71/helpdata/en/44/6830e67f2a6d12e10000000a1553f6/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm

Former Member
0 Kudos

Hi Michael,

Make those folders shared from PI Server with NFS mounts and then you can directly pick them using PI File Adapter. Else you can do FTP to BI server also.

Regards,

---Satish

Former Member
0 Kudos

Thanks for your replies.

Can you please elaborate the NFS mount to share the files between servers. I have to explain to BASIS this step.

Please elaborate the FTP option also. I don't prefer FTP since there is an issue with SFTP but will explore this also

Thanks

Mike

Former Member
0 Kudos

Hi Michael,

Ask them to share the folders on BI and get them mounted as NFS in PI. They will understand that.

Regards,

---Satish

Former Member
0 Kudos

Thx Satish.