Author |
Message
|
irony |
Posted: Tue Feb 14, 2006 12:04 pm Post subject: RFHUTIL & Cluster Queues |
|
|
Apprentice
Joined: 18 Nov 2005 Posts: 35 Location: US
|
Hi ,
When I run RHFUTILC, i am able to connect to only the Local Queues and not cluster queues. I get error code '2085 No such queue'.
But when i do amqsput on the same cluster queue, I am successful.
Am i missing anything on the RFHUTILC configuration?
Thanks,
irony |
|
Back to top |
|
 |
EddieA |
Posted: Tue Feb 14, 2006 12:22 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Are you filling in the QM name. If so, try without that. the symptom you describe is usually down to the PUT having both the QM and Q name specified, which will fail, because the Q doesn't exist on the QM you are connected to.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
irony |
Posted: Tue Feb 14, 2006 1:02 pm Post subject: cluster q and rfhutil |
|
|
Apprentice
Joined: 18 Nov 2005 Posts: 35 Location: US
|
Hi Eddie,
Well I am not filling the QM name (its populated) . But I am filling the Q name bcoz the Q names are not populated.
Also i noticed that the Load Names radio button is disabled.
Any thoughts?
Thanks for your reply,
irony |
|
Back to top |
|
 |
JT |
Posted: Tue Feb 14, 2006 1:35 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Quote: |
Well I am not filling the QM name (its populated) |
Highlight it and press delete. |
|
Back to top |
|
 |
irony |
Posted: Tue Feb 14, 2006 1:43 pm Post subject: |
|
|
Apprentice
Joined: 18 Nov 2005 Posts: 35 Location: US
|
JT wrote: |
Quote: |
Well I am not filling the QM name (its populated) |
Highlight it and press delete. |
thanks JT
?? i didn't get you. but i tried doing that, with no luck. |
|
Back to top |
|
 |
JT |
Posted: Tue Feb 14, 2006 1:51 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Hmmm, I routinely use RFHUTILC to put messages to cluster queues, and the queue manager parameter is blank, as Eddie suggested.
Are you running RFHUTILC from a script, with the MQSERVER variable set within the script ? |
|
Back to top |
|
 |
mvic |
Posted: Tue Feb 14, 2006 1:53 pm Post subject: Re: RFHUTIL & Cluster Queues |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
irony wrote: |
Am i missing anything on the RFHUTILC configuration? |
Difficult to say.
Have you tried
Code: |
strmqtrc -m QMNAME -t api -t detail
# run program
endmqtrc -a |
and then reading the relevant file in /var/mqm/trace ? This will show you exactly what is flowing across the MQI. If you have difficulty interpreting it, post the contents of the MQCONN and MQOPEN calls in the forum.
(NB. If you're on Windows the arguments on strmqtrc and endmqtrc are different - refer to the System Administration Guide) |
|
Back to top |
|
 |
|