If after cloning, all of the concurrent managers did not start, how would you resolve the issue?
Answer Posted / chaithanya
To resolve this issue, you would need to stop all of the middle tier services to include the concurrent managers. Then you would want to stop and restart the database, last but not least you would connect SQLPLUS as APPS user and run EXEC FND_CONC_CLONE.SETUP_CLEAN; COMMIT; EXIT;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers