Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


edfscott
2016-03-02T16:53:41Z
I am getting an error a Copy File(s) task. Is there a way to see what command VisucalCron is trying to run? Like xcopy.exe filename.txt filename2.txt?

I am getting the below error. Without seeing what VisualCron is trying to do I am having difficulty troubleshooting the job. My jobs use variables, so what is happening is dependent on what the variable is at the time, or what visualcron thinks the variable is at the time.

Exception in Task: Illegal characters in path.
Exception in Task: No file(s) copied

Sponsor
Forum information
al355
2016-03-02T17:57:31Z
We have used error notifications to give us details of the errors. Some examples below

Job Name: {JOB(Active|Name)}
Result: {JOB(Active|Result)}
Exit Code: {JOB(Active|ExitCode)}

Task Name: {TASK(PrevTask,Name)}
Task Exit Code: {TASK(PrevTask,ExitCode)}
{TASK(PrevTask,ExitCodeDesc)}

Output:
[{TASK(PrevTask,StdOut)}]

Standard Error:
[{TASK(PrevTask,StdErr)}]
Scroll to Top