Introduction :
AutoConfig is a configuration tool that does the automation and the configuration of an Oracle E-Business Suite instance. The data required for configuring an Applications system is collected into an XML repository called the Applications context File. There is one Applications context file for each APPS tier and for each DB tier. When AutoConfig runs it uses the information from the Applications context file to generate all configuration files and update database profiles.
We had done an upgrade of iAS_ORACLE_HOME and then when tried to execute autoconfig, we got the below error. The fix that was applied to resolve this error has been given below for reference.
Error Faced :
*******FATAL ERROR*******
PROGRAM : ($FND_TOP/patch/115/bin/txkSetConfig.pl)
FUNCTION: [ Level 1 ]
ERRORMSG: *******FATAL ERROR*******
PROGRAM : ($FND_TOP/patch/115/bin/txkSetConfig.pl)
FUNCTION: TXK::AutoConfig::_setCmd [ Level 1 ]
ERRORMSG: appsborg2.zip not found
Reason for the error :
The entry within the context file for s_techstack is set to “as10g” where as it should be “as1013”
Fix for the issue :
Once the below changes were done, autconfig was executed successfully.
1. Modify the below in the Apps context file
From
<config_option type=”techstack” oa_var=”s_techstack”>as10g</config_option>
To
<config_option type=”techstack” oa_var=”s_techstack”>as1013</config_option>
2. Execute Autoconfig.
3. Ensure autoconfig has completed successfully.