On Thursday, 18 October 2012 21:38:57 UTC+1, Mr. K.V.B.L. wrote:
> All I get is "Command did not complete successfully." I'm just trying to get a simple RUNRMTCMD CMD('C:\Program Files (x86)\FileZilla FTP Client\filezilla.exe') RMTLOCNAME('192.168.75.140' *IP) WAITTIME(10) One thing I don't see in my Window Services is a fabled "System i Access for Windows Remote Command". We are using Client Access V7R1. Did I miss something in the installation? "Interactive Services Detection" is started. I shutdown Windows Firewall to see if that was the problem. I just wonder what the 'checklist' is to make sure nothing was missed.
We are still on 5.4 but I needed to install an optional item on one of our machines to allow the remote command to run. Its not as good as the older versions where you could use made up user names for the server, now you have to use windows users or public. The service is called "iSeries Access for Windows Remote Command" and it also adds the "incoming Remote Command" tab to the properties. I normally try to start with a simpler example like C:\test.bat which then just does an echo test > test.txt to see if its working. Wrapping your other commands in a batch file might be useful as you can do
...\filezilla 2>> error.txt
which saves any error messages.
HTH
Jonathan