EBS R12.2.4 Apps cloning Error (RC-50208)
The issue, main cause and resolution is shared below :
Currently :-
E-Business Suite Environment Information ---------------------------------------- RUN File System : /opt/oracle/apps/VIS124/fs2/EBSapps/appl PATCH File System : /opt/oracle/apps/VIS124/fs1/EBSapps/appl Non-Editioned File System : /opt/oracle/apps/VIS124/fs_ne DB Host: appsdbaportal.blogspot.in Service/SID: VIS124
Target Server Clone error :- Issue : During the EBS R12.2.4 apps tier cloning, we faced issues regarding the domain deployment for the run edition. Exact error as per clone log : RC-50208: Exception in method TimedProcessProcess.run Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: Cannot run program "/opt/apps/VIR122/fs2/FMW_Home/webtier/perl/bin/perl": error=2, No such file or directory
Cause : The patch-backup.xml file inside the “/patch_wls1036/registry” directory pointed towards the wrong RUN_BASE in source system.
Resolution : Change the below parameter to point to source RUN_BASE
Source Server Clone error:- /opt/oracle/apps/VIS124/fs1/FMW_Home/modules/javax.mail_1.1.0.0_1-4-1.jar
To
/opt/oracle/apps/VIS124/fs2/FMW_Home/modules/javax.mail_1.1.0.0_1-4-1.jar
Where RUN_BASE=/opt/oracle/apps/VIS124/fs2 and PATCH_BASE= /opt/oracle/apps/VIS124/fs1
After correcting the parameter rerun the adpreclone and start the apps tier clone from Source server to Target server
Happy Learning --Sreene
|