Link to home
Start Free TrialLog in
Avatar of mattPlymouth
mattPlymouth

asked on

GPG decryption in SSIS Execute Process - prompting for Passphrase even though I'm passing it in

I have an Execute Process task within a SSIS Package, where I am executing gpg.exe.

My StandardInputVariable is User::Passphrase (which contains my Passphrase)

My Arguments string is as follows:
--passphrase-fd 0 --output "C:\...OutputFilePath" --yes --decrypt "C:\...FileToDecryptPath"

At one point everything was working fine, however now I'm getting prompted by GPG to enter my Passphrase, even though I'm passing it in. This happens if I run the Package locally, or run it scheduled as a SQL Job.

I'm going crazy here trying to figure this out, any help would be greatly appreciated. Thanks!

Matt

Avatar of Alpesh Patel
Alpesh Patel
Flag of India image

please check the task
Avatar of mattPlymouth
mattPlymouth

ASKER

What do you mean by check the task?
ASKER CERTIFIED SOLUTION
Avatar of Jason Yousef
Jason Yousef
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Any luck? need more info?

Regards,
Jason Yousef
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.