Hi,
I implemented a protocol that runs without problem when I am working on my computer and I select "localhost" as server.
We have another linux computer working as a server, then I switch the job to there and I work adapting my protocol to there.
One of the things that I have to do is to copy some command line executable program (which runs on linux), from the windows client, to the linux server. I do it with the "copy file from client to server" component. I specifiy the executable file on the windows client like "c:\run\test_linux.exe" and on the server like "\$(JobDir)/test_linux.exe". It seems that there is no problem at this point.
Afterwards, I want to run it using a "run program on server" component. So I write on the "command line" tab: "\$(JobDir)/test_linux.exe" "input.dat"
and I get the error:
/bin/sh /data/PP75_SP1_Linux64/web/jobs/Administrator/{dadasdaasdas-some numbers and letter}/test_linux.exe
Permission denied
What am I doing wrong?
Thanks
I implemented a protocol that runs without problem when I am working on my computer and I select "localhost" as server.
We have another linux computer working as a server, then I switch the job to there and I work adapting my protocol to there.
One of the things that I have to do is to copy some command line executable program (which runs on linux), from the windows client, to the linux server. I do it with the "copy file from client to server" component. I specifiy the executable file on the windows client like "c:\run\test_linux.exe" and on the server like "\$(JobDir)/test_linux.exe". It seems that there is no problem at this point.
Afterwards, I want to run it using a "run program on server" component. So I write on the "command line" tab: "\$(JobDir)/test_linux.exe" "input.dat"
and I get the error:
/bin/sh /data/PP75_SP1_Linux64/web/jobs/Administrator/{dadasdaasdas-some numbers and letter}/test_linux.exe
Permission denied
What am I doing wrong?
Thanks