Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Failed to decrypt protected XML node "DTS:Password" with error 0x8009000B "Key not valid for use in specified state

$
0
0

we have developed packages to do the followings

Extract data from DB2 Source and put it in MS Sql Server 2008 database (Lets Say DatabaseA).From MS Sql Server 2008 (DatabaseA) we will process the data and place it in another database MS Sql Server 2008 (DatabaseB)

We have created packages in BIDS..We created datasource connection in Datasource folder in BIDS..Which has DB2 Connection and both Ms Sql Server connection (Windows authentication-Let say its pointing to the server -ServerA which has DatabaseA and DatabaseB).The datasource connections will be used in packages during development.

For deployment we have created Package Configuration which will have both DB2 Connection and MS SqlServer connection in the config

We deployed the packages in different MS SqlServer by changing the connectionstring in the config for DB2 and MS SqlServer...

While runing the package we are getting the following error message

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.


ilikemicrosoft


Viewing all articles
Browse latest Browse all 24688

Trending Articles