Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ODI-30038: OS command returned 1. Error details are [The syntax of the command is incorrect.

User_XG491Nov 10 2021 — edited Nov 10 2021

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.

Comments
Post Details
Added on Nov 10 2021
0 comments
525 views