Discussion:
Completion Code 2, Reason 2195
(too old to reply)
h***@gmail.com
2006-03-28 12:34:15 UTC
Permalink
Hello All,

I am trying to test the sample program , when i run a program that
connects to the queue i am getting the exception below , i am giving
the queue manager name correctly, can anybody please help me here.
What could be the reason.

Thanks in advance
Hari

----
com.ibm.mq.MQException: Completion Code 2, Reason 2195
at
com.ibm.mq.MQManagedConnectionJ11.<init>(MQManagedConnectionJ11.java:166)
at
com.ibm.mq.MQClientManagedConnectionFactoryJ11._createManagedConnection(MQClientManagedConnectionFactoryJ11.java:196)
at
com.ibm.mq.MQClientManagedConnectionFactoryJ11.createManagedConnection(MQClientManagedConnectionFactoryJ11.java:213)
at
com.ibm.mq.StoredManagedConnection.<init>(StoredManagedConnection.java:80)
at
com.ibm.mq.MQSimpleConnectionManager.allocateConnection(MQSimpleConnectionManager.java:150)
at
com.ibm.mq.MQQueueManager.obtainBaseMQQueueManager(MQQueueManager.jav
a:560)
at com.ibm.mq.MQQueueManager.construct(MQQueueManager.java:509)
at com.ibm.mq.MQQueueManager.<init>(MQQueueManager.java:286)
at
mqseries.mom.subscribe.MQReceive.createQueueManager(MQReceive.java:240)
at mqseries.mom.subscribe.MQReceive.run(MQReceive.java:654)
h***@gmail.com
2006-04-04 04:32:31 UTC
Permalink
Hi ...

I got the reason myself and putting it here because it might help
somebody.

This is a OS related issue ,please refer to the following links.


http://www-1.ibm.com/support/docview.wss?rs=171&context=SSFKSJ&context=SSWHKB&q1=Completion+Code+2%2c+Reason+2195&uid=swg21163888&loc=en_US&cs=utf-8&lang=en

http://publibfp.boulder.ibm.com/epubs/pdf/csqzaw12.pdf


Hari

Loading...