Author |
Message
|
stornq01 |
Posted: Wed May 02, 2007 11:07 am Post subject: setmqaut doesn't seem to work with wildcards |
|
|
Newbie
Joined: 22 Mar 2007 Posts: 7
|
I am trying to set authorizations for a mask of queue names using setmqaut. It works for individual queue names but not the mask. Here is the command that I've entered and the error that follows:
setmqaut -m BCBSAZSA -n '**' -t queue -g mqregc +browse
AMQ7085: Object **, type queue not found.
Has anyone run into this before? |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed May 02, 2007 11:32 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I believe the order of the parms on the setmqaut command is not entirely irrelevant.
Go back to the documentation and make sure you enter them in the right order.
You did not specify the environment.
In Unix you might have to use \*\* instead of **
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
stornq01 |
Posted: Wed May 02, 2007 11:47 am Post subject: |
|
|
Newbie
Joined: 22 Mar 2007 Posts: 7
|
I should provide a little more information. It appears to be a version related issue. When I run the command on a Solaris operating system with MQ version 6.0 it works. The server that is having the issue is on an AIX operating sytem running MQ version 5.2 . I'm looking for an older manual to see if it has a different set of commands for MQ 5.2. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed May 02, 2007 11:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
stornq01 wrote: |
I should provide a little more information. It appears to be a version related issue. When I run the command on a Solaris operating system with MQ version 6.0 it works. The server that is having the issue is on an AIX operating sytem running MQ version 5.2 . I'm looking for an older manual to see if it has a different set of commands for MQ 5.2. |
I seem to recall that authorizations on 5.2 were different... But then I never used 5.2 ....
Upgrade as fast as you can .... _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed May 02, 2007 11:52 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
v5.2 might not support wildcards.
And isn't supported, anyway. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
stornq01 |
Posted: Wed May 02, 2007 12:07 pm Post subject: |
|
|
Newbie
Joined: 22 Mar 2007 Posts: 7
|
This appears to be the issue. We shall limp along manually managing permissions until we can get moved up to MQ 6.0. Thanks for your comments. |
|
Back to top |
|
 |
jsware |
Posted: Thu May 03, 2007 4:14 am Post subject: |
|
|
 Chevalier
Joined: 17 May 2001 Posts: 455
|
jefflowrey wrote: |
v5.2 might not support wildcards.
And isn't supported, anyway. |
I've used MQ 5.2 and it does not support wilcards. Only V5.3 onwards supports it (and it might require a CSD level too). _________________ Regards
John
The pain of low quaility far outlasts the joy of low price. |
|
Back to top |
|
 |
wschutz |
Posted: Thu May 03, 2007 6:33 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
scottj2512 wrote: |
jefflowrey wrote: |
v5.2 might not support wildcards.
And isn't supported, anyway. |
I've used MQ 5.2 and it does not support wilcards. Only V5.3 onwards supports it (and it might require a CSD level too). |
IIRC, it was introduced in the base v5.3 code, no CSD required. But, of course, you should apply the current CSD (better yet, go to V6) _________________ -wayne |
|
Back to top |
|
 |
|