Previously I wrote about my efforts to automate the decryption of files with SSIS using the gpg2.exe which comes as part of the GnuPG package. The original article is here SSIS Task to decrypt PGP files automatically However after deploying the working solution into production, to be run as a scheduled task, I found out… Continue reading Create automated PGP task in SSIS using GnuPG to decrypt files
Tag: ssis
SSIS Task to decrypt PGP files automatically
Update 2012-03-13 – If you still get error code 2 after running this code in production (but it continues to work in your development environment) you might like to look at the subsequent post I did about further troubleshooting of this issue This is something that I spent a few hours on recently which I… Continue reading SSIS Task to decrypt PGP files automatically