ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

To Reset Administrator Password through Config Tool

2021-02-09 09:01:49  阅读:169  来源: 互联网

标签:Reset Administrator Tool Server Go user go password Choose


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. usr\sap\<systemid>\<system instance>\J2EE\configtool\
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 Admin\Passowrd\Systemid\
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. \usr\sap\<systeid>\<system instance>\j2ee\admin\go.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

标签:Reset,Administrator,Tool,Server,Go,user,go,password,Choose
来源: https://www.cnblogs.com/weikui/p/14391799.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有