Hi All,
I have a package which decrypts the incoming encrypted (.pgp file) I'm using a OScommand component to call the gpg - q --batch - o <<outbound-file>> passphrase file <<inbound-file>>
the package is failing in OSCommand with below error
ODI-30038: OS command returned 1. Error details are [The syntax of the command is incorrect.
Now when I hardcode the the parameter and run the above Unix command from the backend (unix box) it is executing fine and decrypting the file successfully. I'm not sure what is the miss here. Could you anyone please help me fix this issue.