Hello,
I am looking at the documentation on how to setup Remote VisualCron Server Execution Context. The docs just mention the feature but doesn't seem to help much when you run into trouble. So I will explain my situation in hopes to help others while finding advise.
I have VisualCron (VC) installed on a main server and a remote server (2 running instances of VC server). I have a job setup on the main server with an execute task. The task references runmytask.bat file on c:\MyTasks\ of the remote server. Credentials are setup for a user using {domain}\{username} type login and the execute task references those credentials in the Execute tab. On main settings tab, I have selected "Remote VisualCron Server" under the execution context section using a background execution. I am using a VisualCron type of connection for that connection using a local user for the username and password on that remote server. I have verified that user can log into the remote server using the client tools on my machine.
Having set this up I am unable to get the task to execute. It fails with exit code 2 (cannot find the specified file) and no error output. I am assuming the path to the bat located on the remote VC server cannot be referenced in the same way. How should this be setup for the best success. We have tried remote execution tasks but we hit a fail point when the bat references a copy command to another remote server by saying success on the task but the file copy from within the bat did not execute because files were left. We have tested it works when running directly on the remote server. We are in a position supporting old .bat files inherited but no power to re-engineer them to work better for VC. We just need VC to execute the tasks.
Best Regards!!!