Author |
Message
|
ibm |
Posted: Sun May 21, 2006 7:59 am Post subject: Problem when create broker doamin in toolkit for AIX BIP0889 |
|
|
Newbie
Joined: 21 May 2006 Posts: 5
|
My environment on AIX5.3 is: MQ53(CSD10), DB2 8.2, MB6.0;
on Win2000 is:MQ53(CSD10) DB2 8.2 MB toolkit6.0;
When I creating a broker domain in the toolkit to deploy msgflow.bar to remote configmgr on AIX, there is always a problem after I input the configmgr's QM, listener port, of the QM and the IP address of AIX:
BIP0889E An exeception occured while communicating with the ConfigMgr on AIX_QM
-------------------------------------------------------------------------------
I runned the following commends on AIX to create a broker and configmgr:
--------------------------------------------------------------------------------
. /home/yiny/sqllib/./db2profile
db2start
db2 create database WBRKBKDB
db2 connect to WBRKBKDB
db2 bind ~/sqllib/bnd/@db2cli.lst grant public CLIPKG 5
db2 update database configuration for WBRKBKDB using dbheap 900
. /opt/IBM/mqsi/6.0/bin/./mqsiprofile
mqsicreatebroker WBRK_BROKER -i yiny -a zhu78jie -q AIX_QM -n WBRKBKDB -u yiny -p zhu78jie
mqsicreateconfigmgr CMGR01 -i yiny -a zhu78jie -q WBRK_BROKER
strmqcsv AIX_QM
runmqlsr -t tcp -p 1414 -m AIX_QM
mqsistart WBRK_BROKER
mqsistart CMGR01
-------------------------------------------------------------------------------- |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun May 21, 2006 8:08 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you created the acl entry for the windows user to allow access to the configmgr ?
From memory...
Code: |
mqsicreateaclentry configmgr -u user -a -x F -p |
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
raja_no_1 |
Posted: Sun May 21, 2006 10:37 am Post subject: |
|
|
 Apprentice
Joined: 05 Sep 2005 Posts: 34
|
What is the error message it is throwing? |
|
Back to top |
|
 |
ibm |
Posted: Sun May 21, 2006 7:43 pm Post subject: |
|
|
Newbie
Joined: 21 May 2006 Posts: 5
|
Thanks for your reply.
The error code from client side is:BIP0889E An exeception occured while communicating with the ConfigMgr on ...
I don't find anything useful on server side. I need to say that design of the log/trace of message broker on unix is not so good. I can't find anything useful after I enable the log for syslogd.
I think there is problem with the configuration manager:
when I ran mqsilistaclentry, mqsicreateaclentry, and even the mqsistop cfgmgr, it always tell me time out and the command can't be completed.
The configuration manager can't be stopped and I can't get or add acl entry.
I searched the forum about all BIP0889E topics, they don't help.
Anyone has idea about this? I am totally frustrated by this product, I am stuck in this for a whole week, the product can't work without any reason and useful logs. Please help me? Thanks a lot! |
|
Back to top |
|
 |
raja_no_1 |
Posted: Sun May 21, 2006 9:05 pm Post subject: |
|
|
 Apprentice
Joined: 05 Sep 2005 Posts: 34
|
The error message is too generic. Is there anything on the MQ logs?
Is the state of channels OK? |
|
Back to top |
|
 |
mqmatt |
Posted: Mon May 22, 2006 4:06 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
You can't connect to your Config Manager on AIX_QM because you defined it on a different queue manager (WBRK_BROKER). Either define your Config Manager on AIX_QM, or start a listener for WBRK_BROKER on a different port and connect using that.
When you specify the connection details, you are describing how to connect to the Config Manager, not the broker. I suggest you run the QuickTour to understand how the different components interact.
Regards
-Matt |
|
Back to top |
|
 |
ibm |
Posted: Mon May 22, 2006 6:38 pm Post subject: I report a defect of MB6 |
|
|
Newbie
Joined: 21 May 2006 Posts: 5
|
I did the same operation on AIX5.2 with that on AIX 5.3 to install MQ53(CSD10), DB2_82, MB6; create broker/configmgr. Then I can successfully deploy a msgflow from toolkit to brk on AIX5.2, but failed with AIX5.3.
Also I can successfully start/stop configmgr on AIX 5.2. This is failed on AIX5.3. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue May 23, 2006 12:08 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
I told you why you got your initial problem; did my suggestion not fix it? |
|
Back to top |
|
 |
ibm |
Posted: Tue May 23, 2006 12:12 am Post subject: |
|
|
Newbie
Joined: 21 May 2006 Posts: 5
|
I did right,.
I only made a mistake when I publish to the board.
Anyway thanks a lot! |
|
Back to top |
|
 |
|