sankx chowdhury

Greenhorn
+ Follow
since Dec 10, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sankx chowdhury

Please post your question on www.MqSeries.net .
Reason code 2009 seems it returns (MQRC_CONNECTION_BROKEN)
viz, "Connection to queue manager lost."
This means this can occur because the queue manager has ended. If the call is an MQGET call with the MQGMO_WAIT option, the wait has been canceled
Actually, after the Queue Manager process has been ended, MQSeries API
applications which attempt to use a connection handle obtained
before the Queue Manager was ended will see RC2009 returned by
API calls (MQRC_CONNECTION_BROKEN). Note, this will also be
true when the Queue Manager has been restarted after it was
ended, and before the connection handle was used again.

Corrective action: Applications can attempt to reestablish connection by issuing the MQCONN call. It may be necessary to poll until a successful response is received
19 years ago
I have installed IBM Webshpere MQ5.3 in my m/c having windows-XP environment.
When my java (version 1.3.1) application is trying to connect with MQ server by instantiating com.ibm.mq.MQQueueManager object, it is generating the following exception
com.ibm.mq.MQException: Compilation Code 2, Reason Code 2195.
I have gone thru the description of that reason code and it describes 'unexpected error�. Besides that there is no farther information of that
reason code.
Does any body ever find this MQ exception?
If so, what will be the possible troubleshoots.
Please facilitate me.
20 years ago