Author |
Message
|
mca |
Posted: Wed Nov 15, 2017 2:48 pm Post subject: Channels not displaying in MQ Explorer |
|
|
Disciple
Joined: 09 Mar 2005 Posts: 196
|
I have a sender and receiver channels on one Queue Manager communicating with another Sender-Receiver Channels on another Queue Manager on the same Linux server.
I am able to access the channels on first Queue Manager via MQ Explorer but i cant see them on the second Queue Manager.
We are able to start the channels and the communication is happening fine between two QMs, but what might be preventing us from not able to see the Channels of one QM listed in MQ Explorer ? Our entire team is having the same problem. So, i guess we are missing some parameter on the QM. Please assist... |
|
Back to top |
|
 |
Android 23 |
Posted: Sat Nov 18, 2017 11:54 pm Post subject: |
|
|
Apprentice
Joined: 27 Mar 2017 Posts: 38
|
Quote: |
I am able to access the channels on first Queue Manager via MQ Explorer but i cant see them on the second Queue Manager. |
Are you checking second queue manager through MQ Explorer or not?
If the channels are working, then you can see it.
Thanks & Regards
Android 23 |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 20, 2017 6:00 am Post subject: Re: Channels not displaying in MQ Explorer |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mca wrote: |
I have a sender and receiver channels on one Queue Manager communicating with another Sender-Receiver Channels on another Queue Manager on the same Linux server.
I am able to access the channels on first Queue Manager via MQ Explorer but i cant see them on the second Queue Manager.
We are able to start the channels and the communication is happening fine between two QMs, but what might be preventing us from not able to see the Channels of one QM listed in MQ Explorer ? Our entire team is having the same problem. So, i guess we are missing some parameter on the QM. Please assist... |
Permissions perhaps?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
vinay.gollapalli |
Posted: Mon Nov 20, 2017 9:08 am Post subject: Re: Channels not displaying in MQ Explorer |
|
|
Novice
Joined: 22 Aug 2017 Posts: 22
|
Most probably you should be getting permission error if not channels should be available in MQ explorer when you connect to qmgr .
mca wrote: |
I have a sender and receiver channels on one Queue Manager communicating with another Sender-Receiver Channels on another Queue Manager on the same Linux server.
I am able to access the channels on first Queue Manager via MQ Explorer but i cant see them on the second Queue Manager.
We are able to start the channels and the communication is happening fine between two QMs, but what might be preventing us from not able to see the Channels of one QM listed in MQ Explorer ? Our entire team is having the same problem. So, i guess we are missing some parameter on the QM. Please assist... |
|
|
Back to top |
|
 |
bruce2359 |
Posted: Mon Nov 20, 2017 9:44 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
I’m confused. Are you running MQExolorer on BOTH qmgrs? Or only on one qmgr?
What errors in error logs on BOTJ qmgrs? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
zpat |
Posted: Tue Nov 21, 2017 1:55 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Code: |
setmqaut -m xx -t queue -n '**' -g yy +dsp +inq
setmqaut -m xx -g yy -n '**' -t namelist +dsp +inq
setmqaut -m xx -g yy -n '**' -t process +dsp +inq
setmqaut -m xx -g yy -n '**' -t authinfo +dsp +inq
setmqaut -m xx -g yy -n '**' -t channel +dsp
setmqaut -m xx -g yy -n '**' -t service +dsp
setmqaut -m xx -g yy -n '**' -t listener +dsp
setmqaut -m xx -g yy -n '**' -t clntconn +dsp |
Try permissions like that for QM = xx and one of your groups = yy _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
|