This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / System.Transactions.TransactionAbortedException: The transaction has aborted. in Windows Server2003 R2
-sunday8(sunday8);
2008-3-18
{822}
(#4338633@0)
-
It looks like you have two resource manager in one transaction scope so you may need XA capable resource manager driver?
-james4rn(james);
2008-3-18
(#4339114@0)
-
有道理,现学现卖,好象TransactionScope 自动升级为 distributed transaction是有条件的(只能包含ADO.NET认可的transaction).
-tjhong(我检讨);
2008-3-18
(#4339658@0)
-
I think you might be right.The one running on XP is the one with both database and web application on the same machine.
The one fails on Windows Server2003 R2 is web application and database on different machines.
Configuring XA on a live server is not a fun thing to do.. :(
-sunday8(sunday8);
2008-3-18
{251}
(#4340220@0)
-
Objects in System.Transactions use COM+ underlying.
-deep_blue(BLUE);
2008-3-19
{546}
(#4341045@0)
-
right., Thanks. i thought transaction scope would be cleaner when i tried it on my machine.
-sunday8(sunday8);
2008-3-20
(#4343430@0)
-
可能这个方法能解决你的问题==>INFO: Registry Entries Are Required for XA Transaction Support
-tjhong(我检讨);
2008-3-19
(#4341076@0)
-
that is good info..thanks..
-sunday8(sunday8);
2008-3-20
(#4343423@0)