码迷,mamicode.com
首页 > 其他好文 > 详细

更改FP SYSTEM密码

时间:2017-05-25 13:19:36      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:set   tor   pass   upd   更改   account   his   update   user   

 

1 Please create a new account and set a new password

2 backup table ABPPMGR.USER_PROFILE , ABPPMGR .PWD_HISTORY and WWFMGR.CSM_USER, WWFMGR.CSM_USER_PASSWORD

3 get new encrypted password from table ABPPMGR.USER_PROFILE for the new account

4 Use the new encrypted password to update table ABPPMGR.USER_PROFILE for System only

5 get new encrypted password from table WWFMGR.CSM_USER for the new account

6 Use the new encrypted password to update table WWFMGR.CSM_USER and WWFMGR.CSM_USER_PASSWORD for System only

7 Test the new password for System

将System密码更新为System
 update ABPPMGR.USER_PROFILE set USER_PASSWORD=‘{415871de2bfb0059}a59737d986f5fe800af19eb74827c8b1e88da763dc43e5c703d2884e65470372‘ where LOGIN_NAME=‘System‘
update WWFMGR.CSM_USER SET  PASSWORD=‘{415871de2bfb0059}a59737d986f5fe800af19eb74827c8b1e88da763dc43e5c703d2884e65470372‘ WHERE USER_NAME=‘System‘

更改FP SYSTEM密码

标签:set   tor   pass   upd   更改   account   his   update   user   

原文地址:http://www.cnblogs.com/Snowfun/p/6902790.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!