Author |
Message
|
jefflowrey |
Posted: Wed Dec 05, 2007 3:45 pm Post subject: |
|
|
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 |
|
 |
fjb_saper |
Posted: Wed Dec 05, 2007 5:41 pm Post subject: |
|
|
 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 |
|
 |
UglyAngelX |
Posted: Fri Dec 07, 2007 5:09 am Post subject: |
|
|
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 |
|
 |
jefflowrey |
Posted: Fri Dec 07, 2007 5:13 am Post subject: |
|
|
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 |
|
 |
UglyAngelX |
Posted: Fri Dec 07, 2007 8:49 am Post subject: |
|
|
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 |
|
 |
jefflowrey |
Posted: Fri Dec 07, 2007 8:51 am Post subject: |
|
|
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 |
|
 |
UglyAngelX |
Posted: Fri Dec 07, 2007 8:55 am Post subject: |
|
|
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 |
|
 |
jefflowrey |
Posted: Fri Dec 07, 2007 10:22 am Post subject: |
|
|
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 |
|
 |
jsware |
Posted: Wed Dec 12, 2007 1:03 am Post subject: |
|
|
 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 |
|
 |
jefflowrey |
Posted: Wed Dec 12, 2007 11:18 am Post subject: |
|
|
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 |
|
 |
Michael Dag |
Posted: Thu Dec 13, 2007 12:43 am Post subject: |
|
|
 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 |
|
 |
jefflowrey |
Posted: Thu Dec 13, 2007 6:11 am Post subject: |
|
|
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 |
|
 |
Trainee |
Posted: Fri Dec 14, 2007 6:31 am Post subject: |
|
|
 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 |
|
 |
jefflowrey |
Posted: Fri Dec 14, 2007 7:37 am Post subject: |
|
|
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 |
|
 |
Vitor |
Posted: Fri Dec 14, 2007 7:59 am Post subject: |
|
|
 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 |
|
 |
|