Author |
Message
|
balaji83it |
Posted: Mon Oct 04, 2010 10:22 pm Post subject: Problem with RFHUTIL |
|
|
Acolyte
Joined: 20 Jul 2007 Posts: 72
|
Iam using RFHUTIL to load the Q with several messages using the Load Q button.
But Iam not able to do so. Iam getting the following error in RFHUTIL.
11.45.00 2035 Not authorized (Open)
I gave all the permissions to the Q for the particular user. Also I gave permissions on RFHUTIL queues as follows
setmqaut -m SDBXBRK1 -n RFHUTIL.REPLY.QUEUE*.* -t q -g APP-IL-DEV +all
setmqaut -m SDBXBRK1 -n RFHUTILC.REPLY.QUEUE*.* -t q -g APP-IL-DEV +all
setmqaut -m SDBXBRK1 -n RFHUTIL.REPLY.QUEUE* -t q -g APP-IL-DEV +all
setmqaut -m SDBXBRK1 -n RFHUTILC.REPLY.QUEUE* -t q -g APP-IL-DEV +all
setmqaut -m SDBXBRK1 -n RFHUTIL.REPLY.** -t q -g APP-IL-DEV +all
setmqaut -m SDBXBRK1 -n RFHUTILC.REPLY.** -t q -g APP-IL-DEV +all
But still facing the issue. Can anyone throw some light on where exactly Iam doing wrong.
Also FYI, Iam using MQ Ver 7.
Any help would be appreciated.
Thanks
Balaji. |
|
Back to top |
|
 |
exerk |
Posted: Mon Oct 04, 2010 10:55 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Try THIS... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
zpat |
Posted: Mon Oct 04, 2010 11:36 pm Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You also need to grant access to the queue manager itself.
setmqaut -m SDBXBRK1 -g APP-IL-DEV -t qmgr -all +connect +allmqi +dsp |
|
Back to top |
|
 |
balaji83it |
Posted: Tue Oct 05, 2010 1:23 am Post subject: |
|
|
Acolyte
Joined: 20 Jul 2007 Posts: 72
|
|
Back to top |
|
 |
Abhi |
Posted: Sat Sep 24, 2011 1:08 am Post subject: |
|
|
Novice
Joined: 10 Mar 2011 Posts: 19
|
Hi,
I've a similar problem where I'm getting below error:
Code: |
2035 Not Authorized (Open) |
while using rfhutil Load Q functionality for putting mulitple message to a Queue.
But for the same QManager/Queue Open file and Write Q for a single msg works fine. Is there a possiblity I'm still missing any authorization?
@balaji83it Said
Quote: |
The problem was that it is expecting setall permission on the Qmanager and Queue as well.
|
can you please explain a bit more, how to accomplish this ?
Thanks,
Abhi |
|
Back to top |
|
 |
exerk |
Posted: Sat Sep 24, 2011 1:35 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Abhi wrote: |
I've a similar problem where I'm getting below error:
Code: |
2035 Not Authorized (Open) |
|
Looks pretty explicit to me. Enable authority events, try again, and fault diagnose the event messages to see what exactly is failing. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
|