dbTalk Databases Forums  

Error: The number of failing rows exceeded the maximum specified,Help !

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Error: The number of failing rows exceeded the maximum specified,Help ! in the comp.databases.ms-sqlserver forum.



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

Default Error: The number of failing rows exceeded the maximum specified,Help ! - 07-25-2007 , 08:26 AM






Hello
I am running a DTS (Sql 2000) and transfering data from an SqlServer
database to an Ingres database.
I am transfering 153k rows.
Execution fails with the error message:
"The number of failing rows exceeded the maximum specified"

The number of rows shouldn't be a problem because in another DTS I copy
a lot more rows.
Also the width of the row shouldn't be a problem, I'm transfering only 3
int4 fields and 1 char(5) field.

Anyone have an idea what the problem could be ?

Thanks

David Greenberg


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

Default Re: Error: The number of failing rows exceeded the maximum specified, Help ! - 07-25-2007 , 08:35 AM






On Jul 25, 9:26 am, David Greenberg <davi... (AT) iba (DOT) org.il> wrote:
Quote:
Hello
I am running a DTS (Sql 2000) and transfering data from an SqlServer
database to an Ingres database.
I am transfering 153k rows.
Execution fails with the error message:
"The number of failing rows exceeded the maximum specified"

The number of rows shouldn't be a problem because in another DTS I copy
a lot more rows.
Also the width of the row shouldn't be a problem, I'm transfering only 3
int4 fields and 1 char(5) field.

Anyone have an idea what the problem could be ?

Thanks

David Greenberg
This error means that there is one or more rows (depends on [Maz erroe
count] property)which failed to transfer.
There is an option in a Transform Data Task which allow you specifiy
how many records may be dropped before entire operation is failed.
Right click on a Transform Data Task and select Properties. In
properties window select Option tab and modify Max error count in Data
movement frame, this property is set to zero by default. The most
common reason for this sort of errors to happen is the NULLs in source
rows and destination doesn't allow them.

I hope this help.



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.