Adcfgclone.pl dbTier Failed: RC-00110
Adcfgclone.pl dbTier Failed: RC-00110
Applies
to:
Oracle Application Install - Version: 11.5.10.0
and later.
Description:
On Applications 11.5.10.2, when attempting to
clone using rapidclone the following error occurs:
ERROR:
--------
Log file located at ORACLE_HOME/appsutil/log/$SID_$HOSTNAME/ApplyDBTechStack_22472575.log
RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
\ 40% completed
ERROR while running Apply...
ERROR: Failed to execute $RDBMS_ORACLE_HOME/appsutil/clone/bin/adclone.pl--
ERROR:
--------
Log file located at ORACLE_HOME/appsutil/log/$SID_$HOSTNAME/ApplyDBTechStack_22472575.log
RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
\ 40% completed
ERROR while running Apply...
ERROR: Failed to execute $RDBMS_ORACLE_HOME/appsutil/clone/bin/adclone.pl--
Found the following in Cloning log file:
dest : $ORACLE_HOME/oui/bin/runInstaller.sh
backup : $ORACLE_HOME/oui/bin/runInstaller.sh to
$ORACLE_HOME/appsutil//out/$SID_$HOSTNAME/runInstaller.sh
DEBUG : The destination file does not have write permission
$ORACLE_HOME/oui/bin/runInstaller.sh
DEBUG : Changing the permission of the file failed
AC-00444: Unable to write to file: java.io.FileNotFoundException:
$ORACLE_HOME/oui/bin/runInstaller.sh (Permission denied)
Raised by oracle.apps.ad.autoconfig.InstantiateFile
After doing some research work I found the following solution:
backup : $ORACLE_HOME/oui/bin/runInstaller.sh to
$ORACLE_HOME/appsutil//out/$SID_$HOSTNAME/runInstaller.sh
DEBUG : The destination file does not have write permission
$ORACLE_HOME/oui/bin/runInstaller.sh
DEBUG : Changing the permission of the file failed
AC-00444: Unable to write to file: java.io.FileNotFoundException:
$ORACLE_HOME/oui/bin/runInstaller.sh (Permission denied)
Raised by oracle.apps.ad.autoconfig.InstantiateFile
After doing some research work I found the following solution:
Solution:
To implement the solution, please execute the following
steps:
1. Change the permissions on the file to 755:
1. Change the permissions on the file to 755:
chmod 755 $ORACLE_HOME/oui/bin/runInstaller.sh
2. Retest the issue
Note:
The new Target Context file should be created prior to this failure so you can rerun the failed command using the following syntax :
perl adcfgclone.pl dbTier /<path to $ORACLE_HOME>/appsutil/<SID>_<hostname>.xml
Your comments, especially which will help us improve the functionality, will be greatly appreciated :)
its works for me. thanks.
ReplyDeleteFor my case i started the Listener
ReplyDeleteRegards