Login  Register

Re: Target Node/Queue Unavailable

Posted by ErmanArslansOracleBlog on Oct 02, 2017; 8:58am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Target-Node-Queue-Unavailable-tp3695p3698.html

What are these N, E and C characters?
If your output format is correct, then your target queues are not correct.
Your target_node values should be correct.
update them..

Here is an example:

sqlplus apps/apps
update FND_CONCURRENT_QUEUES set control_code = null  where concurrent_queue_name like %'Concurrent Manager Name%'; such as RCVOLTM
update FND_CONCURRENT_QUEUES set TARGET_NODE='<correct node >'   -> the name of the application server where CONCURRENT_QUEUE_NAME='Concurrent Manager Name'; such as RCVOLTM
commit;
Start the problematic concurrent manager