Author |
Message
|
Gideon |
Posted: Mon Apr 05, 2010 11:19 am Post subject: WMB 7 question |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
When I create a broker from the Toolkit (New->Local Broker, in the lower left panel), a qmgr and broker are created locally, and the WMQ Explorer contains the broker name, so I can deploy archive files straight from the Explorer. Nice feature
However, when I create a queue manager on a Unix platform, and then create a broker using the following command:
Code: |
mqsicreatebroker MYBRK -i user -a passwd -q MYQMGR |
The broker is then created and I can deploy flows from the toolkit.
However, using this method I can not see the Broker Icon on the Explorer so that I can deploy archive files from the MQ Explorer.
What command can I run to tell the QMGR that he has a broker connected to it ?
Thanks, |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Apr 05, 2010 11:25 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
You have already told the Unix QMGR that there is a broker with the mqsicreatebroker command.
What you probably want is hot to connect the toolkit to the newly create broker?
Can you confirm this _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
Gideon |
Posted: Mon Apr 05, 2010 11:36 am Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
No, actually I can easily connect to the new broker from the toolkit and deploy flows.
What I can't do is see the broker icon on the WMQ Explorer
I need to know how to get the explorer to show this icon, so tht I can deploy just from the Explorer, and 2> teach others how to do this
Thanks |
|
Back to top |
|
 |
napier |
Posted: Mon Apr 05, 2010 12:34 pm Post subject: |
|
|
 Apprentice
Joined: 09 Oct 2007 Posts: 48 Location: USA
|
Add the remote QMGR in MQExporer then it will automatically show the broker in MQExplorer. |
|
Back to top |
|
 |
Gideon |
Posted: Mon Apr 05, 2010 12:45 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I just tried that, and the Qmgr does connect, it does not display the Broker symbol
I have 7.0.1, and can see the broker on the Explorer from when I created a broker from the toolkit (New->Local Broker in lower left hand panel)
Still can not see the broker from the mqsicreate command even if I view the qmgr remotely from the explorer (I tried on 2 machines)
Any ideas ? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Apr 05, 2010 12:53 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Gideon wrote: |
I just tried that, and the Qmgr does connect, it does not display the Broker symbol
I have 7.0.1, and can see the broker on the Explorer from when I created a broker from the toolkit (New->Local Broker in lower left hand panel)
Still can not see the broker from the mqsicreate command even if I view the qmgr remotely from the explorer (I tried on 2 machines)
Any ideas ? |
Did you check if there is an add broker command like in 6.x?
Can you add it using the configmgr proxy V7?
What else have you tried  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Gideon |
Posted: Mon Apr 05, 2010 1:24 pm Post subject: |
|
|
Chevalier
Joined: 18 Aug 2009 Posts: 403
|
I think I get your point. On the machine with the Local broker created from the Toolkit, the Explorerr has a "Brokers" icon, I right clicked on that icon, and added a remote broker. It works perfectly and I can now deploy
One other related issue. On another machine without a local broker defined by the toolkit, I am connected remotely to a QMGR that has a broker, but the broker is not on the explorer.
In this case I can not right click on the "Brokers" icon, because there is no broker icon. The very first broker is not yet on the explorere
In this case how can I get the explorer to add a broker ?
Thanks |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Apr 06, 2010 2:18 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Underneath the Brokers icon in the MB Explorer, you should see all locally created brokers that are at the V7 level. You can also add connections to remote V7 brokers here by right-clicking on the Brokers icon and selecting "Connect to Remote Broker".
If you aren't seeing either a local broker or a previously added remote broker, then that's almost definitely a bug.
This is also how queue managers are displayed, and it's also how the MB Toolkit "Brokers" view works.
Finally, if you don't see a Brokers icon at all in the Explorer navigator, then MB Explorer probably isn't installed. |
|
Back to top |
|
 |
|