
Symptom
You are starting up the dual stack SAP system (ie SOLMAN) but the J2EE engine is not getting online due to below error,
Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
at com.sap.engine.frame.ServiceException: Start of UME service failed.
Check help topic "Start of UME Service Failed".
Technical details: No RFC authorization for function module RFCPING.
at com.sap.security.core.server.ume.service.UMEServiceFrame.start
at com.sap.engine.frame.ApplicationFrameAdaptor.start
at com.sap.engine.core.service630.container.ServiceRunner.run
at com.sap.engine.frame.core.thread.Task.run
at com.sap.engine.core.thread.impl5.SingleThread.execute
at com.sap.engine.core.thread.impl5.SingleThread.run
Caused by: com.sap.security.core.persistence.datasource.PersistenceException:
No RFC authorization for function module RFCPING.
at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init
at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance
at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance
at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance
at com.sap.security.core.InternalUMFactory.initializeUME
at com.sap.security.core.server.ume.service.UMEServiceFrame.start
... 6 more
Critical shutdown was invoked. Reason is: Core service
com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#
Solution
- Login to the SAP ABAP back-end system and go to transaction code SU01.
- Ensure the UME-ABAP communication (Default = SAPJSF) has been assigned one of the following ABAP roles:
- SAP_BC_JSF_COMMUNICATION_RO
- SAP_BC_JSF_COMMUNICATION
- SAP_BC_JSF_COMMUNICATION_NAMED
- Use transaction PFCG to ensure that you have maintained the authorization data and generated the profiles of the role that you are using.
- Save your entries. Restart the AS Java.
Note
- Ensure the user is having authorization object S_RFCACL assigned.
- [Not Recommended] You can use SAP_ALL for the SAPJSF user.
- 1834261 – No RFC authorization for function module RFCPING: Start of UME Service Failed



