SSIS - Enhanced Error Component - SimonS Blog on SQL Server Stuff

SSIS - Enhanced Error Component

For those that downloaded the enhanced error component I forgot to make it clear that the new version requires you to have service pack 1 installed. The reason being is that we are using an interface that allows us to look at the whol package in the component UI.

If you were around at a SSIS presentation in 2005 you will have seen the statements on the extensibility. The statement from MS was that they have used exactly the interfaces we do to create their components. However on investigation we couldn't figure out how they had written the Slowly Changing Dimension to add components using the public interfaces. Well what was missing was the pipelineService that was made public in Service Pack 1.

So you can now write components just like Microsoft. If you are interested in the code for the error component let me know.

In the meantime feel free to download the component from here

http://sqlblogcasts.com/files/folders/transforms/entry2.aspx



-
Published 26 July 2007 23:17 by simonsabin

Comments

19 October 2007 12:10 by Ashis

# re: SSIS - Enhanced Error Component

This was something i have been looking for. Thanks you so much.

can i get the source code to get an idea how it has been done pls.

is there any licensing issues associated with this component?