Author |
Message
|
poulter90 |
Posted: Wed May 28, 2008 6:22 am Post subject: setmqaut for generic queues not working |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
Hi ,
Trying to give access with command :
setmqaut -m Qmgr -n QA.PITAGOR* -t q -g Groupname +allmqi
and then displaying
dspmqaut -m Qmgr -n QA.PITAGOR/.........
No authorizations have been given to the group accessing the queue !
Any idea ? |
|
Back to top |
|
 |
mqsidude |
Posted: Wed May 28, 2008 7:40 am Post subject: |
|
|
 Centurion
Joined: 22 Jan 2004 Posts: 148
|
Try:
setmqaut -m Qmgr -n QA.PITAGOR** -t q -g Groupname +allmqi |
|
Back to top |
|
 |
JosephGramig |
Posted: Wed May 28, 2008 8:26 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Try
amqoamd -m <qmgr> -s |grep '-g Groupname'
If it is Windows, then use the FIND command instead of grep. |
|
Back to top |
|
 |
poulter90 |
Posted: Thu May 29, 2008 12:07 am Post subject: |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
Hi ,
Thanks but when I try
setmqaut -m QMIPITAGOR -n QA.PITAGOR** -t q -g eaitrans +allmqi
answer is : AMQ7226: The profile name is invalid.
If I have to give authorizations for 200 Queues beginning with generic name QA.PITAGOR* , then I need to do it one by one !! |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu May 29, 2008 3:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
poulter90 wrote: |
Hi ,
Thanks but when I try
setmqaut -m QMIPITAGOR -n QA.PITAGOR** -t q -g eaitrans +allmqi
answer is : AMQ7226: The profile name is invalid.
If I have to give authorizations for 200 Queues beginning with generic name QA.PITAGOR* , then I need to do it one by one !! |
Try
Code: |
setmqaut -m QMIPITAGOR -n QA.PITAGOR\*\* -t q -g eaitrans +allmqi |
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
poulter90 |
Posted: Thu May 29, 2008 3:56 am Post subject: |
|
|
Apprentice
Joined: 31 Dec 2007 Posts: 36
|
Thanks very much fjb_saper ! |
|
Back to top |
|
 |
|