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 » Issue with starting the broker

Post new topic  Reply to topic
 Issue with starting the broker « View previous topic :: View next topic » 
Author Message
Balaji_P
PostPosted: Fri Apr 16, 2010 12:56 am    Post subject: Issue with starting the broker Reply with quote

Apprentice

Joined: 05 Sep 2006
Posts: 36
Location: Chennai

Hi all

I have a problem with starting the broker runtime in windows. I had installed everything and i created neccessary components for the environment in windows

When is try starting the broker i am getting strange error

( BROKERTST ) A problem was detected with WebSphere MQ while issuing 'MQCONN' for WebSphere MQ Queue Manager ''BROKERTST''. MQCC=2, MQRC=2058.

The operation on the specified queue manager returned with the indicated WebSphere MQ completion and reason code.

The more puzzling thing here is , my queuemanager name is taken automatically as broker name and its giving 2058 error

But my QM name is "BROKERQM"
Back to top
View user's profile Send private message
Gaya3
PostPosted: Fri Apr 16, 2010 1:23 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

2058 is queue manager name error,

let us know the mqsicreate statement, let us see
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
exerk
PostPosted: Fri Apr 16, 2010 1:48 am    Post subject: Reply with quote

Jedi Council

Joined: 02 Nov 2006
Posts: 6339

Balaji_P,

Please take note of the forums you are posting in. Moving to the appropriate forum, i.e. the Broker forum.
_________________
It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
Back to top
View user's profile Send private message
Balaji_P
PostPosted: Fri Apr 16, 2010 2:55 am    Post subject: Reply with quote

Apprentice

Joined: 05 Sep 2006
Posts: 36
Location: Chennai

This is my configurationManager creation Command

mqsicreateconfigmgr TESTCONFIG -i db2admin -a $atyam123 -q BROKERQM -n BRKDB -u db2admin -p $atyam123

Broker Creation COmmand

mqsicreatebroker TESTBROKER -i db2admin -a $atyam123 -q BROKERQM -n BRKDSN -u db2admin -p $atyam123

But when broker starts , i see below messages in eventlog

( BROKERTST ) A problem was detected with WebSphere MQ while issuing 'MQCONN' for WebSphere MQ Queue Manager ''BROKERTST''. MQCC=2, MQRC=2058.


Note: the qm name here is brokername but my brokername is different
Back to top
View user's profile Send private message
hallmark
PostPosted: Fri Apr 16, 2010 3:00 am    Post subject: Reply with quote

Voyager

Joined: 10 Mar 2005
Posts: 76

what mqsistart command are you using?
_________________
Rob
Back to top
View user's profile Send private message
Gaya3
PostPosted: Fri Apr 16, 2010 3:15 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

i suspect you have deleted your old broker which was pointing to the queue manager BROKERTST

is it correct ????
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Balaji_P
PostPosted: Fri Apr 16, 2010 3:17 am    Post subject: Reply with quote

Apprentice

Joined: 05 Sep 2006
Posts: 36
Location: Chennai

hi

am using mqsistart BROKERTST and slos tried starting the broker as a service , still eventlogs are getting filled
Back to top
View user's profile Send private message
Balaji_P
PostPosted: Fri Apr 16, 2010 3:20 am    Post subject: Reply with quote

Apprentice

Joined: 05 Sep 2006
Posts: 36
Location: Chennai

No i didnt delete my broker and aalso to confirm i had recreated a new set as well now and still facing the same issue

i even confirmed the queuemanager name mapped to my broker in below

MyComputer/HKEY_LOCAL_MACHINES/SOFTWARE/IBM/WebSphereMQIntegrator/2/<<brokername>>/currentversion
Back to top
View user's profile Send private message
hallmark
PostPosted: Fri Apr 16, 2010 3:29 am    Post subject: Reply with quote

Voyager

Joined: 10 Mar 2005
Posts: 76

Your create broker specifies a different name to the one you are starting

TESTBROKER
_________________
Rob
Back to top
View user's profile Send private message
Balaji_P
PostPosted: Fri Apr 16, 2010 3:43 am    Post subject: Reply with quote

Apprentice

Joined: 05 Sep 2006
Posts: 36
Location: Chennai

No its for a sample..i ensured the names are correct across everywhere
Back to top
View user's profile Send private message
hallmark
PostPosted: Fri Apr 16, 2010 3:50 am    Post subject: Reply with quote

Voyager

Joined: 10 Mar 2005
Posts: 76

One broker per queue manager.

I think you need to start again, delete everything you have done to date, remove all components etc from registry... and then follow the instructions to the letter for creating your queue manager, config manager and brokers.

If you are giving us explit errors with "sample" commands that you are running it makes it very difficult to diagnose your issue.
_________________
Rob
Back to top
View user's profile Send private message
Balaji_P
PostPosted: Fri Apr 16, 2010 4:29 am    Post subject: Reply with quote

Apprentice

Joined: 05 Sep 2006
Posts: 36
Location: Chennai

Hi Rob

I have recreated BROKER DB,QueueManager,Broker and Config and i still face the same issue
Back to top
View user's profile Send private message
hallmark
PostPosted: Fri Apr 16, 2010 4:54 am    Post subject: Reply with quote

Voyager

Joined: 10 Mar 2005
Posts: 76

Ok,

Send me your exact commands for creating the broker and starting the broker.

What versions of MQ and Message broker are you using?

What is your broker database and version?

Which Windows Version are you using?

Frankly I am stumped because I have never faced your problem or seen it...so I will follow your steps to the letter (i.e. not "sample" commands) this evening
_________________
Rob
Back to top
View user's profile Send private message
mrgate
PostPosted: Fri Apr 16, 2010 5:16 am    Post subject: Reply with quote

Centurion

Joined: 28 Feb 2007
Posts: 141
Location: India

Balaji_P wrote:
I have recreated BROKER DB,QueueManager,Broker and Config and i still face the same issue


Hi Balaji,
After deleting the components, can u please delete the folders related to broker and configuration manager if present, from "C:\Documents and Settings\All Users\application data\IBM\MQSI\components", if you are working on windows environment and recreate the same.

hallmark wrote:
What versions of Message broker are you using?


he might be working on wmb v 5.0 bcoz he specified a datasource while creating configuration manager in his second post.
_________________
MQSeries terrorist
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Issue with starting the broker
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.