更改FP SYSTEM密码

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'

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