Error :
RC-50004: Error occurred in
CloneContext:
Solution A:
To implement the solution, please execute the following
steps:
1. Please copy CTXORIG.xml to:
$COMMON_TOP/clone/context/apps/CTXORIG.xml
Note: You may need to
create the directory structure if it does not exist.
2. Rerun adcfgclone.
Solution B:
To implement a permanent solution, execute the following
steps:
1 - Open a new shell and set your Applications Environment
at the source system
2 - mv $IAS_ORACLE_HOME>/jdbc/lib/classes12.zip
classes12.zip_wrong
3 - cp $FND_TOP>/java/3rdparty/stdalone/jdbc12.zip
<IAS_ORACLE_HOME>/jdbc/lib/classes12.zip
4 - Delete the $COMMON_TOP/clone
5 - Run the “perl adpreclone
appsTier” again on source
6 - Copy the files to the target $COMMON_TOP/clone
would be enough)
7 - Run the "perl
adcfgclone.pl appsTier" again at the target system
Solution C:
1.) Make a backup copy of the library 'vars.pm' :
cp
$IAS_ORACLE_HOME/Apache/perl/lib/5.00503/vars.pm
$IAS_ORACLE_HOME/Apache/perl/lib/5.00503/vars.pm.bak
2.) Then Open $IAS_ORACLE_HOME/Apache/perl/lib/5.00503/vars.pm
and change :
Ex: # vi /d01/oracle/tstora/ias/Apache/perl/lib/5.00503/
vars.pm
if ($sym =~ tr/A-Za-Z_0-9//c) {
change to
if ($sym =~ tr/A-Za-z_0-9//c) {
(The change is the single
character Z->z)
2.) export PATH=/usr/bin/perl:$PATH
3.) perl adpreclone.pl appsTier
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note: MOC ID : 726509.1,549614.1, 406319.1 , 443667.1 , 389950.1 , 467659.1, 1305219.1, 842948.1 & 1391208.1.
No comments:
Post a Comment