I cannot get the Run Program tool to do anything. I will try to make this as simple as possible.
After I started having problems I created a task called test program tool. All it does is run one batch file in the C: drive called test.bat which renames a file.
If I just browse to it in Run Program, it fails saying it cannot locate c:\test.bat.
If I add double-quotes around it like "c:\test.bat" it does not error, but does not rename the file.
The batch file is on a terminal server with the TaskCentre client.
Can Run Program only run programs on the server where TaskCentre Server resides? I am trying to run a .net program in the iMIS app server, and the TaskCentre server is on the SQL server.
I really am trying to run a createuser.exe file that takes one parameter, ID. I tried that at c:\Program Files (x86)\ASI\iMIS15\net\bin\createusers.exe and it either failed if not in quotes or acted like it executed in quotes. Same as the simple batch file. The program works when executed at the command line.
The exe takes just one parameter no output, input dialogs or anything. It does output a success message at the command line, but the program is done by then.
In any case, the simple batch file should work, a. What are the tricks to getting this to work?
Help!
More details
Put the simple batch file on the TaskCentre server, mapped a network drive to it. Still same behavior.
Is this a permissions issue? What user does TaskCentre use when it executes the program?