cancel
Showing results for 
Search instead for 
Did you mean: 

Implementing SNC for RFC connection through JACO

0 Kudos

Hi All,

I am using one Java application which makes RFC connection to SAP systems. I want to make this connection secure by implementing SNC as stated in JCO documentation. I have gone through few blogs and found out that I need to use few JCO parameters like jco.snc_lib, jco_snc_partnername etc. along with one Cryptographic library.

However I want to confirm where exactly I need to install SAP Cryptographic library. Is it to be installed on the SAP system or the server where my Java application is running?

Thank you

Kamalpreet

Accepted Solutions (0)

Answers (1)

Answers (1)

AntalP
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Kamalpreet,

The cryptography library can be located in any folder, the user which executes the Java application has access to this folder. It is valid for any files the cryptography library needs, PSE file for example where the certificates are stored.

Best regards,

Antal