Dear all
Trying to remote execute a batch file from our visual cron (5.7.4) server Server 1 (2008 R2), to Server2 (2008 R2). When I start the batch file manually or by task scheduler from the Server2 it works fine.
When the task is run either scheduled or manually from VC it reports success and gives alwas a PID, but it doesn't actually run on the remote server.
Configuration of the remote execution:
Account: serviceAccount@domain
Hostname: Server2 <-- the server name
Command: D:\Application Batches\Test.bat
I created another batch file with an easy command, this doesn't work neither. However I see in the event viewer of Server2 that the process was created, but nothing happens.
The service account is a domain account & local admin on Server2.
Where is here the problem?
Thanks
Matthias