Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Error executing SSIS package

Author  Topic 

sqlbug
Posting Yak Master

201 Posts

Posted - 2010-10-28 : 13:52:41
I did import-export many times, but this is my first SSIS package.
I created it, then was trying to execute using XP_CMDSHELL.
When creating it - I chose "Encrypt all data with password" for Package protection Level. I got the error:
-------------------------------------------
Started: 11:36:58 AM
Error: 2010-10-28 11:36:59.67
Code: 0xC0016016
Source:
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.
End Error
-------------------------------------------

I did create the package on one machine and trying to run it on another where the logged in user is different. Is this the problem? How can I fix it?
Thanks.
   

- Advertisement -