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 » General IBM MQ Support » AMQ9557: Queue Manager User ID initialization failed.

Post new topic  Reply to topic
 AMQ9557: Queue Manager User ID initialization failed. « View previous topic :: View next topic » 
Author Message
vc1981
PostPosted: Mon Jan 15, 2007 5:19 am    Post subject: AMQ9557: Queue Manager User ID initialization failed. Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Mon Jan 15, 2007 5:27 am    Post subject: Reply with quote

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
View user's profile Send private message
fjb_saper
PostPosted: Mon Jan 15, 2007 6:23 am    Post subject: Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20696
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
View user's profile Send private message Send e-mail
vc1981
PostPosted: Mon Jan 15, 2007 8:21 pm    Post subject: Reply with quote

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
View user's profile Send private message
Inforz
PostPosted: Thu Apr 01, 2021 7:10 am    Post subject: Reply with quote

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
View user's profile Send private message
bruce2359
PostPosted: Thu Apr 01, 2021 7:31 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9396
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
View user's profile Send private message
Inforz
PostPosted: Fri Apr 02, 2021 1:05 am    Post subject: Reply with quote

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
View user's profile Send private message
hughson
PostPosted: Fri Apr 02, 2021 2:08 am    Post subject: Reply with quote

Padawan

Joined: 09 May 2013
Posts: 1914
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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » AMQ9557: Queue Manager User ID initialization failed.
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.