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.


hepworthd
2013-05-08T12:24:42Z
I am currently running version 6.1.8 in a test environment, I have an FTP job that Puts all data found in a directory up to an FTP site via clear text FTP. After all files have been sent, I have a rename loop, that basically removes the .tmp extension from every file successfully uploaded.

Loop for each x in y: Result.UploadedFiles

For some reason, one process uploaded 4 files, but the loop used the previous run results instead of the current run results.

Has anyone else experienced this issue? Is this a known bug? I have only seen this happen once so far, but it's not good.

thanks.

Dennis Hepworth
Sponsor
Forum information
Support
2013-05-08T17:08:07Z
I find it strange that you only seen it once. I would say this kind of functionality either work or does not work at all. You could create a File write Task first in the loop to write the value you get (so you can confirm it later). You can also write the Y value to file (the value with all lines)
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
hepworthd
2013-05-08T18:14:10Z
So this is a known issue? And has not been corrected?
Support
2013-05-08T21:14:05Z
No, we have not heard of this before. I was just saying that if it was an issue I would at least expect to be able to reproduce it every time.

But next time, if you still believe it is an issue, you should add these debugging steps. I am sure there is a natural explanation which would probably be clear when this debugging is added.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Scroll to Top