dbTalk Databases Forums  

DTS ERROR 8004206A

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


Discuss DTS ERROR 8004206A in the microsoft.public.sqlserver.dts forum.



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

Default DTS ERROR 8004206A - 05-17-2005 , 09:35 AM






hi,
There're 11 subpackages in a main package.Every subpackage will first delete
( by executing a store procedure) sql server data and
then transform data from INFORMIX to SQL SERVER.
I use both DTSRUN /F .. and DTS /S ... to run the package and get an error,
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 (80004005): Insert
error,line 104 ('tp_lmdm',DBTYPE_DBTIMESTAMP)¡AStatus 6:data exceed..¡C)
(Microsoft OLE DB Provider for SQL Server(80004005): Conversion invalid for
datatypes on column ....)
Step Error code: 8004206A
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0

My box is 4 Xeon CPU , 8G RAM , win2003 , sql 2000 sp3, mdac 2.8 , informix
ODBC csdk 2.81 TC1 and
the DTS maximum number of tasks executed in parallel is 2.
Based on the same source data(Informix),if I run each subpackage seperately
or reduce the executed number to 1,
both works great.
Really have no idea now...

TIA






Reply With Quote
  #2  
Old   
Ilya Margolin
 
Posts: n/a

Default Re: DTS ERROR 8004206A - 05-17-2005 , 10:43 AM






steffi,

To debug load the data into a dummy table with all fields declared as
varchar and see what is wrong with the data. Most likely it is ODBC driver
parallel execution issue. Contact the driver vendor.

Ilya

"steffi" <steffibev (AT) hotmail (DOT) com> wrote

Quote:
hi,
There're 11 subpackages in a main package.Every subpackage will first
delete
( by executing a store procedure) sql server data and
then transform data from INFORMIX to SQL SERVER.
I use both DTSRUN /F .. and DTS /S ... to run the package and get an
error,
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 (80004005): Insert
error,line 104 ('tp_lmdm',DBTYPE_DBTIMESTAMP)¡AStatus 6:data exceed..¡C)
(Microsoft OLE DB Provider for SQL Server(80004005): Conversion invalid
for
datatypes on column ....)
Step Error code: 8004206A
Step Error Help File:sqldts80.hlp
Step Error Help Context ID:0

My box is 4 Xeon CPU , 8G RAM , win2003 , sql 2000 sp3, mdac 2.8 ,
informix
ODBC csdk 2.81 TC1 and
the DTS maximum number of tasks executed in parallel is 2.
Based on the same source data(Informix),if I run each subpackage
seperately
or reduce the executed number to 1,
both works great.
Really have no idea now...

TIA








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.