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 » Sender channel in RETRYING state though PORT and IP matches

Post new topic  Reply to topic
 Sender channel in RETRYING state though PORT and IP matches « View previous topic :: View next topic » 
Author Message
Sneha
PostPosted: Fri Feb 29, 2008 3:46 am    Post subject: Sender channel in RETRYING state though PORT and IP matches Reply with quote

Apprentice

Joined: 17 Feb 2008
Posts: 29

Hi

we have created a receiver channel and listener with below attributes in our server. Sender channel also having right connection name and port number. but sender channel is in RETRYING state. when checked in the error log i found the reason like this. how i have to resolve. can any one give step by step solution for this?????

DISPLAY CHANNEL(X.Y.ZZ)
2 : DISPLAY CHANNEL(X.Y.ZZ)

AMQ8414: Display Channel details.
CHANNEL(X.Y.ZZ) CHLTYPE(RCVR)
ALTDATE(2008-02-29) ALTTIME(10.50.23)
BATCHSZ(10) COMPHDR(NONE)
COMPMSG(NONE) DESCR( )
HBINT(60) KAINT(AUTO)
MAXMSGL(102760448) MCAUSER(mqm)
MONCHL(QMGR) MRDATA( )
MREXIT( ) MRRTY(10)
MRTMR(1000) MSGDATA( )
MSGEXIT( ) NPMSPEED(FAST)
PUTAUT(DEF) RCVDATA( )
RCVEXIT( ) SCYDATA( )
SCYEXIT( ) SENDDATA( )
SENDEXIT( ) SEQWRAP(999999999)
SSLCAUTH(REQUIRED) SSLCIPH( )
SSLPEER( ) STATCHL(QMGR)
TRPTYPE(TCP)

:
DISPLAY LISTENER(X.TCP)
3 : DISPLAY LISTENER(X.TCP)

AMQ8630: Display listener information details.
LISTENER(X.TCP) CONTROL(MANUAL)
TRPTYPE(TCP) PORT(1414)
IPADDR( ) BACKLOG(0)
DESCR( ) ALTDATE(2008-02-29)
ALTTIME(11.08.12)

from
/var/mqm/qmgrs/Y/errors/AMQERR01.LOG


02/29/08 11:19:24 - Process(4759.79) User(root) Program(amqrmppa)
AMQ9508: Program cannot connect to the queue manager.

EXPLANATION:
The connection attempt to queue manager 'TMQ1' failed with reason code 2035.
ACTION:
Ensure that the queue manager is available and operational.

explantion of reason code 2035

RC2035
(2035)
Explanation:

The user is not authorized to perform the operation attempted:
On an MQCONN or MQCONNX call, the user is not authorized to connect to the queue manager.
On an MQOPEN or MQPUT1 call, the user is not authorized to open the
object for the option(s) specified. On an MQCLOSE call, the user is not authorized to delete the object, which is a permanent dynamic queue, and the HOBJ parameter specified on the MQCLOSE call is not the handle returned by the MQOPEN call that created the queue.

This reason code can also occur in the MDFB field in the message descriptor of a report message; in this case it indicates that the error was encountered by a message channel agent when it attempted to put the message on a remote queue.
Back to top
View user's profile Send private message Send e-mail
Vitor
PostPosted: Fri Feb 29, 2008 3:53 am    Post subject: Re: Sender channel in RETRYING state though PORT and IP matc Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Sneha wrote:
how i have to resolve. can any one give step by step solution for this?????


It's fairly obvious!

Sneha wrote:

02/29/08 11:19:24 - Process(4759.79) User(root) Program(amqrmppa)
AMQ9508: Program cannot connect to the queue manager.

EXPLANATION:
The connection attempt to queue manager 'TMQ1' failed with reason code 2035.
ACTION:
Ensure that the queue manager is available and operational.

explantion of reason code 2035

RC2035
(2035)
Explanation:

The user is not authorized to perform the operation attempted


I've added bold to the critical parts to make them even more obvious.

A key set of questions are why are you running the channel as root, why did this seem like a good idea, why not follow the installation recommendations for your platform and why did the error confuse you?


_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Gaya3
PostPosted: Fri Feb 29, 2008 3:55 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Hi

MCAUSER(mqm) ----> What is this? and under which user id you are trying to start the channel , and how abt recvr

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die


Last edited by Gaya3 on Fri Feb 29, 2008 3:59 am; edited 1 time in total
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Feb 29, 2008 3:58 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Gaya3 wrote:
under which user id you are trying to start the channel , and how abt recvr


The post clearly shows the channel trying to run as root.

Though I agree setting the MCAUser on a sender channel is a bit odd. And shows a liberal attitude to security if adopted as a standard!
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Gaya3
PostPosted: Fri Feb 29, 2008 4:00 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Yes Vitor, you are correct,

i saw your posting.....thought of just point out regarding MCAUSR too

It will be good if sneha goes through the fundamentals...

Regards
Gayathri

[/b]
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Feb 29, 2008 4:09 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Gaya3 wrote:
It will be good if sneha goes through the fundamentals...


Indeed, but given that (according http://www.mqseries.net/phpBB2/viewtopic.php?p=206997) the sys adm claimed the queue manager could write to a directory exclusively owned by root, there may be some funky site policies involved here.

Or some really bad advice being given.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » Sender channel in RETRYING state though PORT and IP matches
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.