Author |
Message
|
Robert |
Posted: Tue Nov 15, 2005 11:35 am Post subject: WMQ6, MSCS and CSD 6.0.1.0 |
|
|
Apprentice
Joined: 22 Aug 2002 Posts: 46 Location: Quebec, Canada
|
Hi,
Just to warn you guys and maybe get help on the following situation.
I installed WMQ V6 on two Win2003 servers with MSCS and everything works fine.
I applied CSD6.0.1.0 on each MQ node and everything works fine except that the Eclipse MQ Explorer has lost all the Queue Manager definitions on the GUI.
The queue manager are still there and working fine from MQSC or from the msc snap-in from WMQV5.3
Anybody has experienced anything similar and found a way to get the WMQ V6.0.1.0 Eclipse plugins back on its feet?
Thanks
Robert |
|
Back to top |
|
 |
SAFraser |
Posted: Tue Nov 15, 2005 1:01 pm Post subject: |
|
|
 Shaman
Joined: 22 Oct 2003 Posts: 742 Location: Austin, Texas, USA
|
The same thing just happened to me.
I can still see all the remote queue managers that I had already added to the Eclipse screen prior to the refresh pack. But my local queue manager was not visible.
I added it just like it was a remote queue manager, using "localhost" as the hostname and the default of SYSTEM.ADMIN.SVRCONN for the channel. I could see it again.
But I don't like using SYSTEM.ADMIN.SVRCONN, so I created a new server conn channel. I removed the old connection to my local queue manager. Then I added the local queue manager again using the new server connection channel. It says it was successful but I still couldn't see it in the Navigator pane. I restarted MQExplorer and now it looks okay.
Shirley |
|
Back to top |
|
 |
Robert |
Posted: Tue Nov 15, 2005 2:35 pm Post subject: |
|
|
Apprentice
Joined: 22 Aug 2002 Posts: 46 Location: Quebec, Canada
|
Thanks Shirley for your help.
I also applied the WMQ CSD on a machine with Windows XP Pro.
In this case, I received a few empty error messages popups.
So I reinstalled WMQ6, created a dummy QM, applied the CSD and in this case I can see my existing local QMs.
Go figure... |
|
Back to top |
|
 |
Robert |
Posted: Wed Nov 16, 2005 2:21 pm Post subject: |
|
|
Apprentice
Joined: 22 Aug 2002 Posts: 46 Location: Quebec, Canada
|
Found a way to get back all of my local QMs.
Uninstall the Eclipse Platform from the CSD and reinstall the original V6.
I will open a PMR... |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Nov 16, 2005 2:54 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I didn't have any trouble when I installed the CSD. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Wed Nov 16, 2005 2:59 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
jefflowrey wrote: |
I didn't have any trouble when I installed the CSD. |
same here, no problem on Win2K or Linux. _________________ -wayne |
|
Back to top |
|
 |
rowles |
Posted: Thu Nov 17, 2005 6:01 am Post subject: |
|
|
 Acolyte
Joined: 12 Oct 2005 Posts: 51
|
If this happens, try running strmqcfg -c this will force eclipse to clear its cache of classes and pick up the new upgraded packages from the CSD install.
Chances are that eclipse is still running the "old" plugins, which don't understand how to talk to a local queue manager running version 6.0.1.0
*edit*
to confirm this problem, launch eclipse, go to the menu Help -> About Eclipse Platform
In the window that pops up, click Plug-in Details
Scroll down in this window and find the plugins provided by IBM, if only the MQ plugins with version 6.0.0 are in the list then you definately have this problem, eclipse has failed to pick up the new versions for some reason.
open a command prompt and run:
strmqcfg -c
this should now all launch correctly. _________________ --
Steve. |
|
Back to top |
|
 |
|