﻿<?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 / Business Intelligence  / ssis traansaction managmnet between parent &amp; child packages / 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>Wed, 19 Jun 2013 09:58:41 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: ssis traansaction managmnet between parent &amp; child packages</title><link>http://www.sqlservercentral.com/Forums/Topic497776-147-1.aspx</link><description>RetainConnection will not help you.  Each child package has it's own connection manager.  The fact that they have the same name does not mean anything.So, you need to use the package transactions.  These do use MSDTC.  So, you need to ensure DTC is configured correctly on the server running the SSIS packages and the database servers they are connecting to.Since your package is actually running (and hanging), it is probably configured ok.Make sure the packages do not conflict with each other.  Since everything is hanging, I would suspect a DTC deadlock.  Make sure you are not reading data that is being written to - keep lock escalation in mind.</description><pubDate>Fri, 09 May 2008 06:24:46 GMT</pubDate><dc:creator>Michael Earl-395764</dc:creator></item><item><title>ssis traansaction managmnet between parent &amp; child packages</title><link>http://www.sqlservercentral.com/Forums/Topic497776-147-1.aspx</link><description>Hello,I am using SSIS to update database. We have parent package which calls five child packages.All the packages share single configuration file i.e single connection string.The parent package works fine without transaction. The parent package also has  a stored procedure which uses the context connection.When we introduced transaction by setting Transaction on parent &amp; child by setting properties (Required &amp; Supported), the package is getting hanged. SP2 is installed on the machine, we are using sql server  evaluation copy.Can we use RetainConnection property in this scenario? Will the child packages &amp;  parent packages use same connection?If we use transaction property, then do we have to do MSDTC related settings?Can anyone tell us how to put transaction ?Failure of the package or task in parent packages should rollback complete parent package related data.Regards,Arati</description><pubDate>Fri, 09 May 2008 06:02:18 GMT</pubDate><dc:creator>arati.bargale-596079</dc:creator></item></channel></rss>