Author |
Message
|
timjohnarm |
Posted: Tue Jan 03, 2006 12:17 pm Post subject: How do I configure exits in MQ V6 for Windows |
|
|
Apprentice
Joined: 28 Sep 2004 Posts: 40 Location: Melbourne Australia
|
Can't find where to configure the APIExitLocal values using MQ Explorer in MQ V6. Does anyone know where it lives? |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 03, 2006 1:17 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
QM->Properties->Exits, yeah? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
timjohnarm |
Posted: Tue Jan 03, 2006 5:35 pm Post subject: |
|
|
Apprentice
Joined: 28 Sep 2004 Posts: 40 Location: Melbourne Australia
|
Unfortunately No.
Environment:
Windows 2000 Service Pack 4
C:\>dspmqver
Name: WebSphere MQ
Version: 6.0.1.0
CMVC level: p600-100-051021
BuildType: IKAP - (Production)
So yes refresh pack 1 is installed.
I launch the nice eclipse based Websphere MQ Explorer from the menu.
In the navigator view I right click my queue manager and select Connect
Once connected I right click the queue manager again and select Properties
This pops up a dialog with all sorts of Properties available in a selection list
General
Extended
Cluster
...
Account Monitoring
But no selection for "Exits"
Regards
Tim A |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jan 03, 2006 5:42 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
timjohnarm wrote: |
This pops up a dialog with all sorts of Properties available in a selection list
General
Extended
Cluster
...
Account Monitoring
But no selection for "Exits" |
Should be there right between Extended and Cluster...
Try switching to a new workspace...? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
timjohnarm |
Posted: Wed Jan 04, 2006 6:30 pm Post subject: |
|
|
Apprentice
Joined: 28 Sep 2004 Posts: 40 Location: Melbourne Australia
|
Finally located the workspace or at least the meta data for MQ Explorer in
C:\Documents and Settings\MyUser\Application Data\IBM\MQ Explorer\.metadata
As soon as I deleted it from the MQExplorer level everything started working again.
Not sure what caused the problem in the first place so I'll blame Refresh Pack 1 rather than anything I did myself. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 04, 2006 6:42 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Yeah. It seems fairly common to need to rebuild your workspace when you upgrade any of the Eclipse tooling products...
There's also a menu item to change workspaces, if you select "in an Eclipse Workbench" in the startup section of Preferences->Websphere MQ Explorer. This enables a bunch of power menus, including "Switch Workspace". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rowles |
Posted: Thu Jan 05, 2006 1:05 am Post subject: |
|
|
 Acolyte
Joined: 12 Oct 2005 Posts: 51
|
You can rebuild the workspace completely by issueing strmqcfg -i which passes the -initiliase flag to eclipse, this will not launch the gui but will run eclipse to clean up all its workspace.
Next time you start the gui eclipse will should now have a complete re-scanned set of plugins.
As less drastic version of the -i flag is to use strmqcfg -c which passes -clean to eclipse, this should cause it to re-scan all the available plugins.
Both these methods will allow you to clean up the workspace to a greater or lesser extent, but without losing any workspace data, so you will not lose any remote queue manager connections or preferences set in the explorer. _________________ --
Steve. |
|
Back to top |
|
 |
|