Author |
Message |
Topic: Unicode on Z/OS and buffer length of MQGET |
JohnGee
Replies: 1 Views: 2121
|
Forum: IBM MQ API Support Posted: Tue Aug 23, 2005 2:40 pm Subject: Unicode on Z/OS and buffer length of MQGET |
Nevermind, though I welcome all comments. I found an APAR(CSQC746E) from IBM that states the buffer specified must be large enough to accommodate the message both before and after conversion. |
Topic: Unicode on Z/OS and buffer length of MQGET |
JohnGee
Replies: 1 Views: 2121
|
Forum: IBM MQ API Support Posted: Tue Aug 23, 2005 12:28 pm Subject: Unicode on Z/OS and buffer length of MQGET |
MQ V5.2 on the mainframe. Just trying to confirm a problem and solution and any help would be appreciated. When using MQGET for a unicode message and the buffer & buffer length is not double what ... |
Topic: reason code to string |
JohnGee
Replies: 7 Views: 7956
|
Forum: IBM MQ API Support Posted: Wed Jul 13, 2005 12:52 pm Subject: reason code to string |
There is a property in the MQException class called Message. For example a reason code of 2085, the Message property will contain: "MQRC_UNKNOWN_OBJECT_NAME" |
Topic: MQRC_UOW_ENLISTMENT_ERROR on non-transactional MQ client |
JohnGee
Replies: 3 Views: 3820
|
Forum: IBM MQ API Support Posted: Tue Jul 12, 2005 2:00 pm Subject: MQRC_UOW_ENLISTMENT_ERROR on non-transactional MQ client |
VB6. We created a COM+ entry for the application dll on the client PC and disabled transactions for it. This eliminated the problem. As it turns out that is the way the COM+ entry was defined on the ... |
Topic: Setting the message id in a VB.NET application |
JohnGee
Replies: 19 Views: 21449
|
Forum: IBM MQ API Support Posted: Tue Jul 12, 2005 8:23 am Subject: Setting the message id in a VB.NET application |
Here is something I've found that can convert the message & correlation id byte arrays to string and then back to byte arrays without any ASCII conversion issues:
Imports Microsoft.VisualBasic ... |
Topic: MQRC_UOW_ENLISTMENT_ERROR on non-transactional MQ client |
JohnGee
Replies: 3 Views: 3820
|
Forum: IBM MQ API Support Posted: Tue Jul 12, 2005 7:55 am Subject: MQRC_UOW_ENLISTMENT_ERROR on non-transactional MQ client |
Could not find a problem with my particular facts. We have a client (CSD09) installed on a Windows 2003 SP1 server. I think the client is getting confused and trying to enlist in a distributed transac ... |
Topic: mqseries + MTS |
JohnGee
Replies: 8 Views: 8862
|
Forum: IBM MQ API Support Posted: Fri May 20, 2005 1:17 pm Subject: mqseries + MTS |
Any progress??? Better late then never, but here is what I can add. WebsphereMQ uses an XA compliant module to work with MTS/COM+. Though your app needs to run on the server or a transactional client ... |
Topic: MQRC_UOW_ENLISTMENT_ERROR & amqmtsxatm.dll |
JohnGee
Replies: 0 Views: 2071
|
Forum: IBM MQ API Support Posted: Thu Apr 07, 2005 4:44 am Subject: MQRC_UOW_ENLISTMENT_ERROR & amqmtsxatm.dll |
This may not be the right forum for this, and did not see any other post addressing this general topic... So, to fix the UOW enlistment error we registered the amqmtsxatm module and all appears to wor ... |