Hi. I worte a small .net window form application to test mq with. I get all the way until reading the message off the queue. The error I get is MQRC_UNEXPECTED_ERROR 2195. Here is the line of code ...
I figured this one out. The queue manager name was passed to connection(). I guess there was issue trying to read the queue manager name from the chltbl file. I passed in the queue manager name the ...
Here's the scenerio:
1) C++ dll calls .connect() method to connect to q mgr.
2) when the listener is turn off it causes a 2059 error
3) When the dll is called from a vbscript running on the box the ...