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.

    The absence of evidence is not evidence of absence
    - Martin Rees
    The absence of consumable DDL, sample data and desired results is, however, evidence of the absence of my response
    - Phil Parkin

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

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