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.


danielstanden
2016-11-08T09:22:28Z
We had some disk corruption occur on the drive that help the visualcron settings. We fixed the drive and restored backed up settings file however we are getting a couple of strange errors.

I have a task that creates a folder path = D:\kgs\Archive\{USERVAR(dan_test)} the user variable {USERVAR(dan_test)} is defined as below:

{DATEFORMAT(yyyymmdd)} = 20161108

When the task to create the folder is run I get "Exception in Task: Illegal characters in path." but this makes no sense. If I swap out the variable for another one it works fine so it is not a security issue.

Any ideas?

Thanks

Daniel

Sponsor
Forum information
Support
2016-11-08T09:57:41Z
Use the File write Task and write the whole string to file. Check the value if it is a correct path from the file content.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
danielstanden
2016-11-08T10:05:53Z
Thanks, Just tried that and it appears to write a good path with no illegal characters.

D:\kgs\Archive\20161108
Scroll to Top