R12.2 Apps DBA. Powered by Blogger.

R12.2 Adding an external node on the Applications tier from adcfgclone.pl fails with error

No comments :
Adding External Node via perl adcfgclone.pl appsTier Error: Perl lib version (5.10.1) doesn't match executable version (v5.10.0) (Doc ID 1622873.1)
Patch FS cloning ends in below error:
perl <ORACLE_BASE>/fs1/EBSapps/comn/clone/bin/adaddnode.pl -appsuser=APPS -promptmsg=hide
Perl lib version (5.10.1) doesn't match executable version (v5.10.0) at /usr/lib64/perl5/Config.pm line 50.
Compilation failed in require at <ORACLE_BASE>/fs1/EBSapps/comn/clone/bin/adaddnode.pl line 25.
BEGIN failed--compilation aborted at <ORACLE_BASE>/fs1/EBSapps/comn/clone/bin/adaddnode.pl line 25.
Whole add node operation is completed, only setting of APPL_TOP_ID has failed.
Please check the error log in <ORACLE_BASE>/fs1/EBSapps/comn/clone/bin and try to run it manually
Looking for incomplete CLONE record in ad_adop_session_patches table
The CLONE record status is no rows selected
Updating incomplete CLONE record to COMPLETED
Sol
1. Downgrade the system perl to v5.10.0.
2. Make sure the variables PERL5LIB and ADPERLPRG are set to the 5.10.0 version.
3. Execute the adcfgclone.pl appsTier again.
OR:
a. Use the perl delivered with rapidwiz located in: <RUN_BASE>/FMW_Home/webtier/perl/
b. Make sure the variables PERL5LIB and ADPERLPRG are set to the 5.10.0 and the system Perl is removed from the PATH.
c. Execute the adcfgclone.pl appsTier again.

No comments :

Post a Comment

Note: only a member of this blog may post a comment.