Problem:
While cloning E-Business Suite R12 on Windows 2008 to a new machine, the following error appears:
C:oracleTEST2dbtech_st11.1.0appsutilclonebin>perl adcfgclone.pl dbTier Perl lib version (v5.6.1) doesn't match executable version (v5.8.3) at C:oracle UAT1appstech_st10.1.2perl5.6.1libMSWin32-x86/Config.pm line 21. Compilation failed in require at adcfgclone.pl line 28. BEGIN failed--compilation aborted at adcfgclone.pl line 28.
Solution:
Unset PERl5LIB environment variable.
Another E-Business Suite instance was installed on the Windows machine, but was not cleaned up properly before beginning the new clone. Before running clone script, in Command Prompt, issue the following command:
set PERL5LIB=
This unsets the PERL5LIB environment variable.
0 Comments.