While R12.2.5 cloning autoconfig failed with the below error
AutoConfig is exiting with status 1
ERROR: RC-50014: Fatal: Execution of AutoConfig was failed
Raised by oracle.apps.ad.clone.ApplyApplTop
END: Executed runAutoConfig…
ERROR: AutoConfig completed with errors. Check logfile at<logfile>
CAUSE:
The template adcrdb.sh is missing from the target “<DB $ORACLE_HOME>/appsutil/template”
SOLUTION:
To implement the solution test the following steps in a development instance and then migrate accordingly:
1. Copy the missing ‘adcrdb.sh’ template from the Source to the Target Instance:
Source Location :
<DB $ORACLE_HOME>/appsutil/template
Target Location :
<DB $ORACLE_HOME>/appsutil/template
2. Change ownership and permission of adcrdb.sh file.
3. Rerun the command ‘adcfgclone dbTier’ on the target instance.