I am trying to create my first job in Visual Cron, which is simply decrypting a file. There are a few complications however, and I am not sure how to address them.
First, the file being sent to me is signed with my public key, and it requires a passphrase. I have tried using my passphrase in the PGP Decrypt Password field, but the decryption doesn't happen.
If I decrypt the file with GnuPG it gives me a warning that it lacks integrity protection, I can get around this with the --ignore-mdc-error option or by clicking through in the GUI, but I see no way in the PGP Decrypt task to ignore such a warning if it is causing a problem.
When I test my task it fails with 7777, but no details that I can see.
Any advice would be appreciated!
Thanks,
Bob