Welcome to MSDN Blogs Sign in | Join | Help

MADHU@MICROSOFT BLOG

All About Distributed apps

Syndication

News

Madhu Ponduru works at Microsoft. Everything here, though, is his personal opinion and is not read or approved by Microsoft before it is posted. No warranties or other guarantees will be offered as to the quality of the opinions or anything else offered here.

Browse by Tags

All Tags » MSDTC   (RSS)
Sorry, but there are no more tags available to filter with.
HOW TO CHANGE MSDTC SETTINGS PROGRAMMATICALLY
COPY FOLLOWING SCRIPT TO NOTEPAD AND SAVE IT AS .VBS FILE 'Read all settings from comamnd window 'This script takes 4 params,1 st param=networkDtc,2nd param=DtcAuthenticationMode '3rd param=EnablexaTransactions,4 th param=Restart DTC EnableNetworkDTC Read More...

by madhu_ponduru@hotmail.com | 4 Comments

Filed under:

Attachment(s): DTCSECURITY.txt

How to implement Resource Manager in SYSTX?
Following links will help you to write resource manager by using SYSTX classes http://msdn2.microsoft.com/en-us/library/ms229975(VS.80).aspx http://weblogs.asp.net/pgielens/archive/2005/02/19/376609.aspx http://blogs.msdn.com/florinlazar/archive/2005/05/17/418595.aspx Read More...

by madhu_ponduru@hotmail.com | 0 Comments

Filed under:

SAMPLE:How to use system.transaction to intiate transaction with oracle
//copy following program into console app and replace connection string and query string using System; using System.Collections.Generic; using System.Text; using System.Transactions; using System.Data; using System.Data.SqlClient; using System.Data.OleDb; Read More...

by madhu_ponduru@hotmail.com | 2 Comments

Filed under:

Forum Dedicated to Transactions on microsoft.com(MSDTC/SYSTEM.TRANSACTIONS)
If you have any questions about MSDTC/System.transactions,please send your question to this forum Forum Dedicated to Transactions on microsoft.com http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=388&SiteID=1 Read More...

by madhu_ponduru@hotmail.com | 0 Comments

Filed under:

How to configure DTC to support oracle transactions
(1)Make sure you have MDAC 2.6, sp2 higher and make sure you have oracle client (we have lot of problems with oracle 8i client,We recommend to use oracle client 9i or higher) ( (2)Make sure Network service account has read access to oracle client dlls. Read More...

by madhu_ponduru@hotmail.com | 1 Comments

Filed under:

MSDTC security model in windows 2003,sp1(same as windows xp,sp2)
//This content applies to windows 2003,sp1 and windows xp,sp2 machines Microsoft introduced MSDTC security in windows xp and windows 2003,If you didn't configure MSDTC security settings properly,you may not able to run MSDTC transactions between two machines. Read More...

by madhu_ponduru@hotmail.com | 0 Comments

Filed under:

How to change System.Transactions timeout?
System.Transactions actually has two timeout values that can be specified in the configuration files. In app.config, there is a “timeout” setting. If this setting is not specified, it defaults to 1 minute. But it can be overridden in code in the constructor Read More...

by madhu_ponduru@hotmail.com | 3 Comments

Filed under:

Transaction specifications(OLE/XA/TIP/WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity)
The WS specifications related to Transactions (WS-Coordination, WS-AtomicTransaction and WS-BusinessActivity) http://msdn.microsoft.com/webservices/webservices/understanding/specs/default.aspx?pull=/library/en-us/dnglobspec/html/wsatspecindex.asp . XA Read More...

by madhu_ponduru@hotmail.com | 0 Comments

Filed under:

MSDTC RPC COMMUNICATION
MSDTC is RPC application, so if you are running transaction between two machines, MSDTC will use RPC protocol to communicate with remote machine RPC is heart of all Microsoft Distributed application (not in web service world),MSDTC,COM,COM+ will use RPC Read More...

by madhu_ponduru@hotmail.com | 7 Comments

Filed under:

MSDTC BLOGS
I found these blogs are very useful to know about MSDTC(I just want save you some time,adding all the blog links here) http://blogs.msdn.com/florinlazar/ http://pluralsight.com/blogs/jimjohn/default.aspx http://blogs.msdn.com/esperpento/ http://blogs.msdn.com/miguel/ Read More...

by madhu_ponduru@hotmail.com | 0 Comments

Filed under:

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement  
Page view tracker