Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error using MTS "Distributed Transaction Completed........"

Status
Not open for further replies.

essa2000

Programmer
Dec 6, 2000
299
CA
Dear Programmer ;
I am encountring an error in using MTS for multiple transaction , when I used deployed component and use this component at client site then after one transaction I found an error message.
"Distributed Transactoin Completed. Enlist this Transaction in a new transaction or in a Null Transaction. "

I have debugged this in VB using F8 but i did not find any error.

If any one have the solution of this problem please help me out.

Please ,also tell how to debug a component in VB at run time.
Is this require Visual Studio Debugger or we can do this in VB 6.0.

regards,

Essa2000
 
That probably indicates that a 'SetAbort or SetComplete' call is being made after the transaction has already been completed.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top