ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Broker UUID not generated

Post new topic  Reply to topic Goto page 1, 2  Next
 Broker UUID not generated « View previous topic :: View next topic » 
Author Message
pdmenon
PostPosted: Wed Dec 29, 2010 9:41 pm    Post subject: Broker UUID not generated Reply with quote

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
View user's profile Send private message
smdavies99
PostPosted: Wed Dec 29, 2010 11:35 pm    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Thu Dec 30, 2010 12:15 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
pdmenon
PostPosted: Thu Dec 30, 2010 4:33 am    Post subject: Reply with quote

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
View user's profile Send private message
smdavies99
PostPosted: Thu Dec 30, 2010 5:11 am    Post subject: Reply with quote

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
View user's profile Send private message
smdavies99
PostPosted: Thu Dec 30, 2010 5:26 am    Post subject: Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Thu Dec 30, 2010 5:41 am    Post subject: Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Thu Dec 30, 2010 9:03 pm    Post subject: Reply with quote

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
View user's profile Send private message
smdavies99
PostPosted: Thu Dec 30, 2010 10:22 pm    Post subject: Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Thu Dec 30, 2010 10:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Thu Dec 30, 2010 10:48 pm    Post subject: Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

I checked, broker UUID :

mqsiservice <<bk1>> && mqsireportbroker <<bk1>>
Back to top
View user's profile Send private message
mqmatt
PostPosted: Tue Jan 04, 2011 7:17 am    Post subject: Reply with quote

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
View user's profile Send private message
mqjeff
PostPosted: Tue Jan 04, 2011 7:34 am    Post subject: Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Tue Jan 04, 2011 8:02 am    Post subject: Reply with quote

Jedi Knight

Joined: 22 Mar 2010
Posts: 4941
Location: Bloomington, IL USA

Whenever I get confused, I just type

Code:
format c:


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
View user's profile Send private message Send e-mail
Vitor
PostPosted: Tue Jan 04, 2011 8:06 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

lancelotlinc wrote:
Whenever I get confused, I just type

Code:
format c:


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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Broker UUID not generated
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.