Click here to Skip to main content
15,886,774 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a simple orchestration with a SQL port to connect a little Procedure. The problem is that the procedure has a transaction inside, and a try catch too. If the procedure runs ok, no problem, if there is a problem and the procedure "calls" a rollback, biztalk raises a error:

Details:"HRESULT="0x80004005" Description="Cannot roll back TDOC. No transaction or savepoint of that name was found."

If I run in SQL Server works fine, but in Biztalk no, I´m sure that the sql port in bzt open a transaction, I would like to disable the transaction in the sql port, is it possible????

Thank you very much
Posted
Comments
Wael Al Wirr 19-Dec-11 7:36am    
are you using any transactional scopes inside the SP?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900