cancel
Showing results for 
Search instead for 
Did you mean: 

Profile Parameter ssf/name has not Value SAPSECULIB / RPUTX8D0

hannover_sap-basis
Participant
0 Kudos

Hello,

I receive an error during carrying out report RPUTX8D0. Although the parameter ssf/name is set in Instance- Profile, I get the error “Profile Parameter ssf/name has not Value SAPSECULIB”. Could  you please help?

RSPARAM:


kind regards

Lutz

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lutz,

It's not your parameters that are the problem but the report/kernel call itself.

The report makes a kernel call to check parameters and the ssf/name doesn't get a value returned if the user defined value is the same as the expected default value.

You can easily check this by putting a breakpoint in the code where it checks for "when 'ssf/name'." there you will see it is adopting the "user defined value" which is being returned as a blank.

If you really wanted to test the validity of what I'm saying, change the parameter to SAPSECULIBXXX, restart your system and then run the report again. It would fail as it wants SAPSECLIB but you have changed the parameter to be SAPSECULIBXXX. If you set it back to SAPSECULIB it will still fail as the user defined value will be returned as a blank value.

It's a old program and could do with a bit of an update on the checking side. You could open a message to SAP advising them of this.

Kindest Regards,

Amerjit

Answers (5)

Answers (5)

former_member182657
Active Contributor
0 Kudos

Hi Cris,

Thanks for mentioning.

Regards,

cris_hansen
Advisor
Advisor
0 Kudos

Dear Lutz,

As Gaurav already mentioned, the answer is available in SAP note 800240, Q/A number 5.

I hope this helps.

Kind regards,

Cris

former_member182657
Active Contributor
0 Kudos

Hi Lutz,

Could you check with SAP Note  510007 - Setting up SSL on Application Server ABAP

point 2 ? In addition error which you're getting during the execution of report.

I receive an error during carrying out report RPUTX8D0.

Thanks,

former_member182657
Active Contributor
0 Kudos

Hi,

If possible try to restart the system once to check again ?

Regards,

hannover_sap-basis
Participant
0 Kudos

Hi,

the system was restarted.

kind regards

Lutz

former_member182657
Active Contributor
0 Kudos
hannover_sap-basis
Participant
0 Kudos

Hi Gaurav,

yes i checked this note. Because sec/libsapsecu is made obsolete, i have removed this parameter from Instance- Profile.

Parameter   Current Value
ssf/name SAPSECULIB
sec/libsapsecu      /usr/sap/QH1/DVEBMGS05/exe/libsapcrypto.so
ssf/ssfapi_lib      /usr/sap/QH1/DVEBMGS05/exe/libsapcrypto.so
ssl/ssl_lib      /usr/sap/QH1/DVEBMGS05/exe/libsapcrypto.so

kind regards

Lutz

manumohandas82
Active Contributor
0 Kudos

Hi Lutz  ,

What is you kernel version ?

Thanks ,

Manu

hannover_sap-basis
Participant
0 Kudos

Hi Manu,

the kernel version is 742 SP 212.

kind regards

Lutz

manumohandas82
Active Contributor
0 Kudos

Check the value of the following parameter in your Instance profile

ssl/ssl_lib  ,

If the above parameter is present then set the below paremters as follows

sec/libsapsecu   -=

$(ssl/ssl_lib)

sec/ssfapi_lib    =  $(ssl/ssl_lib)

if the value is not present , then set the parameter ssl/ssl_lib as detailed in the Note  ( Based on your Os version )

1375378 - Select the right version of an SAP security toolkit and then set the libsapsecu and ssfapi_lib parameters as detailed above



Restart you SAP system  and then confirm

Thanks ,

Manu