No, that's not the case. I did restart the service and server.
I suspect it's due to running a robocopy batch script via remote execute.
Visual Cron is on Server A
The files I'm copying are located on Server B
The files are being copied TO Server C
Visual Cron on Server A is calling a script on Server B via Remote Execute. The destination drive from Server C is network mounted on Server B. The script runs just fine when executed directly on Server B. When executed remotely by Visual Cron, it just runs for ever until I restart the service.
For now, I've set up another task in Visual Cron to move the files from Server B to Server C.
I think that will work.
I know if I installed Visual Cron directly on Server B it would work as well, but I can't as I can't install .NET 4 on that server due to a legacy application.
Anyway, thank you.