I am using VisualCron version 5.8.0, build 14921.
I'm having an issue where the variables are initially set to use the current date (to point to the current batch files) like this:
D:\BatchData\ClientName\{DATEFORMAT(yyyyMMdd)}\
I can't nail down why, but every so often the date variable changes to a constant, and the build fails... when I look at the variables it has been changed (without my knowledge or approval) and hard-coded within VisualCron to a constant:
D:\BatchData\ClientName\20120109\
This causes the build to point to the incorrect set of batch files.
Does anyone know what is causing this and how I can fix it?
Thanks!
Danielle