Hi,
I have a job with 5 tasks:
- Query to a SQL database
- Write header to a new file
- Loop trough all the lines of task 1 and add them as data lines in the file from task 2
- Copy the file to location A
- Copy the file to location B
This job runs every two hours.
When I trigger this job manually, task 3 will not always copy all the data to the file. It just stops half way. When this happens, tasks 4 and 5 are not started, so it looks there is an error of some kind. The task/job icon is still green though.
The output of the 1st task gives me 309 rows and a header row.
The number of lines in the result file are different, 247 rows, 302 row, ... every run a different amount.
When the row amount is correct in the file, task 4 and 5 are triggered, so that's good.
In the logs I can't find a message telling the loop failed, so what else could it be. A bug perhaps?
Regards
Erik
Edited by user
2011-12-06T14:34:14Z
|
Reason: Not specified
Uses Visualcron since 2006.