sadie519590


Hi,

I have a ForEach Loop that has 3 script tasks in it.

I have them set up so that they execute in order, such as:

script1 ---> script2 ---> script3

script1 creates a file

script2 creates a file

script3 compares the files using a diff command

Problem is, when I execute the container, it shows that script3 finishes BEFORE script2, which of course gives an error b/c the file from script2 doesn't exist yet.

The error is "The system cannot find the file specified".

Thanks




Re: ForEachLoop task not behaving as expected

Phil Brammer


Do you have the tasks hooked together by precedence constraints (The green arrows )






Re: ForEachLoop task not behaving as expected

K108

Yes,

I think the problem is something else with my bat file.

Never mind

:-)

Thanks