Author |
Message
|
vc1981 |
Posted: Mon Jan 15, 2007 5:19 am Post subject: AMQ9557: Queue Manager User ID initialization failed. |
|
|
Apprentice
Joined: 18 Jan 2006 Posts: 46
|
Hi ,
I have a LInux box which has two queue managers , which have a simple DQM setup( remote queue,sender/rcvr channels).
When i send a a message, the messages are not delivered to the local queue under the detination queue manager, even the dead letter queue doesn't have it . When i check the amqlog on the sender side it had the following error :
01/15/2007 07:11:22 PM - Process(28586.1) User(mqm) Program(runmqchl)
AMQ9506: Message receipt confirmation failed.
EXPLANATION:
Channel 'TLCOEHK01.TLCOEHK02' has ended because the remote queue manager did
not accept the last batch of messages.
ACTION:
The error log for the channel at the remote site will contain an explanation of
the failure. Contact the remote Systems Administrator to resolve the problem.
and on the receiver side i had the following log :
01/15/2007 07:42:15 PM - Process(17911.19) User(mqm) Program(amqrmppa)
AMQ9557: Queue Manager User ID initialization failed.
EXPLANATION:
The call to initialize the User ID failed with CompCode 2 and Reason 2035.
ACTION:
Correct the error and try again.
Some of my sender channel attributes are as mentioned below :
JOBNAME(000007DA00000001)
LONGRTS(999999999) LSTLUWID(0000000000000000)
LSTMSGDA(2007-01-15) LSTMSGTI(19.11.21)
LSTSEQNO(0) MCASTAT(RUNNING)
MCAUSER( ) MONCHL(OFF)
MSGS(0) NETTIME(0,0)
NPMSPEED(FAST) RAPPLTAG( )
RQMNAME(DEC) SHORTRTS(10)
SSLCERTI( ) SSLKEYDA( )
SSLKEYTI( ) SSLPEER( )
SSLRKEYS(0) STATUS(RUNNING)
STOPREQ(NO) SUBSTATE(MQGET)
XBATCHSZ(0,0) XMITQ(DE)
XQMSGSA(0) XQTIME(0,0)
Kindly advise _________________ Regards ,
VC |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 15, 2007 5:27 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Can the queue managers be used locally (amqsget / put)? 2035 is an authorisation failure I don't typically associate with the default administrator id....
Also has anything non-standard been done with either the installation or configuration? Somethng that would deny mqm it's traditional rights? Particually it's right to run queue manager processes? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 15, 2007 6:23 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Is the receiver channel running with the blank mcauser or with mcauser('none')?
Is the listener on the receiving qmgr running under the mqm userid? or running as root (is root in the mqm user group)?
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
vc1981 |
Posted: Mon Jan 15, 2007 8:21 pm Post subject: |
|
|
Apprentice
Joined: 18 Jan 2006 Posts: 46
|
fjb_saper wrote: |
Is the receiver channel running with the blank mcauser or with mcauser('none')?
|
Yes you were right on the receiver end of the channel there was an MCA user mentioned , i just removed it and its working fine now
Thank you everybody for your help ! _________________ Regards ,
VC |
|
Back to top |
|
 |
Inforz |
Posted: Thu Apr 01, 2021 7:10 am Post subject: |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
fjb_saper wrote: |
Is the receiver channel running with the blank mcauser or with mcauser('none')?
Is the listener on the receiving qmgr running under the mqm userid? or running as root (is root in the mqm user group)?
Enjoy  |
Hi,
I am having a bit similar issue in my working environment MQ v7.5 - Windows is used.
A cluster receiver channel, where MCAUSER is set to 'nouser' throws the below errors in logs
-----------
AMQ9245: Unable to obtain account details for channel MCA user ID.
AMQ8075: Authorization failed because the SID for entity 'nouser' cannot be
obtained.
AMQ9557: Queue Manager User ID initialization failed.
EXPLANATION:
The call to initialize the User ID failed with CompCode 2 and Reason 2035.
----------------
Whats needs to be done to resolve this please. |
|
Back to top |
|
 |
bruce2359 |
Posted: Thu Apr 01, 2021 7:31 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Re-read fjb_saper's reply above. _________________ 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 |
|
 |
Inforz |
Posted: Fri Apr 02, 2021 1:05 am Post subject: |
|
|
 Centurion
Joined: 15 Apr 2011 Posts: 139 Location: Chennai, India
|
Is the receiver channel running with the blank mcauser or with mcauser('none')?
- It has mcauser set to 'nouser' value.
Is the listener on the receiving qmgr running under the mqm userid? or running as root (is root in the mqm user group)?
- Yes its running with MQ service account - MUSR_MQADMIN |
|
Back to top |
|
 |
hughson |
Posted: Fri Apr 02, 2021 2:08 am Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
Inforz wrote: |
A cluster receiver channel, where MCAUSER is set to 'nouser' throws the below errors in logs
-----------
AMQ9245: Unable to obtain account details for channel MCA user ID.
AMQ8075: Authorization failed because the SID for entity 'nouser' cannot be
obtained.
AMQ9557: Queue Manager User ID initialization failed.
EXPLANATION:
The call to initialize the User ID failed with CompCode 2 and Reason 2035.
----------------
Whats needs to be done to resolve this please. |
The name of the value set in the MCAUSER seems to suggest that this is working exactly as designed. This receiving type channel is not supposed to be able to start without something setting a more appropriate MCAUSER value in place. Do you, for example have CHLAUTH rules which set MCAUSER values? Do you, say, have a security exit that sets MCAUSER values?
You should follow whatever scheme your system uses for all the other connections that make use of this receiving type channel and do the same for new connecting partner.
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
|