Thursday, November 3, 2016

R12.2 ADCFGCLONE FAILS (Failed to enable EBS_LOGON trigger)

R12.2 ADCFGCLONE FAILS (Failed to enable EBS_LOGON trigger)


Ensure that the above Oracle Homes are unregistered from the global inventory “/
u02/ebs/oracle/oraInventory” and re-run adcfgclone.pl script

Unrecognized option: -e
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Failed to Instantiate tnsnames.ora independently
Checking if database connection descriptor present
Database connection desciptor context variable is NULL
Failed to enable EBS_LOGON trigger
During the R12.2 cloning process adcfgclone fails with below error message:

ERROR :

Below Oracle Homes are already registered in the global inventory:
/u01/oracle/fs1/FMW_Home/oracle_common
/u01/oracle/fs1/FMW_Home/webtier
/u01/oracle/fs1/FMW_Home/Oracle_EBS-app1

SOLUTION:

Make sure that the above Oracle Homes are unregistered from the global inventory. we should always clean the oraInventory directory by using the following commands.

cd $ORACLE_HOME/oui/bin  (/u01/oracle/fs1/EBSapps/10.1.2/oui/bin)

./runInstaller -silent -deinstall REMOVE_HOMES={“/u01/oracle/fs1/FMW_Home/Oracle_EBS-app1”}

./runInstaller -silent -deinstall REMOVE_HOMES={“/u01/oracle/fs1/FMW_Home/oracle_common”}
./runInstaller -silent -deinstall REMOVE_HOMES={“/u01/oracle/fs1/FMW_Home/webtier”}

Then restart the adcfgclone.pl appsTier

No comments: