Password changes using FNDCPASS


The only supported method is FNDCPASS. Make sure that all appstier processes are stopped – check before running the FNDCPASS executable

$ ps –ef | grep applmgr

$ if old ones still hanging around or won’t stop, then kill -9 <pid> for remaining ones

Recommend to follow the syntax as per the executable suggestions ( including CASE usage for SYSTEM APPLSYS ) – use this way always and ensure that there are on case sensitivity issues

[madhudba@mebs30 ~]$ which FNDCPASS
/dbgale/apps/apps_st/appl/fnd/12.0.0/bin/FNDCPASS

[madhudba@mebs30 ~]$ FNDCPASS
Usage: FNDCPASS logon 0 Y system/password mode username new_password
where logon is username/password[@connect]
system/password is password of the system account of that database
mode is SYSTEM/USER/ORACLE
username is the username where you want to change its password
new_password is the new password in unencrypted format



examples:

FNDCPASS apps/<current password> 0 Y system/<current password> SYSTEM APPLSYS <new password>
FNDCPASS apps/apps_pwd 0 Y system/system_pwd USER  SYSADMIN  <new password>

Check log files for any errors;

Then autoconfig.sh must be run on appstier before restarting services.

Make sure no errors in autoconfig log files

No comments: