<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Full Time DBA - SSIS</title>
    <link>http://www.fulltimedba.com/</link>
    <description>SQL tips for database administrator</description>
    <language>en-us</language>
    <copyright>Full Time DBA</copyright>
    <lastBuildDate>Sat, 13 Dec 2008 01:17:25 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.2.8279.16125</generator>
    <managingEditor>fulltimedba@gmail.com</managingEditor>
    <webMaster>fulltimedba@gmail.com</webMaster>
    <item>
      <trackback:ping>http://www.fulltimedba.com/Trackback.aspx?guid=b7a50119-3555-4375-bd48-70089ef5b1a2</trackback:ping>
      <pingback:server>http://www.fulltimedba.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.fulltimedba.com/PermaLink,guid,b7a50119-3555-4375-bd48-70089ef5b1a2.aspx</pingback:target>
      <dc:creator>Full Time DBA</dc:creator>
      <wfw:comment>http://www.fulltimedba.com/CommentView,guid,b7a50119-3555-4375-bd48-70089ef5b1a2.aspx</wfw:comment>
      <wfw:commentRss>http://www.fulltimedba.com/SyndicationService.asmx/GetEntryCommentsRss?guid=b7a50119-3555-4375-bd48-70089ef5b1a2</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <div class="gmail_quote">
          <p class="MsoNormal" style="MARGIN: 0in 0in 10pt">
            <font face="Calibri" size="3">If you are using SQL authentication for the database
connections in your SSIS package you may get the following error message when you
schedule your SSIS package. </font>
          </p>
          <p class="MsoNormal" style="MARGIN: 0in 0in 10pt">
            <font size="3">
              <font face="Calibri">
                <span style="mso-spacerun: yes">   </span>Code:
0xC0016016</font>
            </font>
          </p>
          <p class="MsoNormal" style="MARGIN: 0in 0in 10pt">
            <font size="3">
              <font face="Calibri">
                <span style="mso-spacerun: yes">   </span>Source:</font>
            </font>
          </p>
          <p class="MsoNormal" style="MARGIN: 0in 0in 10pt">
            <font size="3">
              <font face="Calibri">
                <span style="mso-spacerun: yes">   </span>Description:
Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not
valid for use in specified state.". You may not be authorized to access this information.
This error occurs when there is a cryptographic error. Verify that the correct key
is available.</font>
            </font>
          </p>
          <p class="MsoNormal" style="MARGIN: 0in 0in 10pt">
            <font face="Calibri" size="3">You can do the followings to fix the problem:</font>
          </p>
          <div lang="EN-US" vlink="purple" link="blue">
            <div>
              <p style="TEXT-INDENT: -0.25in">
                <span>1.<span style="FONT: 7pt 'Times New Roman'">     <span><font face="Verdana" size="2">1.</font><span style="FONT: 7pt 'Times New Roman'">      </span></span> </span></span>Change
the Package Security ProtectionLevel from EncryptSensitiveWithUserKey to DontSaveSensitive
</p>
              <p style="MARGIN-LEFT: 0.5in">
                <img src="http://www.fulltimedba.com/content/binary/SSIS_security.jpg" border="0" />
              </p>
              <p style="TEXT-INDENT: -0.25in">
                <span>2.<span style="FONT: 7pt 'Times New Roman'">       <span><font face="Verdana" size="2">2.</font><span style="FONT: 7pt 'Times New Roman'">      </span></span></span></span>Enable
package configurations by right click on the package design surface and click "Package
Configurations.."  to start Package Configuration Organizer. 
</p>
              <p style="MARGIN-LEFT: 0.5in">
                <img src="http://www.fulltimedba.com/content/binary/SSIS_PConfiguration1.jpg" border="0" />
              </p>
              <p>
                <span>3.<span style="FONT: 7pt 'Times New Roman'">       </span></span>Create
configuration file using the Package Configuration Organizer.
</p>
              <p style="MARGIN-LEFT: 0.5in">
                <img src="http://www.fulltimedba.com/content/binary/SSIS_PConfiguration2.jpg" border="0" />
              </p>
              <p style="TEXT-INDENT: -0.25in">
                <span>4.<span style="FONT: 7pt 'Times New Roman'">       <span><font face="Verdana" size="2">4.</font><span style="FONT: 7pt 'Times New Roman'">     </span></span></span></span>Modify
the configuration file and store the password information of your connection string
in the configuration file 
</p>
              <p style="MARGIN-LEFT: 0.5in">
                <img src="http://www.fulltimedba.com/content/binary/SSIS_PConfiguration3.jpg" border="0" />
              </p>
              <p style="TEXT-INDENT: -0.25in">
                <span>5.<span style="FONT: 7pt 'Times New Roman'">           <span><font face="Verdana" size="2">5.</font><span style="FONT: 7pt 'Times New Roman'">    </span></span><span><span style="FONT: 7pt 'Times New Roman'">  </span></span></span></span>Run
your package using the configuration file.
</p>
              <p>
 
</p>
              <p>
 
</p>
            </div>
          </div>
        </div>
        <br />
        <img width="0" height="0" src="http://www.fulltimedba.com/aggbug.ashx?id=b7a50119-3555-4375-bd48-70089ef5b1a2" />
      </body>
      <title>Failed to decrypt protected XML node "DTS:Property" with error 0x8009000B "Key not valid for use in specified state</title>
      <guid isPermaLink="false">http://www.fulltimedba.com/PermaLink,guid,b7a50119-3555-4375-bd48-70089ef5b1a2.aspx</guid>
      <link>http://www.fulltimedba.com/2008/12/13/FailedToDecryptProtectedXMLNodeDTSPropertyWithError0x8009000BKeyNotValidForUseInSpecifiedState.aspx</link>
      <pubDate>Sat, 13 Dec 2008 01:17:25 GMT</pubDate>
      <description>&lt;div class=gmail_quote&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font face=Calibri size=3&gt;If you are using SQL authentication for the database connections
in your SSIS package you may get the following error message when you schedule your
SSIS package. &lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font size=3&gt;&lt;font face=Calibri&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Code:
0xC0016016&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font size=3&gt;&lt;font face=Calibri&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Source:&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font size=3&gt;&lt;font face=Calibri&gt;&lt;span style="mso-spacerun: yes"&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Description:
Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not
valid for use in specified state.". You may not be authorized to access this information.
This error occurs when there is a cryptographic error. Verify that the correct key
is available.&lt;/font&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN: 0in 0in 10pt"&gt;
&lt;font face=Calibri size=3&gt;You can do the followings to fix the problem:&lt;/font&gt;
&lt;/p&gt;
&lt;div lang=EN-US vlink="purple" link="blue"&gt;
&lt;div&gt;
&lt;p style="TEXT-INDENT: -0.25in"&gt;
&lt;span&gt;1.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;span&gt;&lt;font face=Verdana size=2&gt;1.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Change
the Package Security ProtectionLevel from EncryptSensitiveWithUserKey to DontSaveSensitive
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 0.5in"&gt;
&lt;img src="http://www.fulltimedba.com/content/binary/SSIS_security.jpg" border=0&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in"&gt;
&lt;span&gt;2.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span&gt;&lt;font face=Verdana size=2&gt;2.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Enable
package configurations by right click on the package design surface and click "Package
Configurations.."&amp;nbsp; to start Package Configuration Organizer. 
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 0.5in"&gt;
&lt;img src="http://www.fulltimedba.com/content/binary/SSIS_PConfiguration1.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;span&gt;3.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;Create
configuration file using the Package Configuration Organizer.
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 0.5in"&gt;
&lt;img src="http://www.fulltimedba.com/content/binary/SSIS_PConfiguration2.jpg" border=0&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in"&gt;
&lt;span&gt;4.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span&gt;&lt;font face=Verdana size=2&gt;4.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Modify
the configuration file and store the password information of your connection string
in the configuration file 
&lt;/p&gt;
&lt;p style="MARGIN-LEFT: 0.5in"&gt;
&lt;img src="http://www.fulltimedba.com/content/binary/SSIS_PConfiguration3.jpg" border=0&gt;
&lt;/p&gt;
&lt;p style="TEXT-INDENT: -0.25in"&gt;
&lt;span&gt;5.&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span&gt;&lt;font face=Verdana size=2&gt;5.&lt;/font&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Run
your package using the configuration file.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;img width="0" height="0" src="http://www.fulltimedba.com/aggbug.ashx?id=b7a50119-3555-4375-bd48-70089ef5b1a2" /&gt;</description>
      <comments>http://www.fulltimedba.com/CommentView,guid,b7a50119-3555-4375-bd48-70089ef5b1a2.aspx</comments>
      <category>SSIS</category>
    </item>
  </channel>
</rss>