If you are using an Execute Package Task in the first package to execute the second package, you could change the constraint value on the precedence constraint connecting the execute package task to the task(s) after that to "completion".
Hope this helps..
This posting is provided "AS IS" with no warranties, and confers no rights.
|||
Bhargavi Srivathsan wrote:
If you are using an Execute Package Task in the first package to execute the second package, you could change the constraint value on the precedence constraint connecting the execute package task to the task(s) after that to "completion".
Hope this helps..
This posting is provided "AS IS" with no warranties, and confers no rights.
And you'll need to either force the execute package task to return a success, or set the MaximumErrorCount to something greater than 1 (one) because when the child package errors out, it's failure will bubble up to the parent and stop it as well.|||however, i also do want to know if my child failed out..so i force success then i would never know..same with increasing maxerrorcount. any other way?
No comments:
Post a Comment