Author |
Message
|
sneh |
Posted: Wed Nov 15, 2006 12:33 pm Post subject: MQRC 2087 |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 28 Location: Mumbai
|
hey this is something strange i saw...
I have ALIAS Queue which is pointing to the Local queue on the same queue manager.
Still some time (point to be noted: not always), it throws error :
mqrc 2087
2087 0x00000827 MQRC_UNKNOWN_REMOTE_Q_MGR
can someone tell me the possible root cause? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Nov 15, 2006 3:59 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Missing qmgr Alias...
Read the intercommunications manual.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sneh |
Posted: Thu Nov 16, 2006 9:28 am Post subject: |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 28 Location: Mumbai
|
sorry.. but i dint get wat do u mean by "Missing qmgr Alias"
There should not be this concept coming in..
The Alias and Local both Qs on same Qmgr. |
|
Back to top |
|
 |
vennela |
Posted: Thu Nov 16, 2006 10:21 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Post definitions of both your queues |
|
Back to top |
|
 |
sneh |
Posted: Thu Nov 16, 2006 11:37 am Post subject: |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 28 Location: Mumbai
|
Here are the definitions....
BT.AL.CHE.DISCARD_MSGS.01
DESCR( )
TARGQ(BT.PR.HW04.CHE.DISCARD_MSGS.01)
CLUSTER( ) CLUSNL( )
QUEUE(BT.AL.CHE.DISCARD_MSGS.01) ALTDATE(2005-12-13)
ALTTIME(12.06.36) GET(ENABLED)
PUT(ENABLED) DEFPRTY(0)
DEFPSIST(NO) SCOPE(QMGR)
DEFBIND(OPEN) TYPE(QALIAS)
-----------
BT.PR.HW04.CHE.DISCARD_MSGS.01 :
DESCR(WebSphere MQ Default Local Queue)
PROCESS( ) BOQNAME( )
INITQ( ) TRIGDATA( )
CLUSTER( ) CLUSNL( )
QUEUE(BT.PR.HW04.CHE.DISCARD_MSGS.01) CRDATE(2005-10-19)
CRTIME(15.53.26) ALTDATE(2005-12-14)
ALTTIME(04.17.19) GET(ENABLED)
PUT(ENABLED) DEFPRTY(0)
DEFPSIST(NO) MAXDEPTH(99999)
MAXMSGL(104857600) BOTHRESH(0)
SHARE DEFSOPT(SHARED)
HARDENBO MSGDLVSQ(PRIORITY)
RETINTVL(999999999) USAGE(NORMAL)
NOTRIGGER TRIGTYPE(FIRST)
TRIGDPTH(1) TRIGMPRI(0)
QDEPTHHI(80) QDEPTHLO(20)
QDPMAXEV(ENABLED) QDPHIEV(DISABLED)
QDPLOEV(DISABLED) QSVCINT(999999999)
QSVCIEV(NONE) DISTL(NO)
NPMCLASS(NORMAL) DEFTYPE(PREDEFINED)
TYPE(QLOCAL) SCOPE(QMGR)
DEFBIND(OPEN) IPPROCS(0)
OPPROCS(54) CURDEPTH(37032) |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Nov 16, 2006 12:52 pm Post subject: |
|
|
Guest
|
Is it the exact same application program that gets the 2087 0x00000827 MQRC_UNKNOWN_REMOTE_Q_MGR reason code? Does the program open the QAlias every time? Or the QLocal every time? Or sometimes the QAlias and sometimes the QLocal? |
|
Back to top |
|
 |
sneh |
Posted: Fri Nov 17, 2006 12:00 pm Post subject: |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 28 Location: Mumbai
|
The application is putting msgs on Alias Qs only...
but when ther is no Remote Qmgr.. i dont understand y i m receiving such error.... |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Nov 18, 2006 9:21 am Post subject: |
|
|
Guest
|
You said: "but when ther is no Remote Qmgr" What do you mean by this? |
|
Back to top |
|
 |
wschutz |
Posted: Sat Nov 18, 2006 9:31 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Whats up with this:
OPPROCS(54) CURDEPTH(37032) ??
anyways, what level and csd/fp of MQ is this? You should not be getting that RC. I assume you're getting this on the MQOPEN.... _________________ -wayne |
|
Back to top |
|
 |
sneh |
Posted: Mon Nov 20, 2006 3:50 am Post subject: |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 28 Location: Mumbai
|
[b]bruce2359[/b] :
I mean if i m pointing AL Q to local Q, where the Remote Q mgr comes in picture?
[b]wschutz[/b]
OPPROCS(54) CURDEPTH(37032) ?? - this is because this q is garbage collector Q. we dump all unrequired msgs here.
yes, we are getting this error on MQopen |
|
Back to top |
|
 |
vennela |
Posted: Mon Nov 20, 2006 9:22 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Post your code snippet here |
|
Back to top |
|
 |
sneh |
Posted: Mon Nov 20, 2006 1:01 pm Post subject: |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 28 Location: Mumbai
|
there is no code written explicitly..
We ae using WBIMB MQOutPut Node to out put the msg on Q
Just hav mentioned the Al Q name as destination. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Nov 20, 2006 1:06 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You're sure you've specified nothing in the QueueManager property on the MQOutput node?
You're sure you're not specifying a QueueManager name in the destination list?
Is there MQ Clustering involved at all? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sneh |
Posted: Mon Nov 20, 2006 1:17 pm Post subject: |
|
|
Apprentice
Joined: 12 Aug 2006 Posts: 28 Location: Mumbai
|
yes.. MQ clustering is involved.. but this Q is not pointng to Cluster Q...
will tht affect any how? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 20, 2006 1:22 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sneh wrote: |
yes.. MQ clustering is involved.. but this Q is not pointng to Cluster Q...
will tht affect any how? |
Is the cluster healthy? (All clusterchannels (in and outbound from your computer/broker) are showing a running or inactive status)?
Do you have a cluster alias in place ? _________________ MQ & Broker admin |
|
Back to top |
|
 |
|