Author |
Message
|
pdmenon |
Posted: Wed Dec 29, 2010 9:41 pm Post subject: Broker UUID not generated |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Hi Experts,
I created a broker, "bk1" and later deleted the broker using (mqsidelete bk1)
Then again, I created the same broker name<<bk1>> in windows xp like the following:
mqsicreatebroker <<bkname>> -i <<userid>> -a <<servicepwd>> -q <<brokerqmname>> -n <<brokerdbname>>
broker created successfully.
And I ran broker: mqsistart <<brokername>>
when I checked properties of the broker..
mqsireportbroker <<brokername>>
Broker UUID = '' {{was empty}}
userid got all the permissions.
I restarted my machine, still Broker UUID is empty. |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Dec 29, 2010 11:35 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Have you
- Created an Execution Group
- Deployed a flow to the EG
And then run the command again?
I've not done the test you are performing but I know that when an EG is created and running it (along with the flow) has a UUID.
You haven't told us the platform & patch level of the broker you are running.
That might be useful. _________________ 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 |
|
 |
fjb_saper |
Posted: Thu Dec 30, 2010 12:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I don't believe the broker gets a UUID unless it's been added to a topology (read assigned to a topology with the toolkit) ... at least in V6...
Don't know if anything changed in V7 there.
Creating an EG and deploying a flow to it forces such an assignment...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
pdmenon |
Posted: Thu Dec 30, 2010 4:33 am Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Quote: |
Have you
- Created an Execution Group
- Deployed a flow to the EG
And then run the command again?
I've not done the test you are performing but I know that when an EG is created and running it (along with the flow) has a UUID.
You haven't told us the platform & patch level of the broker you are running.
That might be useful. |
Dear Davis:
I had created an Execution Group as well as I have deployed before.
While deleting an existing broker as I told, same steps followed for deleting that EG under that Broker.
I created EG for 2nd time {having same name and attributes} in the newly created same Broker.
still same problem exists..
BTW:
Platform: Windows XP
Broker: Version: 6.1.0.4[/list] |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Dec 30, 2010 5:11 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
But did you deploy a flow to the EG as I advised? _________________ 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 |
|
 |
smdavies99 |
Posted: Thu Dec 30, 2010 5:26 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
I just created a default config on Linux using 6.1.0.8.
An mqsireportbroker command printed out a value in the UUID field.
Perhaps this is a defect in 6.1.0.4? Take a look at the release notes on the IBM site for the 6.1.0.8 fixpack It also contains the release notes for the previous fixpacks. If there was a know defect fixed it should be there.
If not then you need to raise a PMR.
The CMP API Exerciser should show you the UUID of the broker.
My guess is that you want it for some other reason though. _________________ 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 |
|
 |
mqjeff |
Posted: Thu Dec 30, 2010 5:41 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It may just be an issue in mqsireportproperties.
Try mqsibrowse <Broker name> -t BROKERAAEG |
|
Back to top |
|
 |
pdmenon |
Posted: Thu Dec 30, 2010 9:03 pm Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
mqjeff wrote: |
It may just be an issue in mqsireportproperties.
Try mqsibrowse <Broker name> -t BROKERAAEG |
Dear Jeff,
may I know "-t BROKERAAEG" what this parameter stands for.
Do I need to pass "EG", like this:
mqsibrowse <<bk1>> -t <<myEG>> |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Dec 30, 2010 10:22 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
BROKERAAG is the name of a table in the broker Database.
The command says 'browse' so I'm interested to know why you have not tried it? _________________ 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 |
|
 |
pdmenon |
Posted: Thu Dec 30, 2010 10:44 pm Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
mqjeff wrote: |
It may just be an issue in mqsireportproperties.
Try mqsibrowse <Broker name> -t BROKERAAEG |
I followed what u said:
Then, it listed out all ExecGroupUUID's for each of the Execution Group.
At the same time, I checked my broker UUID, Wonder it too got generated..
I think, system restart has done the trick. Thanks  |
|
Back to top |
|
 |
pdmenon |
Posted: Thu Dec 30, 2010 10:48 pm Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
I checked, broker UUID :
mqsiservice <<bk1>> && mqsireportbroker <<bk1>> |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Jan 04, 2011 7:17 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Apologies, I'm struggling to see what the actual problem is, as described in the original post? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 04, 2011 7:34 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The original reported problem, as far as I understood it, was that mqsireportproperties was not displaying the UUID of the broker. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Tue Jan 04, 2011 8:02 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Whenever I get confused, I just type
at a DOS prompt. Gets me back to the place I'm comfortable with. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 04, 2011 8:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
lancelotlinc wrote: |
Whenever I get confused, I just type
at a DOS prompt. Gets me back to the place I'm comfortable with. |
Now, now...  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|