Page 1 of 1

Error msg

Posted: Tue Nov 03, 2009 9:37 am
by naidu
Hi all
I have migrated the job from 7.5 version to 8.1 version and the job runs fine in 7.5 but when i am trying to run the job in 8.1 it shows the following error message. Can any one help me to resolve this error message, below is the error message

TRN_Sales_Check,3: Job aborting due to row limit being reached on output link: LNK_Write_Sales

Posted: Tue Nov 03, 2009 11:29 am
by chulett
It is saying that the link mentioned has a 'Abort after' row limit set in it and that it hit that limit. You need to check that, see why it is happening.

Posted: Thu Jan 05, 2012 1:13 pm
by kurapatisrk
Where will be this row limit set usually?

Posted: Thu Jan 05, 2012 2:55 pm
by ray.wurlod
In the link properties, usually accessed from the Output tab of the upstream stage.

Posted: Thu Jan 05, 2012 3:50 pm
by e1994264
If your job is trying to load rows into database table. Then you need to contact with DBA regarding the size of the table

Posted: Thu Jan 05, 2012 6:25 pm
by chulett
This particular error has nothing directly to do with a target table, size or otherwise. It is strictly a DataStage message for an output link with the 'Abort after rows' property set to something other than zero... when that number of rows have been sent down it.

How is this property set

Posted: Thu Jan 05, 2012 8:18 pm
by cooperjv
Could someone please let me know how this property is set. I could not find any place to set the link properties. I have checked the output tab of the upsteam stage (in my case a transformer)

Thanks

Posted: Thu Jan 05, 2012 8:35 pm
by qt_ky
Open the Transformer stage properties then click the Constraints icon (yellow chain links) or double click on the Constraints section of the output link (above Derivation), then check under "Abort After Rows." The default value is 0. If the value is not zero, then it means somebody set it to non-zero on purpose.