dbTalk Databases Forums  

SQL 2005 SSIS Issue

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL 2005 SSIS Issue in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ram
 
Posts: n/a

Default SQL 2005 SSIS Issue - 04-11-2006 , 06:26 PM






I migrated a DTS package from SQL2000 to SQL 2005 , when i try to run it
using a stored procedure I get this error.

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.

Even when i am logged in as 'sa' I still get the same issue.

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SQL 2005 SSIS Issue - 04-11-2006 , 07:37 PM






Hello Ram,

Ok so this error is telling you that something sensitive in the package has
been encrypted. It does this because of the ProtectionLevel property of
the package. Passwords are favourites and the ExecutePackage task PackagePassword
property is by default Sensitive.

The default for the ProtectionLevel is EncryptSensitiveWithUserKey which
means that unless the same user fires the package as created it then the
sensitive info will not be decrypted.

Set the ProtectionLevel on the package to DONTSAVESENSITIVE and handle the
sensitive stuff through Configurations




Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
I migrated a DTS package from SQL2000 to SQL 2005 , when i try to run
it using a stored procedure I get this error.

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.

Even when i am logged in as 'sa' I still get the same issue.




Reply With Quote
  #3  
Old   
Ram
 
Posts: n/a

Default Re: SQL 2005 SSIS Issue - 04-12-2006 , 08:44 AM



Allan I will try that.

Thanks,
Ram

"Allan Mitchell" wrote:

Quote:
Hello Ram,

Ok so this error is telling you that something sensitive in the package has
been encrypted. It does this because of the ProtectionLevel property of
the package. Passwords are favourites and the ExecutePackage task PackagePassword
property is by default Sensitive.

The default for the ProtectionLevel is EncryptSensitiveWithUserKey which
means that unless the same user fires the package as created it then the
sensitive info will not be decrypted.

Set the ProtectionLevel on the package to DONTSAVESENSITIVE and handle the
sensitive stuff through Configurations




Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

I migrated a DTS package from SQL2000 to SQL 2005 , when i try to run
it using a stored procedure I get this error.

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.

Even when i am logged in as 'sa' I still get the same issue.





Reply With Quote
  #4  
Old   
Ram
 
Posts: n/a

Default Re: SQL 2005 SSIS Issue - 04-12-2006 , 09:55 AM



Allan,
I did try with the new setting for ProtectionLevel as "DONTSAVESENSITIVE"
,but it still throws up the same error. Yes I am running the package as a
different user.

-Ram

"Allan Mitchell" wrote:

Quote:
Hello Ram,

Ok so this error is telling you that something sensitive in the package has
been encrypted. It does this because of the ProtectionLevel property of
the package. Passwords are favourites and the ExecutePackage task PackagePassword
property is by default Sensitive.

The default for the ProtectionLevel is EncryptSensitiveWithUserKey which
means that unless the same user fires the package as created it then the
sensitive info will not be decrypted.

Set the ProtectionLevel on the package to DONTSAVESENSITIVE and handle the
sensitive stuff through Configurations




Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

I migrated a DTS package from SQL2000 to SQL 2005 , when i try to run
it using a stored procedure I get this error.

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.

Even when i am logged in as 'sa' I still get the same issue.





Reply With Quote
  #5  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SQL 2005 SSIS Issue - 04-12-2006 , 08:07 PM



Hello Ram,

Well I don't know then. The only KB article I can see for SSIS is http://support.microsoft.com/default...b;en-us;904800

What happens when you simply execute this converted package?


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Allan,
I did try with the new setting for ProtectionLevel as
"DONTSAVESENSITIVE"
,but it still throws up the same error. Yes I am running the package
as a
different user.

-Ram

"Allan Mitchell" wrote:

Hello Ram,

Ok so this error is telling you that something sensitive in the
package has been encrypted. It does this because of the
ProtectionLevel property of the package. Passwords are favourites
and the ExecutePackage task PackagePassword property is by default
Sensitive.

The default for the ProtectionLevel is EncryptSensitiveWithUserKey
which means that unless the same user fires the package as created it
then the sensitive info will not be decrypted.

Set the ProtectionLevel on the package to DONTSAVESENSITIVE and
handle the sensitive stuff through Configurations

Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com
I migrated a DTS package from SQL2000 to SQL 2005 , when i try to
run it using a stored procedure I get this error.

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.

Even when i am logged in as 'sa' I still get the same issue.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.