Difference between revisions of "E-Business Suite (EBS)"
From dbawiki
(Created page with "==Cloning== There are many different ways of cloning an E-Business suite database. This is a long-winded version. Trying to trim it down... * [ ] ==Errors== ===internal concu...") |
(→Solution) |
||
| Line 9: | Line 9: | ||
====Solution==== | ====Solution==== | ||
* [http://360oracleappsdba.blogspot.com/2010/12/internal-concurrent-manager-has.html Rerun autoconfig on db server then apps server - 360oracleappsdba.blogspot.com] | * [http://360oracleappsdba.blogspot.com/2010/12/internal-concurrent-manager-has.html Rerun autoconfig on db server then apps server - 360oracleappsdba.blogspot.com] | ||
| + | Essentially, on the application server setup the environment, then<br /> | ||
| + | Stop what's left of the apps processes | ||
| + | <pre> | ||
| + | cd $ADMIN_SCRIPTS_HOME | ||
| + | ./adstpall.sh | ||
| + | </pre> | ||
| + | on the database server setup the environment, then<br /> | ||
| + | Run autoconfig | ||
| + | <pre> | ||
| + | cd $ORACLE_HOME/appsutil/scripts/$CONTEXT_NAME | ||
| + | ./adautocfg.sh | ||
| + | </pre> | ||
| + | then back on the application server<br /> | ||
| + | Run autoconfig and restart apps | ||
| + | <pre> | ||
| + | cd $ADMIN_SCRIPTS_HOME | ||
| + | ./adautocfg.sh | ||
| + | ./adstrtal.sh | ||
| + | </pre> | ||
| + | As a final check, have a look at the contents of FND_NODES | ||
Revision as of 10:08, 5 June 2018
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...
- [ ]
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.
Solution
Essentially, on the application server setup the environment, then
Stop what's left of the apps processes
cd $ADMIN_SCRIPTS_HOME ./adstpall.sh
on the database server setup the environment, then
Run autoconfig
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
As a final check, have a look at the contents of FND_NODES