ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General Discussion » MQRC 2087

Post new topic  Reply to topic Goto page 1, 2  Next
 MQRC 2087 « View previous topic :: View next topic » 
Author Message
sneh
PostPosted: Wed Nov 15, 2006 12:33 pm    Post subject: MQRC 2087 Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Wed Nov 15, 2006 3:59 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
sneh
PostPosted: Thu Nov 16, 2006 9:28 am    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Thu Nov 16, 2006 10:21 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Post definitions of both your queues
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sneh
PostPosted: Thu Nov 16, 2006 11:37 am    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Thu Nov 16, 2006 12:52 pm    Post subject: Reply with quote

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
PostPosted: Fri Nov 17, 2006 12:00 pm    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Sat Nov 18, 2006 9:21 am    Post subject: Reply with quote

Guest




You said: "but when ther is no Remote Qmgr" What do you mean by this?
Back to top
wschutz
PostPosted: Sat Nov 18, 2006 9:31 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
sneh
PostPosted: Mon Nov 20, 2006 3:50 am    Post subject: Reply with quote

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
View user's profile Send private message
vennela
PostPosted: Mon Nov 20, 2006 9:22 am    Post subject: Reply with quote

Jedi Knight

Joined: 11 Aug 2002
Posts: 4055
Location: Hyderabad, India

Post your code snippet here
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sneh
PostPosted: Mon Nov 20, 2006 1:01 pm    Post subject: Reply with quote

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
View user's profile Send private message
jefflowrey
PostPosted: Mon Nov 20, 2006 1:06 pm    Post subject: Reply with quote

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
View user's profile Send private message
sneh
PostPosted: Mon Nov 20, 2006 1:17 pm    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Mon Nov 20, 2006 1:22 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General Discussion » MQRC 2087
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.