Installing the SAP Cryptographic Library

You can use these steps to install the SAP Cryptographic Library.

Procedure

  1. Download the SAP Cryptographic Library from the SAP Service Marketplace and extract it to a temporary directory.
  2. Copy the library and the command line tool to a local directory on the system that hosts the adapter.
    For example:
    Windows systems
    C:\usr\sap\sapcrypto.dll
    C:\usr\sap\sapgenpse.exe
    UNIX systems
    /usr/sap/libsapcrypto.so
    /usr/sap/sapgenpse
  3. Copy the license ticket (ticket) to a subdirectory that is named sec.
    For example:
    Windows systems
    C:\usr\sap\sec\ticket
    UNIX systems
     /usr/sap/sec/ticket
  4. For the user that runs the adapter, set the environment variable SECUDIR to this directory.
    For example:
    Windows systems
    SECUDIR=C:\usr\sap\sec
    UNIX systems
     SECUDIR=/usr/sap/sec

    If the user is the SYSTEM user, set SECUDIR as a system variable.

  5. Restart the adapter (RMI dispatcher service) so that the new environment variable is accessible by the adapter.