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 » Reinstalling Message Brokers Toolkit Default Configuration

Post new topic  Reply to topic
 Reinstalling Message Brokers Toolkit Default Configuration « View previous topic :: View next topic » 
Author Message
jfry
PostPosted: Wed Apr 02, 2008 5:42 am    Post subject: Reinstalling Message Brokers Toolkit Default Configuration Reply with quote

Apprentice

Joined: 31 Mar 2008
Posts: 32

I cannot use my default configuration in the toolkit so I am trying to reinstall it. I get the following messages when I try to run the wizard:


Verifying that the default queue manager [WBRK6_DEFAULT_QUEUE_MANAGER] does not already exist.
The task succeeded

Verifying that the default broker [WBRK6_DEFAULT_BROKER] does not already exist.
The task succeeded

Verifying that the default broker database [DEFBKDB6] does not already exist.
TASK FAILED


++++++++++
A task has failed, so all the tasks that have already been performed will now be backed out.
++++++++++


++++++++++
All tasks were successfully rolled back.
++++++++++

It appears to me that it thinks the default broker database [DEFBKDB6] exists but it doesn't. When I run the "mqsideletedb DEFBKDB6" command, I get the following message:

BIP9804W: No database of name 'DEFBKDB6' found, no action taken.
The database name specified could not be found. The requested command action was aborted. Please check the database name supplied.

Any help would be appreciated.

Thank You.
Back to top
View user's profile Send private message
mqmatt
PostPosted: Wed Apr 02, 2008 7:46 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

You don't say if you're using DB2 or Derby (through DB2 Runtime Client Lite). Have you tried using the "-d DeleteAllDatabases" option on mqsideletedb?
Also look in your ODBC settings (in the Windows control panel) and make sure that there is no data source defined of that name.

Cheers
-Matt
Back to top
View user's profile Send private message
jfry
PostPosted: Wed Apr 02, 2008 7:55 am    Post subject: Reply with quote

Apprentice

Joined: 31 Mar 2008
Posts: 32

Matt,

Thanks for the reply. I have gotten past this error by manually creating the database and then manually removing it. The wizard then thought the DB wasn't there and continued.

I do keep running into other errors along the way. Most of them having to do with my user id/password. The wizard would create the default queue manager but couldn't start it. I have a domain account and there were some services that had my old password. I changed those and now the wizard is failing on the creation of a listener:

Creating a listener for queue manager [WBRK6_DEFAULT_QUEUE_MANAGER] on port 2414.
Status ERROR: com.ibm.etools.mft.eou code=0 Could not create the listener.

Collected output from task >
Stdout: [5724-H72 (C) Copyright IBM Corp. 1994, 2004. ALL RIGHTS RESERVED.
Listener creation no longer supported

Active Connections

Proto Local Address Foreign Address State
TCP 37516D:ftp 37516D.aamhc.local:0 LISTENING
TCP 37516D:http 37516D.aamhc.local:0 LISTENING
TCP 37516D:epmap 37516D.aamhc.local:0 LISTENING
TCP 37516D:https 37516D.aamhc.local:0 LISTENING
TCP 37516D:microsoft-ds 37516D.aamhc.local:0 LISTENING
TCP 37516D:1049 37516D.aamhc.local:0 LISTENING
TCP 37516D:1167 37516D.aamhc.local:0 LISTENING
TCP 37516D:1168 37516D.aamhc.local:0 LISTENING
TCP 37516D:1761 37516D.aamhc.local:0 LISTENING
TCP 37516D:2030 37516D.aamhc.local:0 LISTENING
TCP 37516D:2810 37516D.aamhc.local:0 LISTENING
TCP 37516D:2967 37516D.aamhc.local:0 LISTENING
TCP 37516D:3389 37516D.aamhc.local:0 LISTENING
TCP 37516D:8881 37516D.aamhc.local:0 LISTENING
TCP 37516D:9044 37516D.aamhc.local:0 LISTENING
TCP 37516D:9061 37516D.aamhc.local:0 LISTENING
TCP 37516D:9081 37516D.aamhc.local:0 LISTENING
TCP 37516D:9101 37516D.aamhc.local:0 LISTENING
TCP 37516D:9444 37516D.aamhc.local:0 LISTENING
TCP 37516D:59449 37516D.aamhc.local:0 LISTENING
TCP 37516D:60001 37516D.aamhc.local:0 LISTENING
TCP 37516D:61709 37516D.aamhc.local:0 LISTENING
TCP 37516D:1097 localhost:1098 ESTABLISHED
TCP 37516D:1098 localhost:1097 ESTABLISHED
TCP 37516D:1146 37516D.aamhc.local:0 LISTENING
TCP 37516D:1158 localhost:1159 ESTABLISHED
TCP 37516D:1159 localhost:1158 ESTABLISHED
TCP 37516D:1167 localhost:1169 ESTABLISHED
TCP 37516D:1169 localhost:1167 ESTABLISHED
TCP 37516D:1519 localhost:1527 TIME_WAIT
TCP 37516D:1521 localhost:1527 TIME_WAIT
TCP 37516D:1527 37516D.aamhc.local:0 LISTENING
TCP 37516D:1527 localhost:1520 TIME_WAIT
TCP 37516D:1527 localhost:1522 TIME_WAIT
TCP 37516D:1527 localhost:1544 FIN_WAIT_2
TCP 37516D:1527 localhost:1557 FIN_WAIT_2
TCP 37516D:1544 localhost:1527 CLOSE_WAIT
TCP 37516D:1555 localhost:1527 TIME_WAIT
TCP 37516D:1557 localhost:1527 CLOSE_WAIT
]

Stderr: [WebSphere MQ queue manager running.] null

Any ideas?
Back to top
View user's profile Send private message
mqmatt
PostPosted: Wed Apr 02, 2008 8:52 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

A similar problem was fixed in a recent(ish) fixpack in the toolkit. So first up, use the product updater to ensure that you're on the very latest fixpack.
Back to top
View user's profile Send private message
jfry
PostPosted: Wed Apr 02, 2008 12:28 pm    Post subject: Reply with quote

Apprentice

Joined: 31 Mar 2008
Posts: 32

I found instructions on how to manually create all of the pieces and parts without doing the default configuration wizard.

Thanks.
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 » Reinstalling Message Brokers Toolkit Default Configuration
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.