Here is one of Reader’s Question around Autoconfig in Oracle Apps 11i/R12 “What is difference between adautoconfig.sh, adautocfg.sh and adconfig.sh ?”
To those who are new to Oracle Applications , using AutoConfig you can reconfigure your Oracle E-Business Suite configuration from values mentioned in $CONTEXT_FILE . To know more about Autoconfig click here or read chapter 5 from Oracle Applications Concept guide here
adautocfg.sh : is a wrapper around autoconfig script($AD_TOP/bin/adconfig.sh) . a) For application Tier this file is located in $ADMIN_SCRIPTS_HOME (in R12) or $COMMON_TOP/admin/scripts/$CONTEXT_NAME (in 11i)
b) For Database Tierthis file file is in $ORACLE_HOME/ appsutil/ scripts $CONTEXT_NAME (both 11i & R12)
This file invokes $AD_TOP/bin/adconfig.sh on Application Tier and $ORACLE_HOME/ appsutil/bin/adconfig.sh on Database Tier.
adconfig.sh : is script (which in turn calls adconfig.pl) to run Autoconfig tool which reconfigures application or database tier using context file (XML file) . adconfig.sh is located in $AD_TOP/bin (For 11i & R12 Application Tier) and $ORACLE_HOME/appsutil/bin (For 11i & R12 Database Tier)
So what is adautoconfig.sh- Well I don’t think there is any script like adautoconfig.sh ? What do you think ?
Related Posts for Autoconfig
- Preserving Customizations in Oracle Apps 11i or R12
- Autoconfig Basics
- Unwrapping XML , Context File or Autoconfig configuration file
- Autoconfig in Apps template files Contd….
- Autoconfig in Oracle Apps R12 adautocfg.sh
- Reader’s Question : Autoconfig : What is difference between adautoconfig.sh, adautocfg.sh and adconfig.sh
Popularity: 3% [?]







Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
3 users commented in " Reader’s Question : Autoconfig : What is difference between adautoconfig.sh, adautocfg.sh and adconfig.sh "
Follow-up comment rss or Leave a TrackbackI never heard of adautoconfig.sh, but one never knows. It might be a wrapper around adautocfg.sh?
-Arnoud
Hi,
i am a new appsdba. & i am facing a problem in report output. when i run the active user request it complete normally. but when i see the output i got the erro FS-NOINIT
i dont know what error is this. this my prod server.
i am using 8.1.7 in windows NT.
PLZ REPLY AS SOON AS POSSIBLE.
JAY.
Hi Jay
The possible reasons are you have applied a patch 4175764 which put extra space in the listener.ora check metalink for solution which says to apply a patch.
–Vivek
Leave A Reply