I am trying to get SSIS to execute a bash file that deletes rows from a table on a remote server. I have already tested the bash script on its own on the server. So i know it works. But calling it from my local CMD PROMPT or SSIS doesn't seem to work. I've reverted back to CMD prompt to at least get it working through that way but cant seem to get passed opening up putty, and logging in.
Here is an example of what i have in the Process information
Executable: C:\Program Files\PuTTY\plink.exe
Arguments: admin@172.00.00.00 -P 22 -pw PassWord -m "./export/xvdb1/SSH_Scripts/generate_deletes"
See below for all values: and the error message i receive.
What am i doing wrong?