[progress Communities] [progress Openedge Abl] Forum Post: Re: Connect To Websphere Mq...

Status
Not open for further replies.
F

Fuelfire

Guest
I read the error "Connection factory with the name UNIQM not found in JNDI store". I replace this line in program: RUN setBrokerURL IN ptpsession (INPUT QueueManager). with: RUN setBrokerURL IN ptpsession ("RemoteCF"). I gor another error when I run test_put.p: S-0003>(Mar 29, 2017 11:45:23:669) 172.25.197.193::sonicMQ1::3620::a67accc527088e3b:4fc2a024:15b19242fe1:-7fc4: Startup Parameters: jmsServerName: Point-To-Point brokerURL: RemoteCF user: swiftmq password: swiftmq clientID: null pingInterval: transactedPublish: false transactedReceive: false singleMessageAck: false symbiontAdapter: false jmsDomain: true S-0003>(Mar 29, 2017 11:45:23:669) S-0003: receive message queue size set to 10 S-0003>(Mar 29, 2017 11:45:23:670) S-0003: browse message queue size set to 500 S-0003>(Mar 29, 2017 11:45:23:670) : In SessionContainer() S-0003>(Mar 29, 2017 11:45:23:685) : Looking up ConnectionFactory in JNDI Object Store S-0003>(Mar 29, 2017 11:45:23:685) 172.25.197.193::sonicMQ1::3620::a67accc527088e3b:4fc2a024:15b19242fe1:-7fc4: Using connection values: 26,null,true,,true,false,-1,-1,false,0,false,false,,10000,0,30,false,60,0,20,0,,swiftmq,swiftmq,depotest2,localhost S-0003>(Mar 29, 2017 11:45:23:925) 172.25.197.193::sonicMQ1::3620::a67accc527088e3b:4fc2a024:15b19242fe1:-7fc4 com.ibm.msg.client.jms.DetailedJMSException: JMSWMQ2020: Failed to connect to queue manager 'UNIQM' with connection mode 'Client' and supplied CCDT URL 'file:D:/Depo101/DPRO_31_10/MQ/AMQCLCHL.TAB', see linked exception for more information. Check the queue manager is started and if running in client mode, check there is a listener running. Please see the linked exception for more information. at com.ibm.msg.client.wmq.common.internal.Reason.reasonToException(Reason.java:585) at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:221) at com.ibm.msg.client.wmq.internal.WMQConnection. (WMQConnection.java:327) at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createV7ProviderConnection(WMQConnectionFactory.java:6876) at com.ibm.msg.client.wmq.factories.WMQConnectionFactory.createProviderConnection(WMQConnectionFactory.java:6254) at com.ibm.msg.client.jms.admin.JmsConnectionFactoryImpl.createConnection(JmsConnectionFactoryImpl.java:285) at com.ibm.mq.jms.MQConnectionFactory.createCommonConnection(MQConnectionFactory.java:6189) at com.ibm.mq.jms.MQConnectionFactory.createConnection(MQConnectionFactory.java:6245) at com.progress.messaging.jms.SessionContainer.createConnection(SessionContainer.java:1512) at com.progress.messaging.jms.SessionContainer.init(SessionContainer.java:303) at com.progress.messaging.jms.JmsConnection. (JmsConnection.java:39) at com.progress.messaging.jms.jms._connect(jms.java:279) at com.progress.javafrom4gl.implementation.JavaServlet. (JavaServlet.java:81) at com.progress.javafrom4gl.implementation.ServiceImpl.createConnectionServlet(ServiceImpl.java:106) at com.progress.ubroker.broker.ubServerThreadIPC.write(ubServerThreadIPC.java:432) at com.progress.ubroker.broker.ubASserverThread.processConnect(ubASserverThread.java:574) at com.progress.ubroker.broker.ubServerThread.processEvent(ubServerThread.java:1210) at com.progress.ubroker.broker.ubServerThread.mainline(ubServerThread.java:479) at com.progress.ubroker.broker.ubServerThread.run(ubServerThread.java:356) Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2423' ('MQRC_CLIENT_CHANNEL_CONFLICT'). at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:209) ... 17 more May be I must exclude "CHAN(SWIFTMQ.SVRCONN)" from define command when I generate .bindings?

Continue reading...
 
Status
Not open for further replies.
Top