cancel
Showing results for 
Search instead for 
Did you mean: 

User Management Engine Issue

Former Member
0 Kudos

Hi Experts,

We are using SAP PI 7.0 and recently we restarted the Complete system after which the Java Server is not getting up (ABAP Stack is up and working) and the dispatcher showing the status as Stopped with exitcode -11113. We check the log file and its seems there is issue with UME and below is the error message in one of log file.

"Error#1#com.sap.security.core.persistence#Java#User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available."

Can anybody let me know what could be the error and how to resolve it?

Regards

Faisal.

Accepted Solutions (0)

Answers (4)

Answers (4)

davefitzgibbon
Advisor
Advisor
0 Kudos

Hi Abdul,

You will get a more detailed exception in the std_server0.out file in the Instance Wrork directory.

What doe sthat say as to why the UME service is not starting ?

You could refer to the following KBA to ensure you ahve configured everything correctly.

1596462 - No active userstore is set

Regards,

David

Sriram2009
Active Contributor
former_member185239
Active Contributor
0 Kudos

Hi Abdul,

Open the configtool , under the services of instance checked the values for service com.sap.security.core.ume.service

ume.r3.connection.master.ashost= <ABAP host name>

ume.r3.connection.master.client= <ABAP client number>

ume.r3.connection.master.user  = <ABAP communication user (like SAPJSF)>

ume.r3.connection.master.password = <password for SAPJSF>

Also checked the LDAP , if it has been configured.

With Regards

Ashutosh Chaturvedi

former_member185239
Active Contributor
0 Kudos

Hi Abdul,

Check the SAPJSF user might have locked in 001 client(which is by default).

but you need to check the SAPJSF user in the client where the ume has point.

So checked the user in 001 client as well as in your production client or working client.

With Regards

Ashutosh Chaturvedi