Browse by Tags
All Tags »
MSDTC (RSS)
Sorry, but there are no more tags available to filter with.
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...
Attachment(s): DTCSECURITY.txt
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...
//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...
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...
(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...
//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...
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...
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...
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...
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...