Author |
Message
|
tzm1802 |
Posted: Mon Nov 10, 2008 12:32 am Post subject: Connecting to Configuration Manager via API |
|
|
Novice
Joined: 09 Jul 2008 Posts: 11
|
I am trying to connect to newly created Config manger via CMP API and I get the error shown below.My userId is part of mqm group.
User myUser@machine is not authorized to connect to queue manager 'WBRK6_DEFAULT_QUEUE_MANAGER' (MQ reason code 2035 while trying to connect) :
PLS help!!!!! |
|
Back to top |
|
 |
Vitor |
Posted: Mon Nov 10, 2008 2:57 am Post subject: Re: Connecting to Configuration Manager via API |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
tzm1802 wrote: |
My userId is part of mqm group. |
Which mqm group? On your machine, the machine where the queue manager is running or the domain group?
tzm1802 wrote: |
User myUser@machine is not authorized to connect to queue manager |
It seems that whichever group is it, it's not one the queue manager recognises. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
tzm1802 |
Posted: Mon Nov 10, 2008 6:28 am Post subject: |
|
|
Novice
Joined: 09 Jul 2008 Posts: 11
|
|
Back to top |
|
 |
tzm1802 |
Posted: Mon Nov 10, 2008 6:29 am Post subject: Post subject: Re: Connecting to Configuration Manager via AP |
|
|
Novice
Joined: 09 Jul 2008 Posts: 11
|
|
Back to top |
|
 |
sridhsri |
Posted: Mon Nov 10, 2008 6:38 am Post subject: |
|
|
Master
Joined: 19 Jun 2008 Posts: 297
|
You are probably not running the java application as a user in the mqm group. Make sure that the user running the java application has sufficient privileges to connect to the qmgr. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Nov 10, 2008 1:59 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
OK you need 2 things.
a) authorization at qmgr level
b) authorization on the configmgr. Check the ACL on the configmgr.
Have fun.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|