Author |
Message
|
fjb_saper |
Posted: Fri Mar 07, 2014 9:55 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
@ Vitor... You must have missed this post...
jackd wrote: |
Hi Exerk,
Earlier i have created Queue Managers in Linux. Where i can set the authorizations with command setmqaut command.
So let me know what are the scenario i should follow in Windows server.
Mqver - 7.5.0
I have created Queue Manager using GUI , with port number12435, and TCP/ip also in running state.
but still getting same error. |
_________________ MQ & Broker admin |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 07, 2014 10:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fjb_saper wrote: |
@ Vitor... You must have missed this post...
|
Even I have off days....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jackd |
Posted: Fri Mar 07, 2014 10:29 am Post subject: |
|
|
Novice
Joined: 05 Feb 2014 Posts: 12
|
exerk,
Let me know what to read on this. |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Mar 07, 2014 10:42 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
jackd wrote: |
Hi Exerk,
Earlier i have created Queue Managers in Linux. Where i can set the authorizations with command setmqaut command.
So let me know what are the scenario i should follow in Windows server.
Mqver - 7.5.0
I have created Queue Manager using GUI , with port number12435, and TCP/ip also in running state.
but still getting same error. |
At WMQ 7.5, all channel access is blocked until you create appropriate AUTHREC rules that allow access. Search here or google for AUTHREC. _________________ 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 |
|
 |
exerk |
Posted: Fri Mar 07, 2014 1:43 pm Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
fjb_saper wrote: |
@ Vitor... You must have missed this post...
jackd wrote: |
Hi Exerk,
Earlier i have created Queue Managers in Linux. Where i can set the authorizations with command setmqaut command.
So let me know what are the scenario i should follow in Windows server.
Mqver - 7.5.0
I have created Queue Manager using GUI , with port number12435, and TCP/ip also in running state.
but still getting same error. |
|
I'm now thoroughly confused because I thought the OP's queue manager was at V6.0 and he was using V7.5 MQExplorer - I shall now shut up and take the time to read this thread through... _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
JosephGramig |
Posted: Sat Mar 08, 2014 5:32 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
bruce2359 wrote: |
At WMQ 7.5, all channel access is blocked until you create appropriate AUTHREC rules that allow access. Search here or google for AUTHREC. |
I think you mean CHLAUTH which is applicable to use of channels. AUTHREC is applicable to objects like queues (equivalent to setmqaut command). Further, AUTHREC only controls administrative rights to channels and not "who" can use them.
The OP needs to clarify the version of the MQ server for us to say much more. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Mar 08, 2014 6:58 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Oooooops. Yes, CHLAUTH. My fingers have a mind of their own. _________________ 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 |
|
 |
jackd |
Posted: Sat Mar 08, 2014 10:31 pm Post subject: |
|
|
Novice
Joined: 05 Feb 2014 Posts: 12
|
Hi guys,
I have issued setmqaut command as follows.
setmqaut -m QmName -t qmgr -g mqm +connect +inq +dsp .
i have created svrconn using the following command.
DEFINE CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN) REPLACE MCAUSER('mqm')
But still it was throwing the same error.
Let me know need to change any thing. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Mar 08, 2014 10:47 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
What version of qmgr? V6? V7? V7.1? V7.5? _________________ 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 |
|
 |
fjb_saper |
Posted: Sat Mar 08, 2014 10:52 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jackd wrote: |
Hi guys,
I have issued setmqaut command as follows.
setmqaut -m QmName -t qmgr -g mqm +connect +inq +dsp .
i have created svrconn using the following command.
DEFINE CHANNEL(SYSTEM.ADMIN.SVRCONN) CHLTYPE(SVRCONN) REPLACE MCAUSER('mqm')
But still it was throwing the same error.
Let me know need to change any thing. |
Read this https://www.ibm.com/developerworks/mydeveloperworks/blogs/aimsupport/entry/blocked_by_chlauth_why?lang=en
and apply it.
Then read, as we have told you, in the manual, about chlauth records.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jackd |
Posted: Sat Mar 08, 2014 11:05 pm Post subject: |
|
|
Novice
Joined: 05 Feb 2014 Posts: 12
|
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Mar 08, 2014 11:40 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
jackd wrote: |
MQ version is 7.5 |
At 7.5, all channels are blocked. You must create CHLAUTH rules to allow access.
Search here of google for CHLAUTH. Lots of documentation to be found. _________________ 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 |
|
 |
jackd |
Posted: Sun Mar 09, 2014 8:22 am Post subject: |
|
|
Novice
Joined: 05 Feb 2014 Posts: 12
|
bruce ,
I have disabled the Chauth.
But still i have the same error.
Thanks in Advance. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Mar 09, 2014 12:39 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jackd wrote: |
bruce ,
I have disabled the Chauth.
But still i have the same error.
Thanks in Advance. |
If you are using a user in the local mqm group and your are still having this problem despite channel auth being disabled, then your install is bad.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Mar 09, 2014 2:11 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
jackd wrote: |
bruce ,
I have disabled the Chauth.
But still i have the same error.
Thanks in Advance. |
Display the qmgr error log files, copy and paste the entire error here.
Display the client error log files, copy and paste the entire error here. _________________ 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 |
|
 |
|