Author |
Message |
Topic: To PUT or NOT to PUT that is the question. (Permissions?) |
ECS2008
Replies: 10 Views: 5170
|
Forum: General IBM MQ Support Posted: Wed Apr 23, 2008 7:07 am Subject: To PUT or NOT to PUT that is the question. (Permissions?) |
Some how the 'users' group on MQ had been set up to allow everything.
My question then is what is the 'users' group on MQ?
Is that a default setting?
The Security and System Admin documentation ... |
Topic: Reason Code 3015! |
ECS2008
Replies: 7 Views: 10652
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2008 6:53 am Subject: Reason Code 3015! |
You can only query (*) as a member of mqm group. Oddly enough, SYSTEM.AUTH.DATA.QUEUE is prohibited for quite a lot of things from anyone not in mqm.
You can otherwise use PCF messages and the com ... |
Topic: To PUT or NOT to PUT that is the question. (Permissions?) |
ECS2008
Replies: 10 Views: 5170
|
Forum: General IBM MQ Support Posted: Wed Apr 23, 2008 6:49 am Subject: To PUT or NOT to PUT that is the question. (Permissions?) |
Also check all the groups the user is in. If in Unix you allocate permissions at the user level you in fact allocate the permission to the user's primary group at allocation time...
So if all user ... |
Topic: Reason Code 3015! |
ECS2008
Replies: 7 Views: 10652
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2008 2:27 am Subject: Re: Reason Code 3015! |
Not strange - you have to be a member of MQM to use the command server and it's associated queues. Check the System Admin manual.
There are very few reasons why any application program should be ... |
Topic: To PUT or NOT to PUT that is the question. (Permissions?) |
ECS2008
Replies: 10 Views: 5170
|
Forum: General IBM MQ Support Posted: Wed Apr 23, 2008 1:55 am Subject: Re: To PUT or NOT to PUT that is the question. (Permissions? |
Hi,
that's an interesting thought. Does it MQ do that by nature?
In the meantime I can check this out.
Thanks
The issue is that it currently has no permission to put but can STILL Put the messa ... |
Topic: To PUT or NOT to PUT that is the question. (Permissions?) |
ECS2008
Replies: 10 Views: 5170
|
Forum: General IBM MQ Support Posted: Wed Apr 23, 2008 1:16 am Subject: To PUT or NOT to PUT that is the question. (Permissions?) |
thanks again Gaya3!
The issue is that it currently has no permission to put but can STILL Put the message. I am sure there is something else I am missing here?
set authority for the user ... |
Topic: Reason Code 3015! |
ECS2008
Replies: 7 Views: 10652
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2008 1:14 am Subject: Reason Code 3015! |
Thanks for the quick reply.
We have searched the forums and net but it appears that the command server is complaining about a param sent. But execute the same application again under a user who is th ... |
Topic: Reason Code 3015! |
ECS2008
Replies: 7 Views: 10652
|
Forum: IBM MQ Java / JMS Posted: Wed Apr 23, 2008 1:00 am Subject: Reason Code 3015! |
Hi,
Has anyone come across an reason code 3015 when using the PCF (get queue depth) when executing the Java application via a non MQM user (i.e. not in the group of MQM)?
I suspect it's to do with ... |
Topic: To PUT or NOT to PUT that is the question. (Permissions?) |
ECS2008
Replies: 10 Views: 5170
|
Forum: General IBM MQ Support Posted: Wed Apr 23, 2008 12:57 am Subject: To PUT or NOT to PUT that is the question. (Permissions?) |
Hi,
I wonder if anyone can advise on when you can put a message on a local queue when the user putting the message has no permissions set up to do so.
I.E. Their Unix group is not MQM but another ... |