Problems Decrypting PGP files with SSIS

  • I have a dtsx package that will decrypt a bunch of PGP files. The package works perfectly if I use Microsoft Visual Studio by using the play ("start debugging") button but when I use a batch file or double click on the package and use the execute button to run the package the package errors out because "The process exit code was 2 while the expected was 0". The exit code is in my "Execute Process Task Editor" in the SuccessValue of the Process section. If I change this to 2 the file still doesn't get decrypted but my other task of moving the encrypted files to another location does get execute.

    Does anybody have any idea as to why the decryption works when I use Visual Studio and not when it's outside of Visual Studio?

    Thanks.

  • Check PGP Task. It has very simple UI and great integration in SSIS.

    ---
    SSIS Tasks Components Scripts Services | http://www.cozyroc.com/

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

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