<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Imagine Think Create Share : Integration Services</title><link>http://blogs.msdn.com/carloshm/archive/tags/Integration+Services/default.aspx</link><description>Tags: Integration Services</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Encryption not supported on SQL Server - SSIS</title><link>http://blogs.msdn.com/carloshm/archive/2005/12/26/507441.aspx</link><pubDate>Tue, 27 Dec 2005 01:26:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:507441</guid><dc:creator>carloshm</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/carloshm/comments/507441.aspx</comments><wfw:commentRss>http://blogs.msdn.com/carloshm/commentrss.aspx?PostID=507441</wfw:commentRss><description>&lt;P&gt;Have you find this error while trying to navigate your packages? Today, testing for the first time a SQL Server installation with some SSIS packages, the system gave me this message.&lt;/P&gt;
&lt;P&gt;You may find some answers related to this message as &lt;A href="http://sqljunkies.com/WebLog/ashvinis/archive/2005/03/29/9831.aspx"&gt;http://sqljunkies.com/WebLog/ashvinis/archive/2005/03/29/9831.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But after checking that I realized it was not the real problem, so I started to think in my scenario:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Named Instance SQL Server 2005 installation Side by Side with a SQL Server 2000 installation&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;So we should take a closer look at the SSIS configuration...&lt;A href="http://msdn2.microsoft.com/library/ms137789.aspx"&gt;Configuring the Integration Services Service&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;"&lt;EM&gt;By default, the file is located in the folder, Program Files\Microsoft SQL Server\90\DTS\Binn, and the file name is MsDtsSrvr.ini.xml&lt;/EM&gt;"&lt;/P&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR&gt;&amp;lt;DtsServiceConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;StopExecutingPackagesOnShutdown&amp;gt;true&amp;lt;/StopExecutingPackagesOnShutdown&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;TopLevelFolders&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Folder xsi:type="SqlServerFolder"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Name&amp;gt;MSDB&amp;lt;/Name&amp;gt;&lt;BR&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ServerName&amp;gt;.&amp;lt;/ServerName&amp;gt;&lt;BR&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Folder&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Folder xsi:type="FileSystemFolder"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Name&amp;gt;File System&amp;lt;/Name&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;StorePath&amp;gt;..\Packages&amp;lt;/StorePath&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Folder&amp;gt;&lt;BR&gt;&amp;nbsp; &amp;lt;/TopLevelFolders&amp;gt;&amp;nbsp; &lt;BR&gt;&amp;lt;/DtsServiceConfiguration&amp;gt;&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Hey, ServerName it is not pointing to the named Instance!!&lt;/P&gt;
&lt;P&gt;So after changing it to a &lt;EM&gt;ServerName\InstanceName &lt;/EM&gt;everything worked as expected.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://msdn2.microsoft.com/library/ms141026(en-us,SQL.90).aspx" title="SQL Server Integration Services"&gt;SSIS&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=507441" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/carloshm/archive/tags/Integration+Services/default.aspx">Integration Services</category></item></channel></rss>