Tuesday, May 20

Start of UME Service Failed with error

Error:
Start of UME Service Failed with error: "Parameter ume.persistence.data_source_configuration
cannot be read from the properties file.
 
Symptom
  • The security service fails to start. In the std_server0.out trace file, you will see the following error
service com.sap.security.core.ume.service ================= ERROR=================
Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started. com.sap.engine.frame.ServiceException: Start of UME service failed.
Check help topic "Start of UME Service Failed". Technical details: Parameter ume.persistence.data_source_configuration cannot be read from the properties file
#at com.sap.security.core.server.ume.service.UMEServiceFrame.start (UMEServiceFrame.java:398)


Environment
  • SAP Netweaver Application Server 7.0x/7.1x/7.2x/7.3x/7.4
Reproducing the Issue
Try to start the AS Java
Cause
Incorrect configuration of UME data source. The wrong UME datasource xml file has been chosen for the current configuration of your User store which is one of ABAP, LDAP, or Local UME.
Resolution
You need to locate and edit the UME parameter ume.persistence.data_source_configuration. To do so, please do the following:
For 7.0x:
  1. Open the Config tool
  2. Navigate to Global server configuration -> services -> com.sap.security.core.ume.service.
  3. Locate the parameter "ume.persistence.data_source_configuration"
  4. Enter the correct data source.
  5. Press "Set"
  6. Save the changes and restart the AS Java
For 7.1x and above:
  1. Open the Config tool
  2. Switch to configuration mode
  3. In the display Configuration tab, navigate to cluster_config -> system -> custom_global -> cfg -> services -> com.sap.security.core.ume.service -> Propertysheet properties.
  4. Switch to edit mode
  5. click on the property "ume.persistence.data_source_configuration"
  6. Enter the correct data source
  7. Apply the changes and restart the AS Java


See Also

No comments:

Post a Comment

You are welcome to express your views here...