Author |
Message
|
Sneha |
Posted: Fri Feb 29, 2008 3:46 am Post subject: Sender channel in RETRYING state though PORT and IP matches |
|
|
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 |
|
 |
Vitor |
Posted: Fri Feb 29, 2008 3:53 am Post subject: Re: Sender channel in RETRYING state though PORT and IP matc |
|
|
 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 |
|
 |
Gaya3 |
Posted: Fri Feb 29, 2008 3:55 am Post subject: |
|
|
 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 |
|
 |
Vitor |
Posted: Fri Feb 29, 2008 3:58 am Post subject: |
|
|
 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 |
|
 |
Gaya3 |
Posted: Fri Feb 29, 2008 4:00 am Post subject: |
|
|
 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 |
|
 |
Vitor |
Posted: Fri Feb 29, 2008 4:09 am Post subject: |
|
|
 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 |
|
 |
|