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 » General Discussion » Discussion: WebSphere MQ Explorer MQSC Editor Plug-in.

Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next
 Discussion: WebSphere MQ Explorer MQSC Editor Plug-in. « View previous topic :: View next topic » 
Author Message
jefflowrey
PostPosted: Wed Dec 05, 2007 3:45 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You really don't want anyone writing an Eclipse plugin that will misuse your MQ connections to read arbitrary files from the file system...

As for not having CAF, MQ Explorer *can* connect to a zOS v6 qmgr using a secondary qmgr...

But I'm actually not sure how ms0s will handle that. It will either work, or fail, depending on what MQExplorer returns for the platform of the connection.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Wed Dec 05, 2007 5:41 pm    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20763
Location: LI,NY

cicsprog wrote:
Not all our z/OS MQMs have CAF. So for now, MQ Explorer is not much help in z/OS for us.


Have you tried administering through a distributed qmgr?? (Don't know if you can with MQExplorer (you can tell I'm not a big fan) but we do it through Mo71...)
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
UglyAngelX
PostPosted: Fri Dec 07, 2007 5:09 am    Post subject: Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

So far I really like this tool and everyone I have demonstrated it for thought it could be very useful. I did find one thing, if you have to many characters for a channel name or whatever, it does not reflect in the editor...........I am not sure if it is suppose to or not. Very solid tool.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 07, 2007 5:13 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

UglyAngelX wrote:
I am not sure if it is suppose to or not. Very solid tool.


It currently does no validation on names or values at all.

That's coming as soon as it can.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
UglyAngelX
PostPosted: Fri Dec 07, 2007 8:49 am    Post subject: Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

One thing I forgot to mention, I did run the scripts from my local box to a Linux server and I was under my ID and the channel on the Linux server did show up owned by mqm.

Sure I say it is solid and now I go to use it again and I am trying to run the script and the Run Script on Queue Manager is coming up with no QMGRS listed??????????
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 07, 2007 8:51 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

UglyAngelX wrote:
Sure I say it is solid and now I go to use it again and I am trying to run the script and the Run Script on Queue Manager is coming up with no QMGRS listed??????????


It only lists active & connected qmgrs.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
UglyAngelX
PostPosted: Fri Dec 07, 2007 8:55 am    Post subject: Reply with quote

Voyager

Joined: 04 Dec 2001
Posts: 90
Location: BEARS FAN IN STEELER COUNTRY

OK. I did start channels on both, then tried to run....field was still empty, so I closed a started MQExplorer and then the fields were populated.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 07, 2007 10:22 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

UglyAngelX wrote:
OK. I did start channels on both, then tried to run....field was still empty, so I closed a started MQExplorer and then the fields were populated.




I guess I mean "connected" in the MQ Explorer, with a filled-in icon. I'm not sure about starting channels.

But I'll make a note to see if this comes up again.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
jsware
PostPosted: Wed Dec 12, 2007 1:03 am    Post subject: Reply with quote

Chevalier

Joined: 17 May 2001
Posts: 455

Nice plugin.

Rather than import MQSC scripts into my workspace, I created a new Simple Project and specified the location of my MQSC scripts already (these are version controlled in Subversion).

An F5 on the MQSC Scripts folder in WebSphere MQ Explorer perspective brought up all the .MQS files in that newly added simple project

The saveqmgr supportpac generates .AUT files with setmqaut commands. It would be nice to be able to use those types of files too (and run them against qmgrs).
_________________
Regards
John
The pain of low quaility far outlasts the joy of low price.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Dec 12, 2007 11:18 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

scottj2512 wrote:
Nice plugin.

Thanks!

scottj2512 wrote:
Rather than import MQSC scripts into my workspace, I created a new Simple Project and specified the location of my MQSC scripts already (these are version controlled in Subversion).

An F5 on the MQSC Scripts folder in WebSphere MQ Explorer perspective brought up all the .MQS files in that newly added simple project


scottj2512 wrote:
The saveqmgr supportpac generates .AUT files with setmqaut commands. It would be nice to be able to use those types of files too (and run them against qmgrs).



I'm not really sure I want to rewrite setmqaut, which is what I'd have to do. I've already gone fairly far down the road of re-writing runmqsc, and that's pretty much enough.

If future versions expose the security commands through MQSC (rather than just PCF) then I'll support setting authorizations through ms0s.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Michael Dag
PostPosted: Thu Dec 13, 2007 12:43 am    Post subject: Reply with quote

Jedi Knight

Joined: 13 Jun 2002
Posts: 2607
Location: The Netherlands (Amsterdam)

jefflowrey wrote:

I'm not really sure I want to rewrite setmqaut, which is what I'd have to do. I've already gone fairly far down the road of re-writing runmqsc, and that's pretty much enough.

If future versions expose the security commands through MQSC (rather than just PCF) then I'll support setting authorizations through ms0s.

I have asked the same question in relation to MQDocument client mode, so I could retrieve through MQSC client or passthrough QMGR setup, the security settings, but was told this is not in plan at all, due to the different 'structures' of the authorisation commands...

I still hope it can be done through MQSC one day, but I am not holding my breath...
_________________
Michael



MQSystems Facebook page
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
jefflowrey
PostPosted: Thu Dec 13, 2007 6:11 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

As a side note, there's really nothing "special" about the MQSC Scripts project.

It's just there as a convenience. It will always be there... even if you delete it, I think it will come back. But you don't have to use it. Any files with appropriate extensions in the workbench will be found.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Trainee
PostPosted: Fri Dec 14, 2007 6:31 am    Post subject: Reply with quote

Centurion

Joined: 27 Oct 2006
Posts: 124

Hi Jeff,

I download this plugin and used it.Its working fine.

If you want to see the objects on a queue manager in explorer we can see it,if we want to create new objects we can create using WMQ Explorer.

Honestly,what is main advantage of this tool as it is surving the same thing what explorer can do

Thank you
Trainee
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Fri Dec 14, 2007 7:37 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Trainee wrote:
,what is main advantage of this tool as it is surving the same thing what explorer can do


How many mouse clicks do you have to make to delete two queues using the MQ Explorer GUI?

How many to create five queues? What happens if you need to create those same five queues on two qmgrs?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Dec 14, 2007 7:59 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

jefflowrey wrote:
Trainee wrote:
,what is main advantage of this tool as it is surving the same thing what explorer can do


How many to create five queues? What happens if you need to create those same five queues on two qmgrs?


Or have to record the queue definitions in a source code repositiory?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next Page 2 of 3

MQSeries.net Forum Index » General Discussion » Discussion: WebSphere MQ Explorer MQSC Editor Plug-in.
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.