Re: DTC fails when number of updates in huge
From: Sam Santiago (ssantiago_at_n0spam-SoftiTechture.com)
Date: 12/24/04
- Next message: Terence Alphonso: "Re: AzManProvider is not declared & The type or namespace name Interop does not exist ERROR"
- Previous message: Sam Santiago: "Re: COM+ object pooling without a strong name"
- In reply to: Tony Moaikel: "Re: DTC fails when number of updates in huge"
- Next in thread: Tony Moaikel: "Re: DTC fails when number of updates in huge"
- Reply: Tony Moaikel: "Re: DTC fails when number of updates in huge"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 23 Dec 2004 16:11:50 -0800
Is this ASP or ASP.NET? Do you use an other components with the ASP? The
error indicates you are attempted to perform additional transactional work
after the transaction is committed. Are you explicitly committing the
transaction or marking it as done at any point?
Thanks,
Sam
-- _______________________________ Sam Santiago ssantiago@n0spam-SoftiTechture.com http://www.SoftiTechture.com _______________________________ "Tony Moaikel" <tmoaikel@cybiz.com> wrote in message news:O8FrsTT6EHA.3908@TK2MSFTNGP12.phx.gbl... > The error is: 'Distributed transaction completed. Either enlist in a new > transaction or the null transaction. > The asp page itself is transactional (Transaction=Required) so all updates > within the page are under the same transaction. > > Thanks > Tony > "Sam Santiago" <ssantiago@n0spam-SoftiTechture.com> wrote in message > news:OlWG17S6EHA.3708@TK2MSFTNGP14.phx.gbl... >> It might help to post the exact error message you are seeing. Are all of >> these updates performed as one big transaction or as individual >> transactions? >> >> Thanks, >> >> Sam >> >> -- >> _______________________________ >> Sam Santiago >> ssantiago@n0spam-SoftiTechture.com >> http://www.SoftiTechture.com >> _______________________________ >> "Tony Moaikel" <tmoaikel@cybiz.com> wrote in message >> news:%23HYvuqr5EHA.2624@TK2MSFTNGP11.phx.gbl... >>> Hi all, >>> >>> We are facing an issue with an asp page that performs a huge number of >>> updates to a database. >>> The page fails at different places when executed many times. >>> Is there a way to increase the DTC capacity to allow more updates? >>> We have tried to increase the log size but it does not seem to have any >>> effect. >>> >>> Thanks in advance >>> >>> Tony >>> >>> >> >> > >
- Next message: Terence Alphonso: "Re: AzManProvider is not declared & The type or namespace name Interop does not exist ERROR"
- Previous message: Sam Santiago: "Re: COM+ object pooling without a strong name"
- In reply to: Tony Moaikel: "Re: DTC fails when number of updates in huge"
- Next in thread: Tony Moaikel: "Re: DTC fails when number of updates in huge"
- Reply: Tony Moaikel: "Re: DTC fails when number of updates in huge"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading