Pages

Thursday, February 13, 2020

Activating Emergency User (SAP*) on AS Java


Pre-requisite:
<sid>adm will be used to launch the configtool.
DISPLAY environment has to be set for the <sid>adm user.


Procedure :
 1. Navigate to /usr/sap/<SID>/J*/j2ee/configtool/
 2. Run the executable configtool.sh
 3. Choose to switch to configuration Editor Mode .
 
 4. On the Display Configuration tab page, choose  cluster_config  > system  > custom_global  > cfg  > services >  com.sap.security.core.ume.service >  Propertysheet properties.
 5. Switch to Edit mode. 
 6. Set values for properties as below
          Property =  ume.superadmin.activated
          Value = true
          Property  = ume.superadmin.password
          Value = <password>

Note : The SAP* user is now activated. While it is activated, all other users are deactivated. You can only log on with the SAP* user.

  7. Save
  8. Restart the AS Java.

No comments:

Post a Comment