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 » Restart Windows Broker Toolkit with Clean option

Post new topic  Reply to topic
 Restart Windows Broker Toolkit with Clean option « View previous topic :: View next topic » 
Author Message
aditya.aggarwal
PostPosted: Tue Sep 15, 2009 11:56 am    Post subject: Restart Windows Broker Toolkit with Clean option Reply with quote

Master

Joined: 13 Jan 2009
Posts: 252

Hi,

I need to restart the Broker toolkit. I am not able to run below command from command console:

C:\Program Files\IBM\MQSI\6.1>wmbt - clean
'wmbt' is not recognized as an internal or external command,
operable program or batch file.


Can anyone throw some light on this?

Cheers,
Aditya
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Sep 15, 2009 12:17 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

The toolkit is not installed in the runtime location.
Back to top
View user's profile Send private message
WMBEAI
PostPosted: Wed Sep 16, 2009 9:04 pm    Post subject: Reply with quote

Acolyte

Joined: 02 Mar 2009
Posts: 66

Check in the following path..
:\Program Files\IBM\MessageBrokersToolkit\6.0..

wmbt.exe

eg:
C:\Program Files\IBM\WebSphere\ID\602>wmbt.exe -clean
Back to top
View user's profile Send private message
aditya.aggarwal
PostPosted: Fri Sep 18, 2009 5:03 am    Post subject: Reply with quote

Master

Joined: 13 Jan 2009
Posts: 252

Thanks to all.


Cheers,
Aditya
Back to top
View user's profile Send private message
neeeelus
PostPosted: Sat Sep 19, 2009 5:22 am    Post subject: Reply with quote

Novice

Joined: 28 Jul 2008
Posts: 12

Hi All,
I am using MB v6.0.1 in which i could't find the wmbt.exe in the installed path, can you plz let me know is their any other way to clean toolkit.
_________________
Thanks & Regards,
Neeeelu.
Back to top
View user's profile Send private message Yahoo Messenger
rekarm01
PostPosted: Sat Sep 19, 2009 7:45 am    Post subject: Re: Restart Windows Broker Toolkit with Clean option Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

neeeelus wrote:
I am using MB v6.0.1 in which i couldn't find the wmbt.exe in the installed path, can you plz let me know is their any other way to clean toolkit.

wmbt.exe is the toolkit. It must be somewhere; if it isn't installed, then there's no need to worry about cleaning it.

If a shortcut (or menu-item) normally used to launch the toolkit is available, then right-click its Properties, and examine the Target property; that should indicate where the toolkit is. Create a command window, cd to directory indicated by Start In property, copy paste the contents of Target into a command line, append "-clean", and hit the Enter key.
Back to top
View user's profile Send private message
neeeelus
PostPosted: Sat Sep 19, 2009 10:27 am    Post subject: Re: Restart Windows Broker Toolkit with Clean option Reply with quote

Novice

Joined: 28 Jul 2008
Posts: 12

rekarm01 wrote:

wmbt.exe is the toolkit. It must be somewhere; if it isn't installed, then there's no need to worry about cleaning it.

If a shortcut (or menu-item) normally used to launch the toolkit is available, then right-click its Properties, and examine the Target property; that should indicate where the toolkit is. Create a command window, cd to directory indicated by Start In property, copy paste the contents of Target into a command line, append "-clean", and hit the Enter key.

Hi Rekarm01,
I know that wmbt.exe is the toolkit, but in v6.0 we can see it in the installed folder, which is not found in v6.1, so please let me know if you used it for cleaning the Toolkit in v6.1.
_________________
Thanks & Regards,
Neeeelu.
Back to top
View user's profile Send private message Yahoo Messenger
rekarm01
PostPosted: Sat Sep 19, 2009 1:28 pm    Post subject: Re: Restart Windows Broker Toolkit with Clean option Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 1415

neeeelus wrote:
I am using MB v6.0.1

v6.0.1? Or v6.1?

neeeelus wrote:
I know that wmbt.exe is the toolkit, but in v6.0 we can see it in the installed folder, which is not found in v6.1, so please let me know if you used it for cleaning the Toolkit in v6.1.

No, but the v6.1 documentation is available via the Internet. According to the Installation Guide, the default location for the executable has changed, and it has a different name. The architecture has changed quite a bit, perhaps to accommodate the IBM Installation Manager.

However, after minutes and minutes of searching, it appears that the "-clean" option is no longer documented for use with the v6.1 toolkit. It's possible that it's no longer necessary, or no longer supported. To find out for certain would take more minutes of searching.
Back to top
View user's profile Send private message
neeeelus
PostPosted: Sun Sep 20, 2009 8:06 am    Post subject: Re: Restart Windows Broker Toolkit with Clean option Reply with quote

Novice

Joined: 28 Jul 2008
Posts: 12

[quote="rekarm01"]
neeeelus wrote:
I am using MB v6.0.1

v6.0.1? Or v6.1?

Soory I am using V6.1.0, let me know if you find the - clean option.
_________________
Thanks & Regards,
Neeeelu.
Back to top
View user's profile Send private message Yahoo Messenger
gs
PostPosted: Mon Sep 21, 2009 2:05 am    Post subject: Reply with quote

Master

Joined: 31 May 2007
Posts: 254
Location: Sweden

You can't clean the workspace in the v6.1 toolkit using wmbt.exe -clean...that's a v6.0 method.

Why do you need to do a clean? Have you tried doing Project>Clean in the menu?
Back to top
View user's profile Send private message
mqjeff
PostPosted: Mon Sep 21, 2009 5:16 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

gs wrote:
You can't clean the workspace in the v6.1 toolkit using wmbt.exe -clean...that's a v6.0 method.

Why do you need to do a clean? Have you tried doing Project>Clean in the menu?


-clean on the startup does NOT clean the WORKSPACE.

It cleans the PLUGIN CACHE.

And it's an Eclipse option, not specifically a Message Broker Toolkit option.

My predefined shortcut for Toolkit on Windows is <WMBT Install Location>\eclipse.exe -product com.ibm.etools.msgbroker.tooling.ide

Should be a simple task to add -clean to that. But I'm not bothered to try it.
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 » Restart Windows Broker Toolkit with Clean option
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.