Hello All,
I am trying to execute .sh file using ODI. I did google search but could not find any post relevant to me.
Here is my case. ODI is installed in Windows. A custom .sh file is in Linux server. I have created a shared folder. This shared folder can be accessed from Windows machine. Now I am trying to executing a custom shell script using ODI OS Command hers is my statement “\\Mylinuxserver.com\BCSInBoundFiles\PBCSLoadScripts\Load_MD.sh

Once I execute I get following error
“java.io.IOException: Cannot run program \\Mylinuxserver.com\BCSInBoundFiles\PBCSLoadScripts\Load_MD.sh ": CreateProcess error=193, %1 is not a valid Win32 application.”
I guess some other ODI function is required to execute .sh script?