I get the following exception when i run my program
Exception in thread "main" javax.jms.JMSException: MQJMS2005: failed to create M
QQueueManager for '10.75.246.140:Interop_QMGR'
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironm
ent.java:546)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:1450)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:960)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:159)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:77)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueue
ConnectionFactory.java:142)
at QTest.init(QTest.java:80)
at QTest.main(QTest.java:117)
I had the same problem on Windows.
I solved it by setting the CCSID on 852 when creating QCF, since this error actually meant that queue manager does not support 819.
I got this using MQIVP in Tools/Java/base directory.
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