Author |
Message
|
dev135 |
Posted: Sat Sep 26, 2009 11:28 am Post subject: Error while create execution group |
|
|
Apprentice
Joined: 21 Oct 2008 Posts: 44
|
Hi,
I am trying to create an execution group using command mqsicreateexecutiongroup, but i am facing 2035 error while connecting to configmgr QMgr. i checked the permissions also using dspmqaut but they seems to be fine and i created my broker and confgimgr using that ID itself. I checked in the forum too on 2035.. but i didnt get any clue...& ID exists under both mqbrkrs and mqm groups. Any ideas why i am getting that error ?
below is the error:
BIP1046E: Unable to connect with the Configuration Manager (User 'abcd' is not authorized to connect to queue manager 'XYZ' (MQ reason code 2035 while trying to connect)). |
|
Back to top |
|
 |
Vitor |
Posted: Sat Sep 26, 2009 12:07 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
What version of WMQ? What version of WMB? What platform?
If the user id has been created recently and/or added to the mqm group, especially on Windows, have you followed the advice given in the posts on this forum to resolve 2035 errors?
Have you enabled security events to see exactly where it's failing? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
dev135 |
Posted: Sat Sep 26, 2009 1:01 pm Post subject: |
|
|
Apprentice
Joined: 21 Oct 2008 Posts: 44
|
MQ - 7.0.0.2
WMB - 6.1.0.4
AIx platform
I could see messages on SYSTEM.ADMIN.QMGR.EVENT queue but it shows different id. Not the ID which i used for creating broker and configmgr. |
|
Back to top |
|
 |
Vitor |
Posted: Sat Sep 26, 2009 2:57 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
dev135 wrote: |
I could see messages on SYSTEM.ADMIN.QMGR.EVENT queue but it shows different id. Not the ID which i used for creating broker and configmgr. |
Well it wouldn't be would it? It'd be the user id that's trying to create the execution group. Or the user id that's in the MCAUser if you use that.
So the answer to your question "why am I getting a 2035 reason code?" is "why is that user id being presented to the queue manager?"
Simples. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
dev135 |
Posted: Sat Sep 26, 2009 3:43 pm Post subject: |
|
|
Apprentice
Joined: 21 Oct 2008 Posts: 44
|
Well thats what i am wondering why that user id is being presented to the queue manager? & why there are messages with that id in event queue...when i tried to login with the ID ( used for create broker and configmgr)and trying to create execution group...
i have no clue how thats happening...is there a way..i can find it... |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Sep 27, 2009 12:14 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
dev135 wrote: |
Well thats what i am wondering why that user id is being presented to the queue manager? & why there are messages with that id in event queue...when i tried to login with the ID ( used for create broker and configmgr)and trying to create execution group...
i have no clue how thats happening...is there a way..i can find it... |
Are you on windows?
Did you do that from a different machine and your are using a machine bound userid and not a domain bound one?
Remember uids are different for machine bound users on different machines even if it is the same user name.
Alternatively did you delete and recreate the user (different uid)?
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
dev135 |
Posted: Sun Sep 27, 2009 6:32 am Post subject: |
|
|
Apprentice
Joined: 21 Oct 2008 Posts: 44
|
No ...its not Windows..
I am trying to create EG on AIX using command mqsicreateexecutiongroup.
The user id was not deleted and recreated also.
If domain is created with different id on toolkit , will i face this issue? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Sep 27, 2009 4:33 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
dev135 wrote: |
No ...its not Windows..
I am trying to create EG on AIX using command mqsicreateexecutiongroup.
The user id was not deleted and recreated also.
If domain is created with different id on toolkit , will i face this issue? |
Have you been added to the authorized list via mqsicreateaclentry?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
dev135 |
Posted: Sun Sep 27, 2009 6:38 pm Post subject: |
|
|
Apprentice
Joined: 21 Oct 2008 Posts: 44
|
Yes , the Id i am using for creating execution group has been added to authorized list..(thru mqsicreateaclentry)
and the other id used for creating domain connection also has been added to the authorized list.(actuall that id exists under certain group , so given access to that group) |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Sep 28, 2009 2:00 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
you need both setmqaut and mqsicreateaclentry.
Or an mcauser on the channel used to connect to configmgr, which has had setmqaut and mqsicreateaclentry applied. |
|
Back to top |
|
 |
|