adcfgclone.pl appsTier fails with error AC-50207

简介:

[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博客tolywang的博客,原文链接:adcfgclone.pl appsTier fails with error AC-50207,如需转载请自行联系原博主。

相关文章
|
Android开发
Failed to obtain GLES 2.x extensions striProcess finished with exit code -1073741819 (0xC0000005)
android studio打开虚拟机时报错信息,解决办法之一(我成功的办法,其他方法试了没用), 打开 设备管理器然后找到你的独显,然后禁用设备,然后再次启动设备就行了,最后再启动你的虚拟机就行了。
157 0
|
数据库
ORA-06553: PLS-801: internal error 的解决办法
搜索了一下,原来是把32位的数据库恢复到64位的数据库了。找到解决方案如下
153 0
【WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, st】
【WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, st】
1361 0
Error information: “Error: SignerSign() failed.“ (-2147012889/0x80072ee7)
Error information: “Error: SignerSign() failed.“ (-2147012889/0x80072ee7)
123 0
|
SQL 数据库 Windows
MS SQL错误:SQL Server failed with error code 0xc0000000 to spawn a thread to process a new login or connection. Check the SQL Server error log and the W
早晨宁波那边的IT人员打电话告知数据库无法访问了。其实我在早晨也发现Ignite监控下的宁波的数据库服务器出现了异常,但是当时正在检查查看其它服务器发过来的各类邮件,还没等到我去确认具体情况,就收到了电话。
1908 0
|
SQL 数据库 Windows
SQL Server 2005 sp_send_dbmail出现Internal error at FormatRowset (Reason: Not enough storage is available to complete this operation)
案例环境:   操作系统: Windows 2003 SE 32bit(SP2) 数据库版本:Microsoft SQL Server 2005 - 9.00.5069.00 (Intel X86)             Aug 22 2012 16:01:52           ...
1415 0