ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » amq4036 error for windows server

Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next
 amq4036 error for windows server « View previous topic :: View next topic » 
Author Message
fjb_saper
PostPosted: Fri Mar 07, 2014 9:55 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Vitor
PostPosted: Fri Mar 07, 2014 10:06 am    Post subject: Reply with quote

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
View user's profile Send private message
jackd
PostPosted: Fri Mar 07, 2014 10:29 am    Post subject: Reply with quote

Novice

Joined: 05 Feb 2014
Posts: 12

exerk,

Let me know what to read on this.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Fri Mar 07, 2014 10:42 am    Post subject: Reply with quote

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
View user's profile Send private message
exerk
PostPosted: Fri Mar 07, 2014 1:43 pm    Post subject: Reply with quote

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
View user's profile Send private message
JosephGramig
PostPosted: Sat Mar 08, 2014 5:32 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
bruce2359
PostPosted: Sat Mar 08, 2014 6:58 am    Post subject: Reply with quote

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
View user's profile Send private message
jackd
PostPosted: Sat Mar 08, 2014 10:31 pm    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Sat Mar 08, 2014 10:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Sat Mar 08, 2014 10:52 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
jackd
PostPosted: Sat Mar 08, 2014 11:05 pm    Post subject: Reply with quote

Novice

Joined: 05 Feb 2014
Posts: 12

MQ version is 7.5
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sat Mar 08, 2014 11:40 pm    Post subject: Reply with quote

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
View user's profile Send private message
jackd
PostPosted: Sun Mar 09, 2014 8:22 am    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Sun Mar 09, 2014 12:39 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
bruce2359
PostPosted: Sun Mar 09, 2014 2:11 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3  Next Page 2 of 3

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » amq4036 error for windows server
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.