dbTalk Databases Forums  

SSIS

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


Discuss SSIS in the microsoft.public.sqlserver.dts forum.



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

Default SSIS - 05-02-2006 , 08:28 AM






Hi,

I have just started working with SSIS and to say I find it complicated is an
understatemnet but from what I have read a lot of other people are having the
same troubles, all I want to do is transfer some data from a Tab delimited
file into a sql table which using DTS was nice, quick and simple but with
SSIS it's none of these. I am now getting an error saying that it cannot
convert between unicdode and non-unicode string data types, can someone help
me out, considering this was done using the migration from DTS tool you think
it would be clever enough to use the correct data types.

Hope someone can help and I'm sorry about the rant.

Thanks PD

Reply With Quote
  #2  
Old   
Phil
 
Posts: n/a

Default RE: SSIS - 05-02-2006 , 08:59 AM






Further to this post I think I may have got rid of one problem and replaced
it with another, I have got run of the unicode problem but I am now getting
the following message

Warning: 0x80047076 at DTSTask_DTSDataPumpTask_4, DTS.Pipeline: The output
column "Col001" (10) on output "Flat File Source Output" (2) and component
"Flat File Source" (1) is not subsequently used in the Data Flow task.
Removing this unused output column can increase Data Flow task performance.

I really dont have a clue what this is telling me or how to make it go away,
would appreciate any help offered.

Thanks PD

"Phil" wrote:

Quote:
Hi,

I have just started working with SSIS and to say I find it complicated is an
understatemnet but from what I have read a lot of other people are having the
same troubles, all I want to do is transfer some data from a Tab delimited
file into a sql table which using DTS was nice, quick and simple but with
SSIS it's none of these. I am now getting an error saying that it cannot
convert between unicdode and non-unicode string data types, can someone help
me out, considering this was done using the migration from DTS tool you think
it would be clever enough to use the correct data types.

Hope someone can help and I'm sorry about the rant.

Thanks PD

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

Default RE: SSIS - 05-03-2006 , 12:07 PM



Hi Phil,
Honestly, with my experience so far with SSIS, it is no good for loading a
flat file to a sql table. I scratched my head for days to get around with
this unicode, lenth mismatch and datatype problem in SSIS, where DTS was much
better in data massaging. To get around with this problem now what i have
started doing is using DTS in SSIS. So now i take the advantage of both SSIS
and DTS. the things which i like of DTS i use DTS and the feauture i like of
SSIS i use SSIS. So if you want to do that way then you can use 'Execute DTS
2000 package' task in control flow. Double click on that and create a package
to load the flatfile to sql table in DTS designer. this works good for me.
SP

"Phil" wrote:

Quote:
Further to this post I think I may have got rid of one problem and replaced
it with another, I have got run of the unicode problem but I am now getting
the following message

Warning: 0x80047076 at DTSTask_DTSDataPumpTask_4, DTS.Pipeline: The output
column "Col001" (10) on output "Flat File Source Output" (2) and component
"Flat File Source" (1) is not subsequently used in the Data Flow task.
Removing this unused output column can increase Data Flow task performance.

I really dont have a clue what this is telling me or how to make it go away,
would appreciate any help offered.

Thanks PD

"Phil" wrote:

Hi,

I have just started working with SSIS and to say I find it complicated is an
understatemnet but from what I have read a lot of other people are having the
same troubles, all I want to do is transfer some data from a Tab delimited
file into a sql table which using DTS was nice, quick and simple but with
SSIS it's none of these. I am now getting an error saying that it cannot
convert between unicdode and non-unicode string data types, can someone help
me out, considering this was done using the migration from DTS tool you think
it would be clever enough to use the correct data types.

Hope someone can help and I'm sorry about the rant.

Thanks PD

Reply With Quote
  #4  
Old   
prakash gupta
 
Posts: n/a

Default RE: SSIS - 02-24-2009 , 05:39 AM



I am also getting these warnings but my package is executing successfully,
but it is not updating records in tables

please help.....
thanks
prakash

From http://www.google.co.in/search?hl=en&q=The+output+column+on+output+"Flat+F ile+Source+Output"+(2)+and+component+"Flat+File+So urce"+(1)+is+not+subsequently+used+in+the+Data+Flo w+task&btnG=Google+Search&meta=

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/

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 - 2013, Jelsoft Enterprises Ltd.