Start of Content Area

Procedure documentation Testing the SSF Installation  Locate the document in its SAP Library structure

Use

After installing SSF, you can use reports SSF01 and SSF02 to make sure that the security product has been installed correctly. Use SSF01 to test the frontend installation and SSF02 to test the installation on the application server.

Procedure

  1. Call transaction SE38.
  2. To test the SSF installation on the front ends, enter SSF01 in the Program field; to test SSF on the application server, enter SSF02 .
  3. Choose Program Execute Direct.
  4. The system displays a selection field of possible functions that you can test.

  5. Select the Version function.
  6. If you want to test the version for a specific security product, enter the product's name (as specified in the profile parameter ssf<x>/name ) in the field Security product in the Further options group.
  7. Note

    The other options and fields are not relevant for this test.

  8. Choose Program Execute.

The system displays the results of the test. If the test was successful, the system displays the return code SSF_API_OK and version information about the security product. On the front end, it also displays the version of the SSF RFC server program. If the system encountered an error, it displays the error information.

Note

If you use the SAPSECULIB as the security provider, then the test on the front end (report SSF01) will produce an error code. (SAPSECULIB is only installed on the application server.)

The following return codes are possible:

SSF Test Report Error Codes

Error Code

Affects*

Definition

What to Do

SSF_API_OK

FE / AS

No error occurred.

 

SSF_RFC_ERROR

FE

RFC destination is not correctly defined or the system cannot start the SSF RFC server program ssfrfc.exe .

Use transaction SM59. Make sure the RFC destination SAP_SSFATGUI is defined as a TCP/IP destination. Test the connection in SM59.

Make sure that the file ssfrfc.exe exists in the correct location. (In a standard installation, it should be located in the SAP GUI directory.)

SSF_API_NO_SECTK

FE / AS

The security product is not installed correctly.

Make sure that SSF_LIBRARY_PATH (or ssf/ssfapi_lib ) is set correctly.

Set the trace level to 1 and check the contents of the trace file dev_ssf .

*FE=Front End; AS=Application Server