1. Shutdown Concurrent Managers (eg. run “adcmctl.sh stop apps/<apps password>”) on the application node(s) where the Concurrent Managers run.
Run the following query under the apps account to ensure any jobs scheduled to run in the source database are cancelled:
sql> truncate table applsys.fnd_concurrent_requests;
2 . Run the following query under the apps account to clear SOURCE node entries in the fnd_concurrent_queues table which would prevent the Concurrent Managers from starting correctly:
sql> UPDATE fnd_concurrent_queues
WHERE node_name IN(‘<Source Server1>’, ‘<Source Server2>’, ‘<etc>’);
Startup Concurrent Managers (eg. run “adcmctl.sh start apps/<apps password>”) on the application nodes where the Concurrent Managers run.

No comments yet
Comments feed for this article