I really can't work this one out and I am hoping someone can help. I have a sequence container which contains an execute package task followed by a execute SQL task. So basically once the package executes the SQL task runs some SQL to count for errors.
In the SQL execute task I have a parameter input, numerical. The result set is single row and is assigned to a package scoped variable called intErrorCount. From the sequence container I have an expression @[intErrorCount]>0 along with a success precedence
constraint. For some reason the package does not move on from this sequence container. Even though the error count is greater than 1. I really can't work out why or what I am missing. I know there isn't a lot to go on here but hopefully someone can help with
a suggestion...
↧