October 9, 2008 at 1:06 am
Comments posted to this topic are about the item Scheduling SSIS Packages - SQL School Video
Brian Knight
Free SQL Server Training Webinars
October 9, 2008 at 1:45 am
Nice :):)
October 9, 2008 at 8:57 am
I got this message, does someone face this kinf of issue, I think I need more permission.
Message
Executed as user: ServerName\SYSTEM. ...n 9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 9:54:31 AM Error: 2008-10-09 09:54:32.55 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 Error: 2008-10-09 09:54:35.28 Code: 0xC0016016 Source: Description: Failed to decrypt protected XML node "PackagePassword" 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 Error: 2008-10-09 09:54:35.28 Code: 0xC0016016 Source: Description: Failed ... The package execution fa... The step failed.
October 9, 2008 at 9:52 am
This is a common problem where the job doesn't have the rights to run the package. The default property for a package is EncryptSensitivewithUserKey for the ProtectionLevel property. Ideally, you should set that to EncryptAllwithPassword and pass the password into the package.
Brian Knight
Free SQL Server Training Webinars
October 10, 2008 at 10:25 am
Thanks for your soon answer Brian, I will do it and if I got an error I will let you know.
Regards,
Miguel
August 14, 2009 at 7:52 pm
I got the same error and tried different options for protectionlevel but failed with same error.
i tried serverproperty and dont save sensitive but still failed.
January 19, 2010 at 9:47 am
That resolved it for me but it really doesn't make sense why it works. Any clues? All I know is it's resolved and I'm ahppy
December 14, 2010 at 7:42 am
Thanks Brain that really helped.
January 4, 2012 at 3:56 pm
thanks Brian, worked like a charm
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply