I have a job that loops through a text file. The file has 54 rows of data.
The job keeps stopping at 35 iterations, like it looses the loop value somehow, because the task that stalls uses the value as its parameter.
I put in a timeout on the task that stalled, and told it to have no error, and it does not continue to pull values from the read task output from 35 on..
I checked the file for bad characters and it is clean.
I split the text file in half (27 rows and 27 rows) and created a second job, then pointed them to the split file.
Now both jobs work perfectly.
My conclusion is that the job is losing the loop values from the read output at 35 iterations, but the loop keeps going.
Any help would be appreciated.. Attached job export.
LoopJob.zip
(5kb) downloaded 56 time(s).