Author |
Message |
Topic: Opening more than one queuemanager in a single thread (.NET) |
Henk-Jan Visscher
Replies: 6 Views: 5524
|
Forum: IBM MQ API Support Posted: Tue Dec 14, 2004 3:33 am Subject: Opening more than one queuemanager in a single thread (.NET) |
Thanks for all the info.
vennela I tested this using Java app (and it works) and I am not sure about .NET
I had no problems using multiple connecties (up to three different queue managers in . ... |
Topic: Opening more than one queuemanager in a single thread (.NET) |
Henk-Jan Visscher
Replies: 6 Views: 5524
|
Forum: IBM MQ API Support Posted: Mon Dec 13, 2004 11:02 am Subject: Opening more than one queuemanager in a single thread (.NET) |
I believe you have this backwards. Note, I have done minimal stuff with .NET but in other languages using the MQ API, it is the 'client mode' that allows you to have multiple connections open.
You ... |
Topic: Opening more than one queuemanager in a single thread (.NET) |
Henk-Jan Visscher
Replies: 6 Views: 5524
|
Forum: IBM MQ API Support Posted: Mon Dec 13, 2004 8:21 am Subject: Opening more than one queuemanager in a single thread (.NET) |
Hello,
I'm developing a .NET program that copies messages from one MQ queue to another MQ queue. In one thread, two queues are opened (one for input, one for output), followed by a get from the inp ... |
Topic: Another MQRC_ENLISTMENT_ERROR in .NET |
Henk-Jan Visscher
Replies: 14 Views: 8843
|
Forum: IBM MQ API Support Posted: Thu Nov 18, 2004 7:17 am Subject: Another MQRC_ENLISTMENT_ERROR in .NET |
Yep, you're right (of course our installation differed from the default location). But it would be even nicer if IBM would let search engines index their support pages, would have saved me a couple of ... |
Topic: Another MQRC_ENLISTMENT_ERROR in .NET |
Henk-Jan Visscher
Replies: 14 Views: 8843
|
Forum: IBM MQ API Support Posted: Thu Nov 18, 2004 5:24 am Subject: Solution |
We finally we found the solution to this problem. It is a known problem listed at the IBM website and has to do with third-party XA DLLs in the MS DTC process. (I still don't understand why this page ... |
Topic: Another MQRC_ENLISTMENT_ERROR in .NET |
Henk-Jan Visscher
Replies: 14 Views: 8843
|
Forum: IBM MQ API Support Posted: Sun Nov 14, 2004 2:18 pm Subject: Another MQRC_ENLISTMENT_ERROR in .NET |
Too bad, otherwise I could just concentrate on fixing the amqtsivt program, now I stil have to get my own program running.
Could it have something to do with permissions? My network adminstrator re ... |
Topic: Another MQRC_ENLISTMENT_ERROR in .NET |
Henk-Jan Visscher
Replies: 14 Views: 8843
|
Forum: IBM MQ API Support Posted: Fri Nov 12, 2004 2:49 pm Subject: Another MQRC_ENLISTMENT_ERROR in .NET |
FJB,
Thanks, I will (first thing when I'm back in the office again). Although I'm only linking against (something like) amqmdnet.dll, I assume the installation will determine which version of websp ... |
Topic: Another MQRC_ENLISTMENT_ERROR in .NET |
Henk-Jan Visscher
Replies: 14 Views: 8843
|
Forum: IBM MQ API Support Posted: Fri Nov 12, 2004 2:34 pm Subject: Another MQRC_ENLISTMENT_ERROR in .NET |
FJB,
Is there any way I can find out?
Is this consistent with the fact that it runs smoothly under XP but not under Windows 2003 Server?
Greetings,
Henk-Jan. |
Topic: Another MQRC_ENLISTMENT_ERROR in .NET |
Henk-Jan Visscher
Replies: 14 Views: 8843
|
Forum: IBM MQ API Support Posted: Fri Nov 12, 2004 11:53 am Subject: Another MQRC_ENLISTMENT_ERROR in .NET |
Kiran, thanks for the very fast response.
But alas it didn't really help. As I'm not using Windows NT I assume it should be the first reason.
I have no idea why my object does not issue a transa ... |
Topic: Another MQRC_ENLISTMENT_ERROR in .NET |
Henk-Jan Visscher
Replies: 14 Views: 8843
|
Forum: IBM MQ API Support Posted: Fri Nov 12, 2004 10:05 am Subject: Another MQRC_ENLISTMENT_ERROR in .NET |
I'm developing a server program which should process incoming messages in a transaction. On my Windows XP client everything works fine. However, as soon as I move the program to a windows 2003 server, ... |