I just upgrade VisualCron to 8.0.4 yesterday, and ran into issue with a few jobs that I wanted to share with the community since i couldn't find any reference to it while i was searching (might have just missed it of course).
This issue happen for me where i'm using the write file task to create a file. The StdOut from the Write File task normally return the file path of the file that was created. Since upgrading to 8.0.4, the StdOut was outputting the path twice.
example;
Write File C:\test.txt
StdOut C:\test.txtC:\test.txt
Recreated the Write file task, same problem. I haven't seen the behavior in any other file system tasks so hopefully just an isolated problem to the Write File task.
I upgraded to beta version 8.0.5, which seem to fix the issue.
Edited by moderator
2016-04-11T10:46:43Z
|
Reason: Not specified