adcfgclone.pl appsTier fails with error AC-50207

tolywang發表於2012-03-09

 

 [ID 1323631.1]

 

Applies to:
Oracle Applications Manager - Version: 12.1.1 to 12.1.3 - Release: 12.1 to 12.1
IBM AIX on POWER Systems (64-bit)
Following: Cloning Oracle Applications Release 12 with Rapid Clone (Doc ID 406982.1)
Section 2: Cloning Tasks
Configure the target system
perl adcfgclone.pl appsTier
Symptoms
Executing "perl adcfgclone.pl appsTier"
The progress bar reaches 90% and shos following failure :
...

AC-50207: Fatal: Failed to execute one or more of the config tools during Context Value Management. Deactivating Context Value Management System
...

Log file shows "txkExecSetJaznCredentials.pl INSTE8_APPLY 160"

Running the command manually (taken from the log file), results in success (ERRORCODE=0)

Even though the adcfgclone.pl process failed at 90%, it noted an error much earlier but continued :

Also experienced failure at 79% :
...

[APPLY PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /test/oracle/aixtest1/apps/tech_st/10.1.3/perl/bin/perl -I /test/oracle/aixtest1/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /test/oracle/aixtest1/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /test/oracle/aixtest1/apps/apps_st/appl/au/12.0.0/perl -I /test/oracle/aixtest1/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/aix-thread-multi /test/oracle/aixtest1/inst/apps/aixtest1_celaixclu10/admin/install
txkExecSetJaznCredentials.pl INSTE8_APPLY 160

AutoConfig is exiting with status 1
...
 
Cause
As the error occured on an IBM AIX Instance, Customer has followed Note 1268210.1 and has set the LDR_CNTRL to the recommended setting via the .profile :

...
export LDR_CNTRL=MAXDATA=0x40000000
...

It has been identified, that this LD_CNTRL Setting has produced the failure - only during the adcfgclone.pl execution.
 
Solution
To get over this failure, please use following WORKAROUND :

1. Simply comment out the variable in your .profile (for example) :
 

# export LDR_CNTRL=MAXDATA=0x40000000

2. Start a new session (Shell) and rerun the configuration steps.
 

2.1 Log on to the target system as the APPS User
2.2 cd [COMMON_TOP]/clone/bin
2.3 perl adcfgclone.pl appsTier

3. Once successful, restore the variable to it's original setting, by enable the Setting in the .profile again :
 

export LDR_CNTRL=MAXDATA=0x40000000

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-718114/,如需轉載,請註明出處,否則將追究法律責任。

相關文章