zoukankan      html  css  js  c++  java
  • To Reset Administrator Password through Config Tool

    It may sometimes happen that a user enters the wrong password a number of times (by default, 3) and if that user is the administrator, then the administrator user is locked. This prevents all sorts of things happening. To unlock the administator, use the following process


    You need to use the Config Tool and the process is:

    1) Go to the Server Installed path i.e. usrsap<systemid><system instance>J2EEconfigtool
    2) Choose configtool.bat and start it.
    3) Under Global Server Configuration, choose Services.
    4) Find com.sap.security.core.ume.service, click it.
    5) Under Global Properties, find ume.superadmin.activated
    6) Set the Custom value to TRUE. Click on SET to apply the new value
    7) Apart from that, you have to set another property i.e.
    8) ume.superadmin.password, define some password.The password that you are defining is for SAP*. save the changes.
    9) Restart the cluster / server. Issue the command stopsap to do so.
    10) Log on to Portal with SAP* as user and the defined password.
    11) Create a User with Super Administrator role.
    12) Go back to Config Tool and set the Custom Value as default value i.e. FALSE. save the changes.
    13) Restart the Server.

    Incase if you deploy a Application i.e. a Webdynpro or PAR and the Admin Password is not configured properly or is locked then

    1) Go to Config Tool.
    2) Choose Secure Store, right click.
    3) Choose AdminPassowrdSystemid
    4) Set the Password value, choose add and save.
    5) Restart Server.

     If you are able to logon to Visual Admin , You can create a new user and assign him administrator group or Reset password .

    1)  Go to the Server Installed path i.e. usrsap<systeid><system instance>j2eeadmingo.bat Or in UNIX /usr/sap/<systeid>/<system instance>/j2ee/admin/go .
    2)  Choose go.bat / go  and start it.
    3)  Under Cluster ->Server<number>, choose Security Provider .
    4)  Select Tab 'Runtime' and Inner Tab 'User Management'  , Click  Create User .
    5)  And then assign to group Administrators .
    6)  No Need to restart J2EE engine , Open http://<hostname>:<port>/irj/portal .
    7)  Now go toUser Administration ->  Identity Management , Search for Administrator user and Unlock it . etc

    wechat: ywkonline Mobile: 13661767749 专注于SAP运维、升级、迁移
  • 相关阅读:
    无有和无穷
    算法设计 熄灯问题
    WPF 路由事件总结
    C# params关键字
    WPF 布局总结
    C#结构体和类的区别
    C#装箱和拆箱(值类型和引用类型之间的转换)
    OpenGL中平移、旋转、缩放矩阵堆栈操作
    OpenGL图元的颜色属性
    OpenGL基础图形的绘制
  • 原文地址:https://www.cnblogs.com/weikui/p/14391799.html
Copyright © 2011-2022 走看看