Author |
Message
|
aditya.aggarwal |
Posted: Tue Sep 15, 2009 11:56 am Post subject: Restart Windows Broker Toolkit with Clean option |
|
|
 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 |
|
 |
mqjeff |
Posted: Tue Sep 15, 2009 12:17 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
The toolkit is not installed in the runtime location. |
|
Back to top |
|
 |
WMBEAI |
Posted: Wed Sep 16, 2009 9:04 pm Post subject: |
|
|
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 |
|
 |
aditya.aggarwal |
Posted: Fri Sep 18, 2009 5:03 am Post subject: |
|
|
 Master
Joined: 13 Jan 2009 Posts: 252
|
Thanks to all.
Cheers,
Aditya |
|
Back to top |
|
 |
neeeelus |
Posted: Sat Sep 19, 2009 5:22 am Post subject: |
|
|
 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 |
|
 |
rekarm01 |
Posted: Sat Sep 19, 2009 7:45 am Post subject: Re: Restart Windows Broker Toolkit with Clean option |
|
|
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 |
|
 |
neeeelus |
Posted: Sat Sep 19, 2009 10:27 am Post subject: Re: Restart Windows Broker Toolkit with Clean option |
|
|
 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 |
|
 |
rekarm01 |
Posted: Sat Sep 19, 2009 1:28 pm Post subject: Re: Restart Windows Broker Toolkit with Clean option |
|
|
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 |
|
 |
neeeelus |
Posted: Sun Sep 20, 2009 8:06 am Post subject: Re: Restart Windows Broker Toolkit with Clean option |
|
|
 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 |
|
 |
gs |
Posted: Mon Sep 21, 2009 2:05 am Post subject: |
|
|
 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 |
|
 |
mqjeff |
Posted: Mon Sep 21, 2009 5:16 am Post subject: |
|
|
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 |
|
 |
|