Error :
[oracle@svrtrnebsdl1 bin]$ perl adcfgclone.pl dbTechStack
0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
ERROR while running Apply...
Wed Apr 16 10:29:58 2014
ERROR: Failed to execute /d02/oracle/svrtrndb/11.2.0.3/appsutil/clone/bin/adclone.pl
Please check logfile......
Solution :
[oracle@svrtrnebsdl1 bin]$ perl /d02/oracle/svrtrndb/11.2.0.3/appsutil/clone/bin/adclone.pl java=/d02/oracle/svrtrndb/11.2.0.3/appsutil/clone/bin/../jre mode=apply stage=/d02/oracle/svrtrndb/11.2.0.3/appsutil/clone component=dbTechStack method=CUSTOM dbctxtg=/d02/oracle/svrtrndb/11.2.0.3/appsutil/SVRTRN_svrtrnebsdl1.xml showProgress contextValidated=true
APPS Password : apps
Note: The above will solve the RC-00110 Fatal error ...
[oracle@svrtrnebsdl1 bin]$ perl adcfgclone.pl dbTechStack
0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
ERROR while running Apply...
Wed Apr 16 10:29:58 2014
ERROR: Failed to execute /d02/oracle/svrtrndb/11.2.0.3/appsutil/clone/bin/adclone.pl
Please check logfile......
Solution :
[oracle@svrtrnebsdl1 bin]$ perl /d02/oracle/svrtrndb/11.2.0.3/appsutil/clone/bin/adclone.pl java=/d02/oracle/svrtrndb/11.2.0.3/appsutil/clone/bin/../jre mode=apply stage=/d02/oracle/svrtrndb/11.2.0.3/appsutil/clone component=dbTechStack method=CUSTOM dbctxtg=/d02/oracle/svrtrndb/11.2.0.3/appsutil/SVRTRN_svrtrnebsdl1.xml showProgress contextValidated=true
APPS Password : apps
Note: The above will solve the RC-00110 Fatal error ...
ERROR: Failed to execute /rep_oracle/oracle_home/appsutil/clone/bin/adclone.pl
ReplyDeletei am getting this error
Similar issue adcfgclone on database server and Issue with perl version.
ReplyDelete*************************************************************************
Issue:
*****
AutoConfig could not successfully execute the following scripts:
Directory: /dbsw/oracle/EBSTEST/11.2.0/perl/bin/perl -I /dbsw/oracle/EBSTEST/11.2.0/perl/lib/5.10.0 -I /dbsw/oracle/EBSTEST/11.2.0/perl/lib/site_perl/5.10.0 -I /dbsw/oracle/EBSTEST/11.2.0/appsutil/perl /dbsw/oracle/EBSTEST/11.2.0/appsutil/clone
ouicli.pl INSTE8_APPLY 1
AutoConfig is exiting with status 1
WARNING: RC-50013: Fatal: Instantiate driver did not complete successfully.
Fix:
***
export PATH=/dbsw/oracle/EBSTEST/11.2.0/perl/bin:/dbsw/oracle/EBSTEST/11.2.0/bin:/usr/bin:/usr/sbin:/dbsw/oracle/EBSTEST/11.2.0/appsutil/jre/bin:/bin:/usr/local/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:.
export PERL5LIB=/dbsw/oracle/EBSTEST/11.2.0/perl/lib/5.10.0:/dbsw/oracle/EBSTEST/11.2.0/perl/lib/site_perl/5.10.0:/dbsw/oracle/EBSTEST/11.2.0/perl
re-run adcfgclone on database server
Thanks,
Rram