Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Execute Package Task Post Execute Event

Author  Topic 

pgreene
Starting Member

1 Post

Posted - 2009-06-16 : 16:35:31
I have an execute Package Task (with a Script Task in the Post Execute Event Handler) that calls another SSIS package. This child package executes a SQL Task on the Control Flow along with a Data Flow Task. My Issue is that the Post Execute Event Handler of the Parent SSIS package gets called when the SQL Task of the child is executed and then again when the Data Flow task completes.

I only want the Post Execute Event of the parent to be called when the child process completes.

I tried setting the DisableEventHandler on the tasks in the child package to true but this has not corrected the problem, the Post Execute Event of the parent is still called multiple times.
   

- Advertisement -