Re: distributed transaction problem
From: Mark Jen [MSFT] (markjen_at_online.microsoft.com)
Date: 03/09/04
- Next message: Dave: "Re: design pattern"
- Previous message: Tomas Restrepo \(MVP\): "Re: List of Roles/Users"
- In reply to: Steve: "distributed transaction problem"
- Next in thread: Steve: "Re: distributed transaction problem"
- Reply: Steve: "Re: distributed transaction problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 19:45:59 -0800
Hi Steve,
Could you give us some more details about your middle tier code? Is it a
ServicedComponent? Is it marked with a TransactionAttribute? Are you
connecting to SQL with enlist=true in the SQL Connection String or are you
using the SqlConnection.EnlistDistributedTransaction method?
Thanks,
Mark [MSFT]
-- Please reply in newsgroup. This posting is provided "AS IS" with no warranties, and confers no rights. "Steve" <pls2917 at mail.standarddomainsuffix> wrote in message news:eOsKO9UBEHA.688@tk2msftngp13.phx.gbl... > Hi All, > > I'm having a problem running distributed transactions from a middle tier > server to a SQL Server. I'm getting the following error when it attempts to > connect to SQL Server inside a transaction: > > [COMException (0x8004d00e): The transaction has already been implicitly or > explicitly committed or aborted] > > I've researched other posts on this error and none of the resolutions seem > to help in my case. Some additional information: > > 1. All servers are running Windows Server 2003. Database server is SQL > Server 2000. > > 2. Servers are all standalone. No domain involved. > > 3. NetBios name resolution works fine and I verified this using DTCPING.EXE > > 4. I've checked the "Enable Network DTC Access" when adding the application > server to Windows Server 2003 on both computers. > > Any other ideas on things I may have missed? > > >
- Next message: Dave: "Re: design pattern"
- Previous message: Tomas Restrepo \(MVP\): "Re: List of Roles/Users"
- In reply to: Steve: "distributed transaction problem"
- Next in thread: Steve: "Re: distributed transaction problem"
- Reply: Steve: "Re: distributed transaction problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|