1.

If After Cloning, All Of The Concurrent Managers Did Not Start, How Would You Resolve The Issue?

Answer»

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;

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;



Discussion

No Comment Found