<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Working with SSIS in SQL Server 2005	</title>
	<atom:link href="https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/</link>
	<description>DBA</description>
	<lastBuildDate>Wed, 16 May 2012 13:26:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Scott		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-21</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Wed, 16 May 2012 13:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-21</guid>

					<description><![CDATA[Thank you! Your solution was perfect.
It may help someone else that I had to delete and recreate my job step for it to realize the change.]]></description>
			<content:encoded><![CDATA[<p>Thank you! Your solution was perfect.<br />
It may help someone else that I had to delete and recreate my job step for it to realize the change.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: eshop		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-20</link>

		<dc:creator><![CDATA[eshop]]></dc:creator>
		<pubDate>Sat, 05 Nov 2011 21:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-20</guid>

					<description><![CDATA[Youre completely correct with this one...]]></description>
			<content:encoded><![CDATA[<p>Youre completely correct with this one&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mahendra		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-19</link>

		<dc:creator><![CDATA[Mahendra]]></dc:creator>
		<pubDate>Tue, 22 Dec 2009 09:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-19</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-12&quot;&gt;Barbedo&lt;/a&gt;.

Good Article]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-12">Barbedo</a>.</p>
<p>Good Article</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Josef		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-18</link>

		<dc:creator><![CDATA[Josef]]></dc:creator>
		<pubDate>Mon, 30 Mar 2009 04:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-18</guid>

					<description><![CDATA[Your article helped me get a few steps further but now i&#039;m stuck again.  Package runs ok.  security is server storage but when scheduled job runs it complains about not finding the wsdl file for my web service.

Started: 1:41:24 PM Error: 2009-03-30 13:41:41.05 Code: 0xC002F304 Source: Web Service Task 1 Web Service Task Description: An error occurred with the following error message: &quot;Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: The input Web Services Description Language (WSDL) file is not valid. at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil..ctor(Object connection, String downloadedWSDL) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()&quot;. End Error DTExec: The package execution returned DTSER_SUCCESS (0). Started: 1:41:24 PM Finished: 1:41:41 PM Elapsed: 16.391 seconds. The package executed successfully. The step succeeded.


Running the package directly does not cause a problem with the wsdl file. I think the job can&#039;t find it but don&#039;t understandy why?

Anyone run into this before ?]]></description>
			<content:encoded><![CDATA[<p>Your article helped me get a few steps further but now i&#8217;m stuck again.  Package runs ok.  security is server storage but when scheduled job runs it complains about not finding the wsdl file for my web service.</p>
<p>Started: 1:41:24 PM Error: 2009-03-30 13:41:41.05 Code: 0xC002F304 Source: Web Service Task 1 Web Service Task Description: An error occurred with the following error message: &#8220;Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: The input Web Services Description Language (WSDL) file is not valid. at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil..ctor(Object connection, String downloadedWSDL) at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()&#8221;. End Error DTExec: The package execution returned DTSER_SUCCESS (0). Started: 1:41:24 PM Finished: 1:41:41 PM Elapsed: 16.391 seconds. The package executed successfully. The step succeeded.</p>
<p>Running the package directly does not cause a problem with the wsdl file. I think the job can&#8217;t find it but don&#8217;t understandy why?</p>
<p>Anyone run into this before ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ron		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-17</link>

		<dc:creator><![CDATA[Ron]]></dc:creator>
		<pubDate>Wed, 18 Mar 2009 23:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-17</guid>

					<description><![CDATA[Stupid greyed-out boxes that don&#039;t look like they&#039;re doing anything. I guess some MS departments think they&#039;re too good to hire a decent UI to point these things out to them. But yeah, I spent a couple hours trying stuff, looking online for answers, and finally found your blog. I had done everything EXCEPT clicking on that stupid button to specify the protection level when importing. Funny MS SQL devs...very funny.]]></description>
			<content:encoded><![CDATA[<p>Stupid greyed-out boxes that don&#8217;t look like they&#8217;re doing anything. I guess some MS departments think they&#8217;re too good to hire a decent UI to point these things out to them. But yeah, I spent a couple hours trying stuff, looking online for answers, and finally found your blog. I had done everything EXCEPT clicking on that stupid button to specify the protection level when importing. Funny MS SQL devs&#8230;very funny.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-16</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Fri, 19 Dec 2008 20:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-16</guid>

					<description><![CDATA[I&#039;ve been troubleshooting the same issue for the past day. I was on the right track, but this post saved me a few hours and gave me the pieces of the puzzle I was still missing. Thanks!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been troubleshooting the same issue for the past day. I was on the right track, but this post saved me a few hours and gave me the pieces of the puzzle I was still missing. Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: swetha		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-15</link>

		<dc:creator><![CDATA[swetha]]></dc:creator>
		<pubDate>Thu, 13 Nov 2008 10:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-15</guid>

					<description><![CDATA[I resovled my problem for which i was struggling from two days with this article .. Good one.:-) Really helpful]]></description>
			<content:encoded><![CDATA[<p>I resovled my problem for which i was struggling from two days with this article .. Good one.:-) Really helpful</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sean		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-14</link>

		<dc:creator><![CDATA[Sean]]></dc:creator>
		<pubDate>Mon, 16 Jun 2008 11:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-14</guid>

					<description><![CDATA[Thanks I just spent a few hours trying to get my packages to work after deployment.  I&#039;d taken the same steps you took (including all the ones that didn&#039;t work like SQL Server storage protection), but I hadn&#039;t edited the command line, which has worked!  

Greatly appreciate that you took the time to post the information!]]></description>
			<content:encoded><![CDATA[<p>Thanks I just spent a few hours trying to get my packages to work after deployment.  I&#8217;d taken the same steps you took (including all the ones that didn&#8217;t work like SQL Server storage protection), but I hadn&#8217;t edited the command line, which has worked!  </p>
<p>Greatly appreciate that you took the time to post the information!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kendall		</title>
		<link>https://www.dbaduck.com/working-with-ssis-in-sql-server-2005/#comment-13</link>

		<dc:creator><![CDATA[kendall]]></dc:creator>
		<pubDate>Mon, 09 Jun 2008 17:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://dbaduck.wpengine.com/2007/08/20/working-with-ssis-in-sql-server-2005/#comment-13</guid>

					<description><![CDATA[THank you!  I was having almost the exact same problem.  Your post helped me figure out how to fix it!]]></description>
			<content:encoded><![CDATA[<p>THank you!  I was having almost the exact same problem.  Your post helped me figure out how to fix it!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
