$FND_TOP/bin/FNDLOAD apps/****** Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct O2C_EBTAXAZ.ldt CUSTOM_MODE=FORCE UPLOAD_MODE=REPLACE
Cannot complete applications logon. You may have entered an invalid applications password, or there may have been a database connect error.
Attempt to connect to the database using dbcfile /u01/install/APPS/fs1/inst/apps/DEV_am501amerap0009/appl/fnd/12.0.0/secure/DEV.dbc and Applications User apps/MhmLoRt01Dmu# has failed. The dbcfile may be configured incorrectly or the Applications Username and Password may not match.
Cause
If the password is correct then another cause of this error is a missing ‘0’ ( zero) parameter . This is explained in the example below:
FNDLOAD apps/<appspwd> 0 Y UPLOAD $FND_TOP/patch/115/import/afsload.lct f1.ldt O2C_EBTAXAZ.ldt CUSTOM_MODE=FORCE UPLOAD_MODE=REPLACE => THIS IS CORRECT , THIS HAS A ZERO
FNDLOAD apps/<appspwd> Y UPLOAD $FND_TOP/patch/115/import/afsload.lct f1.ldt O2C_EBTAXAZ.ldt CUSTOM_MODE=FORCE UPLOAD_MODE=REPLACE => THIS IS WRONG IT WILL FAIL , THIS IS MISSING A ZERO
Solution
I entered “0” and it worked
$FND_TOP/bin/FNDLOAD apps/******* 0 Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct O2C_EBTAXAZ.ldt CUSTOM_MODE=FORCE UPLOAD_MODE=REPLACE
Metalink Reference : FNDLOAD Errors With ‘Cannot complete applications logon. You may have entered an invalid applications password’ (Doc ID 1988658.1)