﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 Integration Services  / Issue with TransactionOption of SSIS / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sun, 19 May 2013 20:49:38 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Issue with TransactionOption of SSIS</title><link>http://www.sqlservercentral.com/Forums/Topic1381374-148-1.aspx</link><description>As both Execute SQL Tasks are pointing to different databases.Those Execute SQL Tasks calls stored procedures (that populate the data into the corressponding tables). Now what I want is lets say if the first Execute SQL Tasks (EST1) completes sucessfully and then the second Execute SQL Tasks (EST2) get failed then all the operations done by EST1 will also get rollbacked. For that I used TransactionProperty of SSIS which worked fine at dev and test env but on Prod (cluster MSDTC) it throws this MSDTC error few times.</description><pubDate>Tue, 06 Nov 2012 00:14:34 GMT</pubDate><dc:creator>Tarun Jaggi</dc:creator></item><item><title>RE: Issue with TransactionOption of SSIS</title><link>http://www.sqlservercentral.com/Forums/Topic1381374-148-1.aspx</link><description>[quote][b]Tarun Jaggi (11/6/2012)[/b][hr]No issue with the query.As I mentioned this error doesn't comes very often. 10 in 160 (less than 10%) times this error comes.[/quote]I see you use the parameter mapping if I'm not mistaken. Any possible issues with that? Usually this gives those types of errors.</description><pubDate>Tue, 06 Nov 2012 00:07:43 GMT</pubDate><dc:creator>Koen Verbeeck</dc:creator></item><item><title>RE: Issue with TransactionOption of SSIS</title><link>http://www.sqlservercentral.com/Forums/Topic1381374-148-1.aspx</link><description>No issue with the query.As I mentioned this error doesn't comes very often. 10 in 160 (less than 10%) times this error comes.</description><pubDate>Tue, 06 Nov 2012 00:04:12 GMT</pubDate><dc:creator>Tarun Jaggi</dc:creator></item><item><title>RE: Issue with TransactionOption of SSIS</title><link>http://www.sqlservercentral.com/Forums/Topic1381374-148-1.aspx</link><description>Are their problems with the query?What happens if you run them in SSMS (if possible)? Do they succeed?</description><pubDate>Mon, 05 Nov 2012 23:51:55 GMT</pubDate><dc:creator>Koen Verbeeck</dc:creator></item><item><title>Issue with TransactionOption of SSIS</title><link>http://www.sqlservercentral.com/Forums/Topic1381374-148-1.aspx</link><description>Hi All,I created a SSIS package which contains two "Execute SQL Tasks" components - one inserts/updates the records in Table1 of DB1 and other inserts/updates the records in Table2 of DB2.I have also enabled the Transaction by setting the TransactionOption = Required at the package level and TransactionOption = Supported at the component level. So either all operations (done by both EST) or none should commit.In our dev and test env it is working fine. But on production (with cluster MSDTC), few times it throws an error: [i]Executing the query "EXEC [etl].[uspRptPopulateFactCourseUsage] @Linked..." failed with the following error: "The Microsoft Distributed Transaction Coordinator (MS DTC) has cancelled the distributed transaction.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.[/i]Any suggestions would be useful!!</description><pubDate>Mon, 05 Nov 2012 22:43:08 GMT</pubDate><dc:creator>Tarun Jaggi</dc:creator></item></channel></rss>