Monday 30 March 2015

Concurrent Managers are not running properly – Basic Workaround

1. Stop all middle tier services including the concurrent managers.
Please make sure that no FNDLIBR, FNDSM, or any dead process is
running.

2. Go to cd $FND_TOP/bin
$ adrelink.sh force=y “fnd FNDLIBR”
$ adrelink.sh force=y “fnd FNDFS”
$ adrelink.sh force=y “fnd FNDCRM”
$ adrelink.sh force=y “fnd FNDSM”
3. Run the CMCLEAN.SQL
Check output for your apps nodes.
select CONCURRENT_QUEUE_NAME from FND_CONCURRENT_QUEUES where
CONCURRENT_QUEUE_NAME like 'FNDSM%';
4. Start all middle tier services including the concurrent managers.

No comments:

Post a Comment