dbTalk Databases Forums  

Help with CustomComponent in SSIS-DataFlow

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Help with CustomComponent in SSIS-DataFlow in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Janus
 
Posts: n/a

Default Help with CustomComponent in SSIS-DataFlow - 03-03-2006 , 10:17 AM






Hello
Trying to figure out a clever solution for splitting multivalued columns out
into n-columns.
For that I've build a custom component in SSIS using
ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/dtsref9/html/4dc0f631-8fd6-4007-b573-ca67f58ca068.htm as an example.

I need to be able to add columns to the OutputCollection in designtime, but
the designer returns an error:
Error at Data Flow Task [Uppercase [5910]]: The component "Uppercase" (5910)
does not allow setting output column datatype properties.

How do I enable the designer to accept designtime changes in the
columncollection?

Kind regards

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Help with CustomComponent in SSIS-DataFlow - 03-03-2006 , 03:33 PM






Hello Janus,

You can add columns to the OutputColumnCollection. I can see nothing initially
that would stop you splitting a column

You can do the splitting though like this

http://www.sqlis.com/default.aspx?307


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Hello

Trying to figure out a clever solution for splitting multivalued
columns out

into n-columns.

For that I've build a custom component in SSIS using

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/dtsref9/html/4dc0f631-8fd6-4007-b573-ca67f58ca068.htm
631-8fd6-4007-b573-ca67f58ca068.htm as an example.

I need to be able to add columns to the OutputCollection in
designtime, but
the designer returns an error:
Error at Data Flow Task [Uppercase [5910]]: The component "Uppercase"
(5910)
does not allow setting output column datatype properties.
How do I enable the designer to accept designtime changes in the
columncollection?

Kind regards




Reply With Quote
  #3  
Old   
Janus
 
Posts: n/a

Default Re: Help with CustomComponent in SSIS-DataFlow - 03-07-2006 , 02:29 AM



Thank you, it brings me a bit further :-)




"Allan Mitchell" wrote:

Quote:
Hello Janus,

You can add columns to the OutputColumnCollection. I can see nothing initially
that would stop you splitting a column

You can do the splitting though like this

http://www.sqlis.com/default.aspx?307


Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Hello

Trying to figure out a clever solution for splitting multivalued
columns out

into n-columns.

For that I've build a custom component in SSIS using

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.SQLSVR.v9.en/dtsref9/html/4dc0f631-8fd6-4007-b573-ca67f58ca068.htm
631-8fd6-4007-b573-ca67f58ca068.htm as an example.

I need to be able to add columns to the OutputCollection in
designtime, but
the designer returns an error:
Error at Data Flow Task [Uppercase [5910]]: The component "Uppercase"
(5910)
does not allow setting output column datatype properties.
How do I enable the designer to accept designtime changes in the
columncollection?

Kind regards





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.