Author |
Message
|
hemasankars |
Posted: Mon Jan 05, 2015 1:14 am Post subject: Problem to connect WMQ through Dell Boomi |
|
|
Newbie
Joined: 05 Jan 2015 Posts: 4
|
Hi
Any one can help me for below error
Test execution of TestProcess completed with errors. Embedded message: Unable to retrieve JMS message; Caused by: JMSWMQ0018:
Failed to connect to queue manager 'QM2' with connection mode 'Client' and host name '172.24.48.55(1415)'.; Caused by: JMSCMQ0001: WebSphere MQ call failed with compcode '2'
('MQCC_FAILED') reason '2540' ('MQRC_UNKNOWN_CHANNEL_NAME').; Caused by: CC=2;RC=2540;AMQ9204: Connection to host '172.24.48.55(1415)' rejected.
[1=com.ibm.mq.jmqi.JmqiException[CC=2;RC=2540;AMQ9520: Channel not defined remotely. [3=QC]],3=172.24.48.55(1415),5=RemoteConnection.analyseErrorSegment];
Caused by: CC=2;RC=2540;AMQ9520: Channel not defined remotely. [3=QC]
I connecting through dell boomi |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jan 05, 2015 5:30 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
We'll need to know a lot more about your JMS connection setup than the cryptic
Quote: |
connecting through dell boomi |
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 05, 2015 6:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
So you tried to connect to a SVRCONN channel on a qmgr that is not defined on that queue manager. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Mon Jan 05, 2015 3:22 pm Post subject: |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
Are you using PCF command to connect the Queue manager using that channel ?
I agree with fjb_saper that you've not shared many details related to the issue that you've been facing.
I am not sure either if you've looked at following link.
 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jan 06, 2015 5:33 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Code: |
AMQ9520: Channel not defined remotely |
and
Code: |
reason '2540' ('MQRC_UNKNOWN_CHANNEL_NAME' |
are fairly clear to me. Not sure why you and FJ are confused...
Either the JNDI definition is wrong, or the MQ administrator wasn't properly consulted about how this application should connect.
Or this is a test queue manager and someone didn't create the default objects and so SYSTEM.DEF.SVRCONN doesn't exist.
 |
|
Back to top |
|
 |
|