dbTalk Databases Forums  

DTS problem

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


Discuss DTS problem in the microsoft.public.sqlserver.dts forum.



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

Default DTS problem - 10-03-2006 , 09:06 AM






i have dts package that contains number of tasks. somewhere in DTS package i
m loading data from oracle to oracle. i have four data trasform tasks. three
data trasform tasks are running fine. but in data trasform task, i m getting
error: 'The number of failing rows exceeds the maximum specified' + Row -0060:
Internal error : [dainsert,16]e. can someone help in figuring out what this
kind of error it is?


Reply With Quote
  #2  
Old   
Charles Kangai
 
Posts: n/a

Default RE: DTS problem - 10-04-2006 , 04:49 AM






Go to the properties of the Transform Data task. On the Options tab, uncheck
7.0 format, but check Error Text, Source Err Rows, Dest Err Rows and provide
a filename. Under Data Movement, change Max Error Count to something large,
e.g. 9999. This will allow you to capture the failed rows in files
<errorfilename>.source and <errorfilename>.dest. You can then examine the
rows to find out why they are failing.

Charles Kangai, MCT, MCDBA
Author of Learning Tree's 4-day course: "SQL Server 2005 Integration
Services" http://www.learningtree.com/courses/134.htm
Author of Learning Tree's 4-day course: "SQL Server Reporting Services"
http://www.learningtree.com/courses/523.htm
email: charles at kangai.demon.co.uk



"hiralkumar ghelani" wrote:

Quote:
i have dts package that contains number of tasks. somewhere in DTS package i
m loading data from oracle to oracle. i have four data trasform tasks. three
data trasform tasks are running fine. but in data trasform task, i m getting
error: 'The number of failing rows exceeds the maximum specified' + Row -0060:
Internal error : [dainsert,16]e. can someone help in figuring out what this
kind of error it is?



Reply With Quote
  #3  
Old   
Nicolas Guinet
 
Posts: n/a

Default Re: DTS problem - 10-05-2006 , 09:48 AM



On sql server 2000 we solve this problem by an update of sql server

Nicolas Guinet

"hiralkumar ghelani" <u27443@uwe> a écrit dans le message de news:
6736f651d92ad (AT) uwe (DOT) ..
Quote:
i have dts package that contains number of tasks. somewhere in DTS package
i
m loading data from oracle to oracle. i have four data trasform tasks.
three
data trasform tasks are running fine. but in data trasform task, i m
getting
error: 'The number of failing rows exceeds the maximum specified' +
Row -0060:
Internal error : [dainsert,16]e. can someone help in figuring out what
this
kind of error it is?




Reply With Quote
  #4  
Old   
hiralkumar ghelani via SQLMonster.com
 
Posts: n/a

Default Re: DTS problem - 10-09-2006 , 08:56 AM



Can you explain me in little bit detail?
Nicolas Guinet wrote:
Quote:
On sql server 2000 we solve this problem by an update of sql server

Nicolas Guinet

i have dts package that contains number of tasks. somewhere in DTS package
i
[quoted text clipped - 7 lines]
this
kind of error it is?
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200610/1



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.