Author |
Message
|
sharknose |
Posted: Fri Sep 23, 2005 1:41 am Post subject: AMQ8135 error when using MQ with WAS5.1 |
|
|
Newbie
Joined: 23 Sep 2005 Posts: 5 Location: London, UK
|
Hi,
Posting here in the hope that someone can help me with an MQ problem that has started occurring when using MQ5.3 (on Solaris) with WebSphere Application Server 5.1.
I installed WAS using embedded MQ/JMS messaging, and am using the queue manager that WAS creates during install. Whenever WAS is running, it is not possible for me create, ammend, or clear queues belonging to the queue manager, if I try and do so, I get AMQ8135 - Not authorised. If WAS is shutdown, all these operations work ok. I have tried using setmqaut to grant my user permissions on the relevant objects, but it does not seem to make any difference. The strange thing is, when we first installed WAS, this problem did not occur, I'm not aware of anything that we've done that would have lead to it occurring.
Any suggestions gratefully received.
Thanks,
D |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 23, 2005 3:01 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Read the admin manuals.
A number of operations are not allowed while the queue is in use (iprocs or oprocs > 0).
This is normal behavior!
However you should not be getting a "not authorized" but an "object in use" message. Don't know if internal WAS qmgr has some additional stuff that while WAS is running only the user running WAS can do changes ??
Normally all setup stuff is done in WAS config anyway....remember this is not a full version...
Enjoy  |
|
Back to top |
|
 |
sharknose |
Posted: Fri Sep 23, 2005 3:30 am Post subject: |
|
|
Newbie
Joined: 23 Sep 2005 Posts: 5 Location: London, UK
|
fjb_saper wrote: |
Read the admin manuals.
A number of operations are not allowed while the queue is in use (iprocs or oprocs > 0).
This is normal behavior! |
Ok, I realise that I wouldn't be able to clear a queue whilst something is attached to it, but I should at least be able to do a DISPLAY QLOCAL(qName) without getting an error. I've also never had any problems creating new queues whilst applications are attached to the queue manager.
Also not sure what you mean by "it's not a full version" - the MQ installation we have is a full blown MQ5.3 server installation, WAS has just been configured to work with it (so it's not some MQ-lite version that ships with WAS5.1). |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 23, 2005 3:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you sure you shouldn't be allowing WAS to create queues for you, within the WebSphere JMS Provider? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Sep 23, 2005 6:25 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Quote: |
Whenever WAS is running, it is not possible for me create, ammend, or clear queues belonging to the queue manager |
If you are trying to do this with runmqsc, you shouldn't be. Since you are using the embedded qmgr, you should be using WAS to do your administration. |
|
Back to top |
|
 |
sharknose |
Posted: Mon Sep 26, 2005 12:08 am Post subject: |
|
|
Newbie
Joined: 23 Sep 2005 Posts: 5 Location: London, UK
|
Surely I should at least be able to display the attributes/depth of a queue using runmqsc, even if WAS created the underlying QMGR? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Sep 26, 2005 7:24 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Not sure about that but you should be able to get the information using MS0B support pack.
Enjoy  |
|
Back to top |
|
 |
hopsala |
Posted: Mon Sep 26, 2005 8:45 pm Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
I have never worked with the embedded mq myself, but had talked with a few people about it who have lots of experience working both ways; the general accord was "don't use it, it's <censure>, use a regualr qm installed seperately", and that I pass on to you... |
|
Back to top |
|
 |
|