<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BI Monkey &#187; ForceExecutionResult</title>
	<atom:link href="http://www.bimonkey.com/tag/forceexecutionresult/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bimonkey.com</link>
	<description>James Beresford on Microsoft BI and Consulting in Sydney, Australia</description>
	<lastBuildDate>Mon, 23 Jan 2012 22:01:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>SSIS Loops that do not fail</title>
		<link>http://www.bimonkey.com/2009/08/ssis-loops-that-do-not-fail/</link>
		<comments>http://www.bimonkey.com/2009/08/ssis-loops-that-do-not-fail/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 06:12:26 +0000</pubDate>
		<dc:creator>BI Monkey</dc:creator>
				<category><![CDATA[Microsoft BI]]></category>
		<category><![CDATA[For Loop Container]]></category>
		<category><![CDATA[ForceExecutionResult]]></category>
		<category><![CDATA[Integration Services]]></category>
		<category><![CDATA[Loop]]></category>

		<guid isPermaLink="false">http://www.bimonkey.com/?p=517</guid>
		<description><![CDATA[By default, in a Loop container, if the contents of that loop fail, then the whole container is failed at the same time. Every now and then I need to create loops that do not fail when the contents fail &#8211; for example because failure is permitted or handled within the container. The way to [...]]]></description>
			<content:encoded><![CDATA[<p>By default, in a Loop container, if the contents of that loop fail, then the whole container is failed at the same time. Every now and then I need to create loops that do not fail when the contents fail &#8211; for example because failure is permitted or handled within the container.</p>
<p>The way to allow a loop to continue even if its contents have failed is to set the <strong>ForceExecutionResult</strong> property to <strong>Success</strong>, and every iteration of the loop will be treated as successful, regardless of what happens during the loop.</p>
<p>I&#8217;ve knocked up a very quick sample package demonstrating this, which can be <a title="SSIS Loops that do not fail sample package (Right click, save as)" href="http://www.bimonkey.com/uploads/ssis/Loops Permitting Failure.dtsx">downloaded here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bimonkey.com/2009/08/ssis-loops-that-do-not-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

