Author |
Message
|
Blomman |
Posted: Tue Feb 24, 2009 12:10 am Post subject: WMB-tookit -> cfgmanager cant discover broker. |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Hi!
Setting up my new WMB environment including:
WMQ 7FP1 and WMB6.1FP3 on SLES10 and external Oracle 10 database, im having some problem with WMB-toolkit -> Cfgmanager not discovering WMB.
Adding a new Domain Connection in WMB6.1-toolkit and setting mqsicreateaclentry to "AllResources" -p for my user having no problem connecting to Cfgmanager.
However no WMB is discovered and if i add it manually in the Domain Connection i get an error that says something about "cfgmanager dont know about wmb bla bla bla".......
Som new authority issues in thoose new versions???
Best Regards!
//Michael
Last edited by Blomman on Thu Feb 26, 2009 9:39 am; edited 1 time in total |
|
Back to top |
|
 |
MQEnthu |
Posted: Tue Feb 24, 2009 12:32 am Post subject: |
|
|
 Partisan
Joined: 06 Oct 2008 Posts: 329 Location: India
|
Does mqsilist list the broker you have created? _________________ -----------------------------------------------
It is good to remember the past,
but don't let past capture your future |
|
Back to top |
|
 |
Blomman |
Posted: Tue Feb 24, 2009 12:55 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
MQEnthu wrote: |
Does mqsilist list the broker you have created? |
Yes!
//Michael |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 24, 2009 5:07 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Is the configmgr sharing a queue manager with the broker? Or not?
If not, is the necessary MQ networking setup, including appropriate XMITQs and etc., complete between the two qmgrs? |
|
Back to top |
|
 |
Blomman |
Posted: Tue Feb 24, 2009 6:19 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
mqjeff wrote: |
Is the configmgr sharing a queue manager with the broker? Or not?
If not, is the necessary MQ networking setup, including appropriate XMITQs and etc., complete between the two qmgrs? |
Not sharing, aha is that so, if i remember right ive been setting upp this before without any extra setup.
But now that u sayingit you are right, i look in to this right away...
//Michael |
|
Back to top |
|
 |
Blomman |
Posted: Wed Feb 25, 2009 4:56 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Hmm what objects to i have to define?
I have defined SDR and RCVR channels and XMIQs Both cgf.qmanager and wmb.qmanger, still dosent work...
Do i have remoteqs and localqs asswell?!?
//Michael |
|
Back to top |
|
 |
MQEnthu |
Posted: Wed Feb 25, 2009 5:24 am Post subject: |
|
|
 Partisan
Joined: 06 Oct 2008 Posts: 329 Location: India
|
Make sure the channels are started and running...
Did you name the XMIT queue as the remote queue manager name?? _________________ -----------------------------------------------
It is good to remember the past,
but don't let past capture your future |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Feb 25, 2009 5:28 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You need sdr/rcvr pairs, and XMITQs that are named after the other qmgr.
So if broker qmgr is named DBRK01, and config mgr qmgr is DCFG01, then you need an XMITQ on DCFG01 named DBRK01 and an XMITQ on DBRK01 named DCFG01.
Then these need to be triggered to start the sdr/rcvr pairs.
if all that's working, and you still don't get the broker registered with the cfgmgr, you need to double-check it again and then likely open a PMR. |
|
Back to top |
|
 |
Blomman |
Posted: Wed Feb 25, 2009 6:24 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
mqjeff wrote: |
You need sdr/rcvr pairs, and XMITQs that are named after the other qmgr.
So if broker qmgr is named DBRK01, and config mgr qmgr is DCFG01, then you need an XMITQ on DCFG01 named DBRK01 and an XMITQ on DBRK01 named DCFG01.
Then these need to be triggered to start the sdr/rcvr pairs.
if all that's working, and you still don't get the broker registered with the cfgmgr, you need to double-check it again and then likely open a PMR. |
Creating theese objects was the first i actually did ....
Double checked and tripple checked them....Tested and double tested....
Still not working, baaahh PMR i have created a few do i have the energy to create another one?
One other issue, why is SSLCIPH(NULL_MD5) on chls by default in WMQ7???
After defining theese object "something" triggered the sdr chl from cfg.qmgr to wmb.qmgr...But when i had the parameter SSLCIPH(NULL_MD5)(which is default in wmq7?) i got an ssl-err and the channel ended in "retrying" mode...
Was it the cfgmqr that wanted to talk to wmb...Hmm probably.
How to initiate the "conversation" again?
Is this an catch22?
//Michael
Last edited by Blomman on Thu Feb 26, 2009 9:41 am; edited 1 time in total |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Feb 25, 2009 6:47 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Are there messages on either XMITQ? can you send messages between the two qmgrs otherwise?
Are there any errors in the error log on the cfgmgr? on the broker?
Is the broker started? |
|
Back to top |
|
 |
jasonlck |
Posted: Wed Feb 25, 2009 9:50 pm Post subject: |
|
|
Apprentice
Joined: 06 Oct 2008 Posts: 48 Location: Singapore
|
Try reading up on the document named "Configuring WebSphere Message Broker V6 for Windows 2003 with Microsoft Cluster Server Version 1.2".
It was released in 09 January 2006 by IBM Stephen Cox.
Inside there is an actual sample code on how to program the MQ QMs to communicate with each other.
I can't find it online so I'm jus describing here to help you.
Hope you can find it and post the location URL. |
|
Back to top |
|
 |
Moki |
Posted: Thu Feb 26, 2009 7:33 am Post subject: |
|
|
Newbie
Joined: 22 Jan 2008 Posts: 2
|
mqjeff wrote: |
Are there messages on either XMITQ? can you send messages between the two qmgrs otherwise?
Are there any errors in the error log on the cfgmgr? on the broker?
Is the broker started? |
It is possible to send messages between the two qmgrs.
The broker has started.
When trying to deploy a bar-file a BIP1540I is created. Maybee there's a problem with the database configuration used by the broker? I Will look into that. |
|
Back to top |
|
 |
Blomman |
Posted: Mon Mar 02, 2009 2:25 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Yes the cfg queuemanager and wmb queuemanager, can send messages toward eachother...It could from the first begining and this isnt the issue..
I used amqsput and get samples for this test....
Getting this if i try to deploy, now not using the Tool-kit instead using mqsideploy..
mqsideploy -n .configmgr -b "Some broker" -e default -a /tmp/TE.bar
BIP1044I: Connecting to the Configuration Manager's queue manager...
BIP1045I: Connecting to the Configuration Manager...
BIP1037S: Broker not found.
Broker 'Some broker' was not found in the Configuration Manager repository.
Where is Configuration Manager repository? A Queue? In the broker database?
Any suggestions?
Regards!
//Michael |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Mar 02, 2009 2:54 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Now that you can talk from config mgr qmgr to broker qmgr, did you ever add the broker to the domain?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Blomman |
Posted: Wed Mar 04, 2009 12:54 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Problem solved!
Somehow the CFGmanager and WMB got different UUIDs.....
I recreated the broker and now it works fine.
Txh for the input.
Regards!
//Michael |
|
Back to top |
|
 |
|