You can change the types from "Logical AND" to "Logical OR" on both of the main constraints. That will allow the control to move between either result. The reason is because both conditions can't be true at the same time, so Logical AND won't work. The result still needs to stay as a Success so that they will only flow when the script task succeeds.
I took some screenshots of the package. I could have attached the package itself, but it's easier to look through screenshots. Let me know if something's not clear.
Main Topics
Browse All Topics





by: nmcdermaidPosted on 2009-10-14 at 21:20:26ID: 25577201
If this was a database I would say that @ErrCount is NULL so neither constraint evaluates to TRUE
But this isn't a database... but just to verify, why don't you messagebox the value of @ErrCount right before those steps and see whatyou get.