Author |
Message |
Topic: threadsafe libraries for OpenVMS, MQ Client v6.x |
rfirtion
Replies: 0 Views: 2118
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Apr 14, 2010 6:20 am Subject: threadsafe libraries for OpenVMS, MQ Client v6.x |
I'm looking for the threadsafe libraries under OpenVMS, specifically mqic_r. Is this shipped/included with the MQ Client version 6.x? They are not under the sys$common:[syslib] directory where the d ... |
Topic: multi-threaded program error 2219 or 2059 |
rfirtion
Replies: 12 Views: 16046
|
Forum: IBM MQ API Support Posted: Tue Apr 13, 2010 9:36 am Subject: multi-threaded program error 2219 or 2059 |
The ConnectToQueueManager function calls the MQCONNX function, using the passed in connectionHandle variable (different for each call). I got two different connection handles (seen on the server logs ... |
Topic: multi-threaded program error 2219 or 2059 |
rfirtion
Replies: 12 Views: 16046
|
Forum: IBM MQ API Support Posted: Mon Apr 12, 2010 8:25 am Subject: multi-threaded program error 2219 or 2059 |
IBM support tells me that as of V5.3, using MQCONN return the same handle for all connections from one application, even if it is multi-threaded. (Still trying to find out if it also applies to MQCON ... |
Topic: multi-threaded program error 2219 or 2059 |
rfirtion
Replies: 12 Views: 16046
|
Forum: IBM MQ API Support Posted: Fri Apr 02, 2010 6:42 am Subject: multi-threaded program error 2219 or 2059 |
The trace on the MQ Server doesn't say anything about the MQCONNX handle except:
mtsCheck in mqconnx - no object context, using LEGACY
MQOPEN indicates it is giving me the same connection h ... |
Topic: multi-threaded program error 2219 or 2059 |
rfirtion
Replies: 12 Views: 16046
|
Forum: IBM MQ API Support Posted: Wed Mar 31, 2010 11:04 am Subject: multi-threaded program error 2219 or 2059 |
Running MQ 6.0.1, code written in C, client running on VAX, server running on Windows:
I was able to get rid of the 2059 error by adding another channel on the MQ Server, but I still get the 2219 e ... |
Topic: multi-threaded program error 2219 or 2059 |
rfirtion
Replies: 12 Views: 16046
|
Forum: IBM MQ API Support Posted: Mon Mar 29, 2010 10:41 am Subject: multi-threaded program error 2219 or 2059 |
All,
I have a multi-threaded program on OpenVMS and a Queue Manager with two queues. The main thread opens the input queue and does MQGETs and the 2nd thread opens the ouput queue and does MQPUTs. ... |
Topic: disable loggin to vmserr.log |
rfirtion
Replies: 3 Views: 2526
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 04, 2010 7:16 am Subject: disable loggin to vmserr.log |
Not sure what information you're looking for, but the file is located in:
sys$sysroot:[mqm.errors]
The MQ Client opens and closes this file with every write, which is does quite often. The file ... |
Topic: disable loggin to vmserr.log |
rfirtion
Replies: 3 Views: 2526
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Mar 04, 2010 6:58 am Subject: disable loggin to vmserr.log |
Is there a way to disable the MQ client from logging information to the vmserr.log file? It writes to this file all the time with informational type messages and eventually effects system performance ... |