cancel
Showing results for 
Search instead for 
Did you mean: 

JSPM phase error : admin/user/SID does not exist

former_member201054
Contributor
0 Kudos

Hi ,

There is an error message while opening the JSPM

Phase error report:

"cannot read secure store properties .could not set up secure store.property admin/user/SID does not exist.msg.util.dyn.0003.com.sap.security.core.server.secstore.secstoreFS get string value

com.sap.security.core.server.secstore.secstoreFS.Not found exception could not find a record key "admin/user/SID" in the store com.sap.security.core.server.secstore.secstorefs"

checked the config tool secure store and found no entry maintained for /admin/user/SID.

How to add the new entry in config tool and what is post entry procedure

Thanks a ton

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Daniel,

You can maintain the Administrator user in secure storage using the config tool.

By default, the value for this config tool property is user Administrator. However, when using the ABAP Engine for persistency, this user is J2EE_ADMIN.

Following are the steps:

1. Start the Config Tool.

2. Select secure store.

The configuration for the secure storage in the file system appears.

3. Select the key admin/user/<SID>.

4. Enter J2EE_ADMIN in the Value: field and choose Add.

5. Select the key admin/password/<SID>.

6. Enter the password for J2EE_ADMIN in the Value: field and choose Add.

7. Save the configuration.

The corresponding link is mentioned below:

http://help.sap.com/saphelp_nw04/helpdata/en/ae/b7ceff3e40fd42be3a6503236f9746/content.htm

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Daniel,

Is it ABAP+JAVA system or only JAVA system.

Regards,

Srinivas Chapa.

Former Member
0 Kudos

Hi,

See the SAP note..

Note 891983 - JSPM: Central SAP Note SAP NetWeaver 7.0 AS Java

Check if the files SecStore.key and SecStore.properties exit in the directory

Check also ConfigTool to fix SecStore.properties file.

Regards

Bhuban

RKFL

Former Member
0 Kudos

Hi,

Try to start JSPM again and can you please paste the /usr/sap/<SID>/<instance>/j2ee/JSPM/log log file.

Regards

Pranay