ObjectContext.SetComplete on success or ObjectContext.SetAbort on failure.
"Tony Moaikel" <tmoaikel@cybiz.com> wrote in message
news:OwmJJFC7EHA.2568@TK2MSFTNGP10.phx.gbl...
> This is ASP. I am not explicitly committing or aborting the transaction.
> And what is strange is that the error occurs at a different place when the
> page is reloaded!!
>
> "Sam Santiago" <ssantiago@n0spam-SoftiTechture.com> wrote in message
> news:uVREs0U6EHA.208@TK2MSFTNGP12.phx.gbl...
>> 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
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>