Recently I was working on a strange problem faced by a development team.They had used .NET 2.0 Lightweight Transaction Manager provided by the classes under System.Transaction namespace.Within the TransactionScope a long running database job was executing.They faced an intermittent TransactionAbortedException saying “Transaction has been aborted”. After taking a look into the code it was found [...]
Posts Tagged ‘System.Transaction’
Transaction Timeout in System.Transactions
Posted: February 1, 2009 in .NET, TransactionsTags: System.Transaction, Transactions
6
.NET Lightweight Transaction Manager
Posted: August 9, 2008 in Transactions, WCFTags: System.Transaction, Volatile RM
In my last post I had discussed about the basics of transactions,transaction manager & resource manager.In this post we will discuss about the Lightweight Transaction Manager(LTM) a transaction manager introduced with .NET 2.0. Prior to LTM the only transaction manager available in the Microsoft world was the Micrsoft Distributed Transaction Coordinator(MSDTC).This transaction manager is able [...]

