Pgp Encryption In SSIS

  • Hello All

    I am using PGP Encryption using GPG4win which supports gpg encryption.

    I am able to encrypt the file in command prompt by using the command

    gpg -r "key" -o C:\Temp\1.pgp --trust-model always -e C:\1.csv

    but by using execute process task i am unable to do it

    I kept the executable to cmd.exe

    and arguments to the one specified above...

    When i execute the task in ssis ,its just opening the command prompt but not executing the arguments..

    I am unable to know where i am doing wrong..

    Any help is appreciated..

  • Never used those programs, but as a suggestion, maybe you could try putting the script into a batch file, and then using the Execute Process Task to execute the batch file?

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply