cancel
Showing results for 
Search instead for 
Did you mean: 

SUM Error with SystemPKI

Duy_Le_-_Islet_
Participant

Hi All,

We are trying to upgrading SUM Java on Solution Manager. However, we are stuck in the step "Configure SAP Control connection for central instance".

SUM shows the following error during the execution of the current step:SUM has detected that the SystemPKI is supported by your system. To continue, you have to configure it as described in SAP Note2200230.

Also, "DETECT input_credentials input-credentials-dialog check-sapcontrol-connection-for-ci com.sap.sdt.j2ee.services.servicesimpl.CheckSapControlService class com.sap.sdt.util.diag.DiagException"

We went through the note 2200230. We checked the file permission and SECUDIR environment parameter. The file permission has been added for user <SID>ADM and SAPService<SID> for the folder specified in SECUDIR (..\usr\SAProuter) as well as the sec folder of 2 instances of JAVA stack (..\usr\sap\<SID>\SCS03\sec and ..\usr\sap\

<SID>\J02). After that, we also restart JAVA, but the issue is still exist.

Here, <SID> is the system ID of Java instance.

We would need suggestion how to solve this issue. Is there something wrong with BC-SEC setting, what would be the correct setting here?

From the log we see the following error:

[Thr 6416] RSecSSFs: SSFS-1430: File "I:\usr\sap\<SID>\SYS\global\security\rsecssf
s\key\SSFS_TSJ.KEY" cannot be opened in mode "rb": No such file or directory (er
rno = 2);

I checked from the server, the file is not in the specified path.

We tried to update with the following command:

sapcontrol -nr 02 -user <sidadm> <password> -function UpdateSystemPKI

The output of those command from the command line is:

UpdateSystemPKI

OK

However, I still cannot find any file in the path "I:\usr\sap\<SID>\SYS\global\security\rsecssf
s\key"

We would be grateful for any feedback to solve this issue.

Best regards,

Duy

Accepted Solutions (0)

Answers (4)

Answers (4)

bglobee
Active Participant

did you check the environment variable ? did you apply the permissions with inheritance till the last folder path+file?

did you restart the SUM service and also the SAP service after adjusting the parameters?

diwakarvaish
Explorer

Hi Balaji,

your suggestion helped. Following steps, we performed after which the issue was resolved:

Steps performed for resolution:

  • re-installed host agent on application server
  • set SECUDIR from cmd before running the SUM tool command. [set SECUDIR=%PROGRAMFILES%\SAP\hostctrl\exe\sec]
  • SUM extracted again and ran from starting

Thankyou.

diwakarvaish
Explorer
0 Kudos

Did anyone get a solution for this issue?

rbalaji_it
Explorer
0 Kudos

Same here. The issus is not solved fpor me

Former Member
0 Kudos

i also faced the same error and unable to get the exact solution.

Note 2200230 didnt solved the issue though.