Author |
Message
|
Vin |
Posted: Wed Apr 27, 2005 4:04 pm Post subject: creating a subscriber for a topic using MQJExplorer |
|
|
Master
Joined: 25 Mar 2002 Posts: 212 Location: India
|
I was trying to create a subscriber for an MQTopic using MQJExplorer and was getting this error com.ibm.mq.MQException: Completion Code 2, Reason 2085. Has anyone faced this before? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 27, 2005 7:07 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
hm 2085 ...
Isn't that object not defined... or something like it ?
 |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Apr 28, 2005 6:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
2085 is unknown object, and my guess is that you don't have your subscriber queue defined. You may need to run the MQJMS_PSQ.mqsc file in the java\bin subdirectory against your qmgr. |
|
Back to top |
|
 |
Vin |
Posted: Thu Apr 28, 2005 7:10 am Post subject: |
|
|
Master
Joined: 25 Mar 2002 Posts: 212 Location: India
|
Thanks but looks like I entered all the info and my stream queue and local queue both are existing but still I see the problem, not sure whether its something to do with the tool itself. Is there an other way I can have this done? |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Apr 28, 2005 7:44 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I've never used the MQJExplorer so I'm not familiar with it. With JMS, you need to define several types of queues for the topic so that WMQ knows where to put things. My guess is still that the one where the subscriber will put its messages is missing. How do you specify this? Is it possible that it is asking for a model queue and you've given it a local queue? |
|
Back to top |
|
 |
Vin |
Posted: Thu Apr 28, 2005 8:24 am Post subject: |
|
|
Master
Joined: 25 Mar 2002 Posts: 212 Location: India
|
tried that too, does'nt seem to be working, not sure what I'm missing, my queue manager is running ok and so is my broker |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Apr 28, 2005 9:58 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I'd suggest taking a trace and then trying to look through it for the queue name that is throwing the 2085. It will probably shed light on what is actually wrong. |
|
Back to top |
|
 |
|