Problem Description
A fatal error occurs: the start of a core service failed. The SAP NetWeaver Application Server (AS) does not start.
The engine does not start. An error in the user management log file indicates that this is related to the UME service. For example:
UMEServiceFrame: Initialization of UME persistence failed
Scenario Type: | Error analysis |
NetWeaver Component: | Security Service (BC-JAS-SEC) |
Validity: | SAP NetWeaver 2004 or higher |
Decision Roadmap
Prerequisites
User with administrator rights
Main Tools
● Log Viewer
● Config Tool
Analysis
Look at the defaultTrace.trc trace file. There is an explicit stack trace explaining why the user management engine (UME) was not able to start.
Solution Hints
...
● Persistence settings are not correct
This is the most common problem. Look for a persistence exception in the trace file. This indicates that the persistence settings for UME are not correct or have changed. It is also possible that back-end systems like the AS ABAP or LDAP are not accessible.
To check the connection settings, activate the emergency user so you can reconfigure the connection settings for the data source.
More information: Activating the Emergency User
● User or group data is missing
Make sure the default administrator is a member of the default administrators group and that guest user is a member of the guest user group. If these users or groups are missing, the AS Java cannot start.
More information:
○ Standard Users
○ Standard User Groups
Use one of the following methods to check for the default users and groups:
○ Activate the emergency user and check the data source.
When you have finished, change these settings back again and restart the server.
○ Access the data source directly and check for the default users and groups.
■ For Database only
Use a database query tool and access the database of the AS Java. Select the entries in the table UME_STRINGS. (Select * from UME_STRINGS where ATTR like uniquename).
■ For LDAP
Check that the administrator and guest users for the LDAP exist.
■ For AS ABAP
Use transaction SU01 in the AS ABAP system and search for the users and groups.
● A required service failed
If one or more required services failed to start, such as connector, dbpool, timeout, or configuration adapter, the UME service cannot start either. Look for a message in the defaultTrace.trc, such as:
Error: Service dbpool failed to start
1 comment:
For a Excellent Online Resource for SAP EP and SAP Web Dynpro ABAP, Visit Learn SAP Online
SAP EP - Standard Portal Services
Portal Eventing and Navigation
Portal Look and Feel - Branding the Portal
How to Develop Portal Applications
SAP EP-Developing portal content and assigning permissions
SAP EP-Role maintenance
SAP EP-How to make Enterprise Portal highly available
Implement Single Sign On
SAP EP-J2EE architechture
What is SAP Enterprise Portal
And Many More...
Basics of Web Dynpro ABAP
ABAP Data Types and Objects
ABAP Statements
WD4A - Introduction WDA - SAP Logon Procedures
WD4A-Format the Values appearing on value Axis of Business Graphic
WD4A-Navigate from one view to another and back to previous view
WD4A - How to Calculate next 12 months from current month in web dynpro ABAP
WD4A - Validate Inputs in a web dynpro ABAP Application
And Many More...
Post a Comment