• Hi Everyone

    I am also having some issues with automating the PGP Decryption using SSIS package.

    Here are steps I am doing:

    1) Used Execute Process Task Editor

    2) Passed the GNU executable as an Executable value to Execute Process Task

    3) Entered the following text in the Arguments

    --passpharse-fd 0 --output \\<OutputFile Location>\test.101019.txt --decrypt \\<EncryptedFile Location>\test.101019.txt.gpg

    4) Set the Success Value to 2

    When I execute the task, it is running successfully but I unable to find OUTPUT file in the specified location.

    Please help me in resolving this issue.

    Thanks

    Ram