e-business_suite_ebs
This is an old revision of the document!
Table of Contents
Cloning
There are many different ways of cloning an E-Business suite database. This is a long-winded version. Trying to trim it down…
This is Oracle's way of doing it
General
How to find the Internal Concurrent Manager (ICM) log on Oracle Apps 11i and R12
All Concurrent Manger log files (including ICM) are located in the $APPLCSF/$APPLLOG
cd $APPLCSF/$APPLLOG ls -altr *$TWO_TASK*
Errors
internal concurrent manager has terminated with status 1 - giving up.
Problem
Starting up with adstrtall.sh seems to end successfully but all the FND processes soon all crash.<br />
Solution
Essentially, on the application server setup the environment, then<br /> Stop what's left of the apps processes
cd $ADMIN_SCRIPTS_HOME ./adstpall.sh apps/apps
on the database server setup the environment, then<br /> Run autoconfig appspass=apps
cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME ./adautocfg.sh
then back on the application server<br /> Run autoconfig and restart apps
cd $ADMIN_SCRIPTS_HOME ./adautocfg.sh ./adstrtal.sh apps/apps
As a final check, have a look at the contents of FND_NODES
e-business_suite_ebs.1544467089.txt.gz · Last modified: 2018/12/10 18:38 by 127.0.0.1
