cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP Connection issue in PI 7.11

Former Member
0 Kudos

Hi Experts

I am working on a SFTP adapter as a sender CC, and given all credentials, However it says Authentification failure, (User ID & Password are correct), Do I need to install the cerificates,

Where should I install the Security certificates,

Thanks

PR

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks

naveen_chichili
Active Contributor
0 Kudos

Hi,

You need to install ssl/SSH certificates in tcode STRUST.The SFTP adapter stores these keys in the SAP

J2EE key store. The adapter requires at least 2 different views to be defined in the J2EE key Storage...

please refer to the below link which gives more information

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0e0117a-3167-2d10-d2ae-f87dfa5e0...

Regards,

naveen

Edited by: chichilin on Jul 26, 2011 1:51 AM

Former Member
0 Kudos

This issue has been resolved when we installed the SSH key.

Thanks

PR

Former Member
0 Kudos

Hi,

The certificates has to be deployed on NW Key Storage.

http://help.sap.com/saphelp_nw04/helpdata/en/e9/a1dd44d2c83c43afb5ec8a4292f3e0/frameset.htm

In case of SFTP, you may need to export your SSH private key to PKCS#12, then import the PKCS#12 key into the NetWeaver key storage using the Visual Admin tool. Please check with your SFTP vendor.

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Since you use SFTP, you have to install certificates in the java stack or abap stack.

Java Stack: go to NWA --> configuration management ->certiifcates and keys

Import certificate there.

Abap stack use Transaction code STRUST

Hope that helps