cancel
Showing results for 
Search instead for 
Did you mean: 

How to install the SAP Cryptographic Library on the AS Java ?

Former Member
0 Kudos

The user is getting the following error message while approving the travel expenses. I think the issue is pertaining to crypto file in system. This generally occurs during the basis installation of crypto file. Can someone suggest me the steps to do installation of sapcrypto library function?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

former_member185239
Active Contributor
0 Kudos

Hi Tee,

1. Download the sapcryptographic file from service market place.

2. Extract the file to the directory specified by the $(DIR_EXECUTABLE).

3. Set the below parameters in the instance profile of the java system.

       ssl/ssl_lib = /usr/sap/SID/SYS/exe/run/libsapcrypto.so (unix) sapcrypto.dll(windows)

       SECUDIR =/usr/sap/SID/SYS/exe/run

       ICM/server_port_x= PROT=HTTPS,PORT=82$$.

        ssl/libsapsecu=/usr/sap/SID/SYS/exe/run/libsapcrypto.so

        ssl/ssfapi_lib=/usr/sap/SID/SYS/exe/run/libsapcrypto.so    

Restart the system to make it active

4. Open the visual admin and goto the ssl provider.Provide the port 5$$01 as well and the hostname.

     restart the service to make it active.

5. check the url of java system https://<hostname>:5$$01/irj/portal

A pop up will appear where you need to click on yes button.

Please follow the below link :

1.http://help.sap.com/saphelp_nw04/helpdata/en/a6/98f73dbc570302e10000000a114084/content.htm

2. http://help.sap.com/saphelp_nw04/helpdata/en/5c/15f73dd0408e5be10000000a114084/content.htm

With Regards

Ashutosh Chaturvedi

Answers (2)

Answers (2)

Former Member
0 Kudos

Please give me resolution specific to resolving for the pdf forms...since crypto is a large topic for many different functionalities..

JPReyes
Active Contributor
0 Kudos

This error is not "specific" to a particular area. You'll get this error if the sapcrypto is missing or the env. variables are not set correctly.

Regards, Juan

Former Member
0 Kudos

Hi ,

  Please have a check on the following link to get more idea.

http://scn.sap.com/thread/1467955

Use the below  link  to  Installing the SAP Cryptographic Library on the SAP Web AS.

http://help.sap.com/saphelp_nw04/helpdata/en/96/709b3ad94e8a3de10000000a11402f/content.htm

Thanks and Regards,

Vimal