After 12.1.3 Upgrade FNDCPASS Fails With Error - Was Not Able To Decrypt Password For User 'Username

Kanda-Oracle
Posts: 5,156 Silver Crown
Comments
-
Patch 11845888 delivers a new option that the one can control whether or not they want to perform the invalid-check.
The OS variable: FND_CHECK_INVALID was created to activate/inactivate this new functionality. That is when you run the FNDCPASS those records are marked, so the program will not process the invalid-records again, meaning the next time that FNDCPASS runs it will not show those records in the report.To Activate the option set the environment variable before running FNDCPASS.export FND_CHECK_INVALID=TRUETo Inactivate the option Unset the environment variable before running FNDCPASS.export FND_CHECK_INVALID=FALSE# or unset FND_CHECK_INVALID0