Difference between revisions of "E-Business Suite (EBS)"
From dbawiki
(→Solution) |
|||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | * [http://mtalmasri.blogspot.com EBS blog - mtalmasri] | ||
| + | * [http://360oracleappsdba.blogspot.com EBS blog - 360oracleappsdba] | ||
==Cloning== | ==Cloning== | ||
There are many different ways of cloning an E-Business suite database. This is a long-winded version. Trying to trim it down... | There are many different ways of cloning an E-Business suite database. This is a long-winded version. Trying to trim it down... | ||
| − | * [ ] | + | * [[Clone E-Business Suite (EBS) database]] |
| + | ==General== | ||
| + | ===How to find the Internal Concurrent Manager (ICM) log on Oracle Apps 11i and R12=== | ||
| + | * [http://mtalmasri.blogspot.com/2012/08/how-to-find-icm-log-on-oracle-apps-11i.html mtalmasri.blogspot.com] | ||
| + | All Concurrent Manger log files (including ICM) are located in the $APPLCSF/$APPLLOG | ||
| + | <pre> | ||
| + | cd $APPLCSF/$APPLLOG | ||
| + | ls -altr *$TWO_TASK* | ||
| + | </pre> | ||
==Errors== | ==Errors== | ||
===internal concurrent manager has terminated with status 1 - giving up.=== | ===internal concurrent manager has terminated with status 1 - giving up.=== | ||
| Line 13: | Line 23: | ||
<pre> | <pre> | ||
cd $ADMIN_SCRIPTS_HOME | cd $ADMIN_SCRIPTS_HOME | ||
| − | ./adstpall.sh | + | ./adstpall.sh apps/apps |
</pre> | </pre> | ||
on the database server setup the environment, then<br /> | on the database server setup the environment, then<br /> | ||
| − | Run autoconfig | + | Run autoconfig appspass=apps |
<pre> | <pre> | ||
cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME | cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME | ||
| Line 26: | Line 36: | ||
cd $ADMIN_SCRIPTS_HOME | cd $ADMIN_SCRIPTS_HOME | ||
./adautocfg.sh | ./adautocfg.sh | ||
| − | ./adstrtal.sh | + | ./adstrtal.sh apps/apps |
</pre> | </pre> | ||
As a final check, have a look at the contents of FND_NODES | As a final check, have a look at the contents of FND_NODES | ||
Latest revision as of 12:40, 6 June 2018
Contents
Cloning[edit]
There are many different ways of cloning an E-Business suite database. This is a long-winded version. Trying to trim it down...
General[edit]
How to find the Internal Concurrent Manager (ICM) log on Oracle Apps 11i and R12[edit]
All Concurrent Manger log files (including ICM) are located in the $APPLCSF/$APPLLOG
cd $APPLCSF/$APPLLOG ls -altr *$TWO_TASK*
Errors[edit]
internal concurrent manager has terminated with status 1 - giving up.[edit]
Problem[edit]
Starting up with adstrtall.sh seems to end successfully but all the FND processes soon all crash.
Solution[edit]
Essentially, on the application server setup the environment, then
Stop what's left of the apps processes
cd $ADMIN_SCRIPTS_HOME ./adstpall.sh apps/apps
on the database server setup the environment, then
Run autoconfig appspass=apps
cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME ./adautocfg.sh
then back on the application server
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