Author |
Message
|
dian.mushkov |
Posted: Tue Feb 09, 2016 7:41 am Post subject: Entity '' has insufficient authority to access topic string |
|
|
Newbie
Joined: 11 Oct 2015 Posts: 6
|
Hi I wander how I can solve this error:
Entity '' has insufficient authority to access topic string '/product/itemdata/changed'.
The specified entity is not authorized to access the required topic. The following permissions were requested: altusr/pub
Ensure that the correct level of authority has been set for this entity against appropriate topic objects, or ensure that the entity is a member of a privileged group.
IBM MQ Version 8.0
OS Windows |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 09, 2016 7:51 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
The user has no authority to publish on this particular topic... Check your authorization setup.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
dianmushkov |
Posted: Tue Feb 09, 2016 9:40 am Post subject: |
|
|
Newbie
Joined: 09 May 2013 Posts: 9
|
Yes .. But entity is '' .. Who is the user then? |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Feb 09, 2016 10:21 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
As you are running V8 it seems to me that the security settings of your Queue Manager are stopping the user from publishing.
Are you connecting to the QMGR from a Client or are you using a direct connection?
Whatever method it is you need to look at the authorisations on the Topic you are trying to publish to.
Other settings may come into play later.
As a side note, it seems that you are posting to this thread from two different accounts. Please try keep all the posts to a thread from the same account. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
dian.mushkov |
Posted: Tue Feb 09, 2016 11:41 am Post subject: |
|
|
Newbie
Joined: 11 Oct 2015 Posts: 6
|
sorry for account
I connect to QM through Client .. and yes somehow user is not propagated.
Authorization Records seems to be fine. |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue Feb 09, 2016 12:02 pm Post subject: Re: Entity '' has insufficient authority to access topic str |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
dian.mushkov wrote: |
Hi I wander how I can solve this error:
Entity '' has insufficient authority to access topic string '/product/itemdata/changed'.
The specified entity is not authorized to access the required topic. The following permissions were requested: altusr/pub
Ensure that the correct level of authority has been set for this entity against appropriate topic objects, or ensure that the entity is a member of a privileged group.
IBM MQ Version 8.0
OS Windows |
Please post the complete error from the MQ error folder/directory. Include error message id, like AMQxxxx. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
dian.mushkov |
Posted: Tue Feb 09, 2016 2:25 pm Post subject: |
|
|
Newbie
Joined: 11 Oct 2015 Posts: 6
|
12/21/2015 23:01:27 - Process(7488.3551) User(dianbbm) Program(amqzlaa0.exe)
Host(V064) Installation(Installation3)
VRMF(8.0.0.0) QMgr(IIB10QM)
AMQ8009: Entity '' has insufficient authority to access topic string
'/product/itemdata/changed'.
EXPLANATION:
The specified entity is not authorized to access the required topic. The
following permissions were requested: altusr/pub
ACTION:
Ensure that the correct level of authority has been set for this entity against
appropriate topic objects, or ensure that the entity is a member of a
privileged group. |
|
Back to top |
|
 |
hughson |
Posted: Tue Feb 09, 2016 6:16 pm Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
Seems likely a defect in the queue manager not to populate the message with the user ID in question. You should report it.
In the mean time, do you know which entity it should be reporting so you can check on the authorities it has?
Is it a client program, and thus a more complicated process to assign the entity to the connection. Are there other things this application manages to do successfully allowing it to stay connected long enough for you to issue a DISPLAY CONN(*) ALL WHERE(APPLTYPE NE SYSTEM) command on it to see the user ID it is running under?
Cheers
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Feb 10, 2016 5:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
dian.mushkov wrote: |
sorry for account
I connect to QM through Client .. and yes somehow user is not propagated.
Authorization Records seems to be fine. |
Are you by any chance using JMS or Java base and not supplying the user/password?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|