Hi
ODI 11.1.1.5
Should it be possible to run a psexec job from an OSCommand? Here is the text of my command:
psexec -accepteula \\hyp-web-dev -i -h D:\Oracle\Middleware\user_projects\epmsystem1\bin\utility.bat "D:\MyProject\ExportDefinition.xml"
The error message:
java.io.IOException: Cannot run program "psexec": CreateProcess error=2, The system cannot find the file specified
What does work:
If I run the above via Start > Run
Thanks in advance.