parent package getting failed

  • hi

    i have parent package , which is calling child package using execute package task.

    i have error handling in on of the data flow task in child package, so if error comes , the parent package still continue run for another files.

    now the issue is , even if child package successful (with handling error inside), the parent package is logging failed,

    ideally, it should be success, as we already handling error ,when task gets failed in child package.

    i tried to set propagate , on error to false, still getting error on parent package.

    how to solve it

  • I haven't tried this, so I'm not sure, but:

    Click on the ExecutePackage task and look at its properties.

    In particular, look at ForcedExecutionValue and ForceExecutionValue.

    If you set ForceExecutionValue to true, the result of the execution will be set to whatever is in ForcedExecutionValue. Try setting it to '1' and see what happens.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply