dbTalk Databases Forums  

Error while executing dts package from text data source

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


Discuss Error while executing dts package from text data source in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Srinivas via SQLMonster.com
 
Posts: n/a

Default Error while executing dts package from text data source - 11-04-2004 , 06:19 AM






Hi,

I am trying to import a text file using dts package into sql server. While running i get the error as following.


Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump
Step Error Description:The number of failing rows exceeds the maximum specified. (Microsoft Data Transformation Services (DTS) Data Pump (8004202c): TransformCopy 'Transform Store Nbr' conversion error: General conversion failure on column pair 1 (source column 'Store Nbr' (DBTYPE_STR), destination column 'Store Nbr' (DBTYPE_NUMERIC)).)
Step Error code: 8004206A
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0

Any suggestion is most welcome. Thanks in advance.

*****************************************
* This message was posted via http://www.sqlmonster.com
*
* Report spam or abuse by clicking the following URL:
* http://www.sqlmonster.com/Uwe/Abuse....fc0617ad1f3636
*****************************************

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

Default Re: Error while executing dts package from text data source - 11-04-2004 , 12:09 PM






If data rows are to big, try to use bulk insert , it is fast and efficent.

"Srinivas via SQLMonster.com" <forum (AT) SQLMonster (DOT) com> wrote

Quote:
Hi,

I am trying to import a text file using dts package into sql server. While
running i get the error as following.


Step Error Source: Microsoft Data Transformation Services (DTS) Data Pump
Step Error Description:The number of failing rows exceeds the maximum
specified. (Microsoft Data Transformation Services (DTS) Data Pump
(8004202c): TransformCopy 'Transform Store Nbr' conversion error: General
conversion failure on column pair 1 (source column 'Store Nbr'
(DBTYPE_STR), destination column 'Store Nbr' (DBTYPE_NUMERIC)).)
Step Error code: 8004206A
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0

Any suggestion is most welcome. Thanks in advance.

*****************************************
* This message was posted via http://www.sqlmonster.com
*
* Report spam or abuse by clicking the following URL:
*
http://www.sqlmonster.com/Uwe/Abuse....fc0617ad1f3636
*****************************************



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.