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
 General SQL Server Forums
 New to SQL Server Programming
 Issue with SSIS OnError Event Handler

Author  Topic 

ZahraVaseqi
Starting Member

1 Post

Posted - 2010-07-06 : 07:21:46
I would be thankful if anyone could help me resolving my issue with SSIS Event Handler.

Brief Scenario:

>Parent Package contains a Foreach loop that calls a Child Package in every cycle of its loop

>Child Package contains a DFT for transforming data btw two DBs

> An OnError Event Handler defined to handle errors when an error occurs while data transformation (for example: Connection cut)

> When Error arises Error handler works fine. But after completion it doesn't return to the Parent package, in order to continue the foreach loop iterations from where it was coming out!



Any help is highly appreciated!

Thanks,

-Zahra

Lamprey
Master Smack Fu Yak Hacker

4614 Posts

Posted - 2010-07-06 : 12:08:00
Does it not return to the parent or is the error bubbling up to the parent so it is stopping execution due to the error?
Go to Top of Page
   

- Advertisement -