Hi , I have configured TCserver for MQ version 5.3 . While i am trying to input message into queue . Im getting this below error recorded in global.log file .Mq was installed in windows and TCserver is running in AIX unix environment . The mq manager , listerner port all are working fine . Is there any solution to fix this issue .i have tried the same in my r9 local host (windows) this is working fine .
kindly provide any solution for this . ERROR mqseries - Error while connecting to MQManager 'SERQM' Reason : 2059 *MQ configuration in tcserver.xml :* <!--================================================ Listener for EDMS =================================================--> <LISTENER Name="edmsmq" type="mqseries" active="true"> <ADAPTERID>EDMS</ADAPTERID> <MQHOST>10.13.24.65(1416)</MQHOST> <MQCHANNEL>SERCONCHL</MQCHANNEL> <MQMANAGER>SERQM</MQMANAGER> <MQQUEUE>QUEIN</MQQUEUE> <USERID>r09som</USERID> <PASSWORD>r09som</PASSWORD> <NBTHREADS>15</NBTHREADS> <CONSUMER> <MQQUEUE>QUEOUT</MQQUEUE> <DEADLETTERQUEUE>simulate.out</DEADLETTERQUEUE> </CONSUMER> </LISTENER> *Details *: MQ version : MQ 5.3 T24 : R9 JBASE : TAFC -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
