dbTalk Databases Forums  

error at DTSStep_DTSDataPumpTask_...

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


Discuss error at DTSStep_DTSDataPumpTask_... in the microsoft.public.sqlserver.dts forum.



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

Default error at DTSStep_DTSDataPumpTask_... - 04-28-2006 , 12:42 PM






Hi all.

i need really your help with the next error. haven't idea what is the
problem.

----

DTSRun OnError: DTSStep_DTSExecutePackageTask_1, Error = -2147467259
(80004005)

Error string: DTSStep_DTSDataPumpTask_1: Error at Destination for Row
number 10919. Errors encountered so far in this task: 1.
Error source: DTS Data Pump
Help file:
Help context: 0

Error Detail Records:
Error: -2147467259 (80004005); Provider Error: 0 (0)
Error string: Insert error, column 18 ('FECHA_TERMINO',
DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Error source: Microsoft Data Transformation Services (DTS) Data Pump
Help file: sqldts80.hlp
Help context: 30702

Error: -2147467259 (80004005); Provider Error: 0 (0)
Error string: Invalid character value for cast specification.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0

----------
can you tell me how i can determinate the corrup data in the source
database..Oracle 9i, if there is!.

thanx a lot. sorry for my bad english.


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

Default Re: error at DTSStep_DTSDataPumpTask_... - 04-28-2006 , 01:29 PM






You are trying to insert into a column called 'FECHA_TERMINO' which is of
type DBTYPE_DBTIMESTAMP

The data you are trying to put in there is not valid. Something is blowing
it.


--


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


"New_DBA" <Luis.BautistaB (AT) gmail (DOT) com> wrote

Quote:
Hi all.

i need really your help with the next error. haven't idea what is the
problem.

----

DTSRun OnError: DTSStep_DTSExecutePackageTask_1, Error = -2147467259
(80004005)

Error string: DTSStep_DTSDataPumpTask_1: Error at Destination for Row
number 10919. Errors encountered so far in this task: 1.
Error source: DTS Data Pump
Help file:
Help context: 0

Error Detail Records:
Error: -2147467259 (80004005); Provider Error: 0 (0)
Error string: Insert error, column 18 ('FECHA_TERMINO',
DBTYPE_DBTIMESTAMP), status 6: Data overflow.
Error source: Microsoft Data Transformation Services (DTS) Data Pump
Help file: sqldts80.hlp
Help context: 30702

Error: -2147467259 (80004005); Provider Error: 0 (0)
Error string: Invalid character value for cast specification.
Error source: Microsoft OLE DB Provider for SQL Server
Help file:
Help context: 0

----------
can you tell me how i can determinate the corrup data in the source
database..Oracle 9i, if there is!.

thanx a lot. sorry for my bad english.




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

Default Re: error at DTSStep_DTSDataPumpTask_... - 04-28-2006 , 02:19 PM



thanx allan michell.

yes the column 'FECHA_TERMINO' is DATE... i found in the oracle table,
the row with the date '08/08/0202', i think that this break the SQL
server Date datatype column.

is this a right way? what ranges of dates are supported in sql server
date datatype.


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

Default Re: error at DTSStep_DTSDataPumpTask_... - 04-28-2006 , 02:31 PM



Have a look here

http://doc.ddart.net/mssql/sql70/da-db_9.htm

--


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


"New_DBA" <Luis.BautistaB (AT) gmail (DOT) com> wrote

Quote:
thanx allan michell.

yes the column 'FECHA_TERMINO' is DATE... i found in the oracle table,
the row with the date '08/08/0202', i think that this break the SQL
server Date datatype column.

is this a right way? what ranges of dates are supported in sql server
date datatype.




Reply With Quote
  #5  
Old   
New_DBA
 
Posts: n/a

Default Re: error at DTSStep_DTSDataPumpTask_... - 04-28-2006 , 05:02 PM



thanks for your help allan. the link was very usefull to me..my problem
is solved.


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.