I have several jobs that copy files, and I am using the {TASK(blahblah.NoCopiedFiles) (or maybe its NoFilesCopied), but at any rate, the job runs at 8 am, and reports that it copied 8 files. 15 minutes later, the job runs and reports 8 files copied. The only problem is that there were no files to copy in the source path, both because I used the delete source file option on the task, and because I've checked other logs and there were no files present.
This will continue for the next 2 or three times the job runs, and then it stops.
I've had the same issue using User variables to hold the value, but that seems to show the same behavior.
Its a bit annoying to keep getting a repeat of an old value, and it leaves me wondering just how accurate the first count returned might be.
is there a setting I'm missing, or is it somehow reporting the number of files in the destination directory, or what? I am running version 7.7.3 on the server, and 7.7.2 on the client where I created the jobs.