Install, Upgrade, Clone, Patch - EBS (MOSC)

MOSC Banner

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

Kanda-Oracle
Kanda-Oracle Posts: 5,156 Silver Crown
edited Aug 20, 2021 10:22AM in Install, Upgrade, Clone, Patch - EBS (MOSC) 1 comment

Comments

  • Kanda-Oracle
    Kanda-Oracle Posts: 5,156 Silver Crown

     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=TRUE
     
     To Inactivate the option Unset the environment variable before running FNDCPASS.

     export FND_CHECK_INVALID=FALSE
     # or unset FND_CHECK_INVALID

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center