dbTalk Databases Forums  

Why my "For Loop Container" doesn't work

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Why my "For Loop Container" doesn't work in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
MIB
 
Posts: n/a

Default 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 ???

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.