EBS 12.2 clone

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

EBS 12.2 clone

Marwan
Hello Erman
i appreciate your help
i followed you post to clone EBS 12.2.4 on http://ermanarslan.blogspot.com/2014/07/ebs-122-cloning-real-life-example.html
and got errors on the
"Running Post Clone in the Target Application Tier"
after scp fs2 from source
and change ownership to applmgr
please note that cloning the DB went fine
plus the post clone for db
and i am cloning into the same server
so i copied only oraInventory from db server and not from APPs server
thanks
Reply | Threaded
Open this post in threaded view
|

Re: EBS 12.2 clone

ErmanArslansOracleBlog
Administrator
Hi,

What is the error?
Reply | Threaded
Open this post in threaded view
|

Re: EBS 12.2 clone

Marwan
thanks for quick reply
/u01/install/APPS/fs2/EBSapps/comn/clone/bin

perl adcfgclone.pl appsTier

below the error
Running Rapid Clone with command:
Running:
perl /u01/install/APPS/fs2/EBSapps/comn/clone/bin/adclone.pl java=/u01/install/APPS/fs2/EBSapps/comn/clone/bin/../jre mode=apply stage=/u01/install/APPS/fs2/EBSapps/comn/clone component=appsTier method=CUSTOM appctxtg=/u01/install/APPS/fs2/inst/apps/EBSDB_oel/appl/admin/EBSDB_oel.xml showProgress contextValidated=true
Filter::Util::Call object version 1.07 does not match $Filter::Util::Call::VERSION 1.08 at /usr/lib64/perl5/DynaLoader.pm line 223.
Compilation failed in require at /usr/share/perl5/Switch.pm line 11.
BEGIN failed--compilation aborted at /usr/share/perl5/Switch.pm line 11.
Compilation failed in require at /u01/install/APPS/fs2/EBSapps/comn/clone/bin/adclone.pl line 40.
BEGIN failed--compilation aborted at /u01/install/APPS/fs2/EBSapps/comn/clone/bin/adclone.pl line 40.

 ERROR: Failed to execute /u01/install/APPS/fs2/EBSapps/comn/clone/bin/adclone.pl

 Please check logfile.
[applmgr@oel bin]$ tail /u01/install/APPS/fs2/EBSapps/comn/clone/bin/CloneContext_1211121119.log
Reply | Threaded
Open this post in threaded view
|

Re: EBS 12.2 clone

ErmanArslansOracleBlog
Administrator
I think your PERL5LIB and ADPERLPRG environment variables are wrong.
Look at this error/first error:
"Filter::Util::Call object version 1.07 does not match $Filter::Util::Call::VERSION 1.08 at /usr/lib64/perl5/DynaLoader.pm line 223. "

It says the DynaLoader.pm is used from /usr/lib64..

Here is an example of these env. variables:

[applmgr@demoorcl tmp]$ echo $ADPERLPRG
/u01/install/fs2/FMW_Home/webtier/perl/bin/perl

[applmgr@demoorcl tmp]$ echo $PERL5LIB
/u01/install/fs2/FMW_Home/webtier/perl/lib/5.10.0:/u01/install/fs2/FMW_Home/webtier/perl/lib/site_perl/5.10.0:/u01/install/fs2/EBSapps/appl/au/12.0.0/perl:/u01/install/fs2/FMW_Home/webtier/ohs/mod_perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi
[applmgr@demoorcl tmp]$

So check your system accordingly.

Reply | Threaded
Open this post in threaded view
|

Re: EBS 12.2 clone

Marwan
Hello
fixed the variables but got diffrent error:
[applmgr@oel bin]$ perl adcfgclone.pl appsTier
Perl lib version (5.10.0) doesn't match executable version (v5.10.1) at /u01/install/APPS/fs2/FMW_Home/webtier/perl/lib/5.10.0/x86_64-linux-thread-multi/Config.pm line 46.
Compilation failed in require at adcfgclone.pl line 28.
BEGIN failed--compilation aborted at adcfgclone.pl line 28.
[applmgr@oel bin]$ echo PATH
PATH
[applmgr@oel bin]$ echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Reply | Threaded
Open this post in threaded view
|

Re: EBS 12.2 clone

ErmanArslansOracleBlog
Administrator
what is the output of the following:
(execute with applmgr)

1)which perl
2)echo $PERL5LIB
3)echo $ADPERLPRG
4)perl -v