Why my "For Loop Container" doesn't work -
10-29-2008
, 07:58 AM
Hi,
I have a control flow, at the end i'm trying to send a very big file (a zip).
Because we have some network problem, i would like to try it until the file
is send (and not after 6h in the morning).
So I have my flow, at the end i have a For Loop Container. My Package
contains a variable vFlag (an boolean set to false). In my container i'm
doing sending the file, and in case of error i have a script that set my
variable again to False. If it's working i'm setting it to TRUE. My eval
condition is vFlag=False.
I dont know why but it doen't work. It looks like my variable isn't tested
again by the container.
Second question: at the beginning i was working with Integer instead of
boolean, but the package was rejected (just boolean was accepted). Why ??? |