Author |
Message |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Sun Nov 22, 2015 4:15 pm Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
Sorry, typo's - phones aren't always great.
"Bruce, its not snotty. It was a reality question. Please discontinue any response on this thread.. Your information and attempted help, although ap ... |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Sun Nov 22, 2015 3:47 pm Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
Bruce, its not spotty. It was a reality question. Please discontinue any response on this thread.. Your information and attempted help, athough appreciated has not been helpful. "Passing the bu ... |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Sun Nov 22, 2015 1:40 pm Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
bruce2359, Ok not I am thoroughly confused. Extended Transaction Client? Are you aware of what IBM did since 7.0? You need not the Extended Transaction Client any longer as it's in 7.0+ client and I'm ... |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Sun Nov 22, 2015 7:42 am Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
So, even the one from IBM from the client as a sample MQ is not accurate? That one does NOT use the MQCOMIT/MQBACK. It uses the TransactionScope and a Commit from the transactionscope object. Especial ... |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Sun Nov 22, 2015 6:43 am Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
fjb_saper, are you saying MSDTC equivalent because what is the third-party is not MS centric?
bruce_2359, the IBQ .NET samples that come with the client reference the transaction scope use. But for ... |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Sat Nov 21, 2015 2:25 pm Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
But what type of options would I need put in the MSDTC on both machines? (i.e. the PC running it and the DBMS PC)?
Then, if the MQ is third party what if they are not even using MSDTC. They might ... |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Sat Nov 21, 2015 10:58 am Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
I used the default settings on both the DB and the server I am executing from. I cannot do the MQ because that is a third-party. |
Topic: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
davis_mc
Replies: 17 Views: 49732
|
Forum: Multiphase Commit Posted: Fri Nov 20, 2015 6:18 pm Subject: MQSeries 7.5 and 7.1.0.6 client with C# 2 phase commit help |
Hi,
I am having a strange issue and I'm not too sure where to go with this.
First in my code for the connection to MQ I am using
queueProperties = new Hashtable();
queueProperties& ... |