rtumaykin / ssis-build

A set of utilities that allow to autonomously build a Visual Studio SSIS project (dtproj) into a deployment package (ispac), and deploy the package to an SSIS catalog
Apache License 2.0
52 stars 39 forks source link

Specified initialization vector (IV) does not match the block size for this algorithm. #23

Open paschott opened 6 years ago

paschott commented 6 years ago

When trying to run the example, I ran into the .user file issue. I "fixed" that by opening the file in VS and building it once there, though that really shouldn't throw an error if it's not present or should be included in the example if it's necessary.

However, even after fixing that, I get the following error when running build.ps1 using the given parameters: Specified initialization vector (IV) does not match the block size for this algorithm.

That shows up in the New-SSISDeploymentPackage line (37) in the build script.

From what I can see that seems to be because the expected string length doesn't match that actually passed through, but not sure how to go about adjusting that for the example.

fmms commented 6 years ago

Hi @paschott, I have fixed the .user issue with pull request #18. I guess the other issue has more details in #25.