Page 1 of 1

To abort a job for reject records

Posted: Tue Jul 22, 2008 8:46 pm
by mydsworld
I want to abort a job when there is any record in reject link associated with Transformer. I can do it by making that reject link, an 'otherwise' link and then specifying 'Abort after rows' parameter.But how to do similar thing (abort a job) with reject link.

Thanks.

Posted: Tue Jul 22, 2008 11:31 pm
by bikan
Just want to know..why you want reject link out from transformer.. as you have mentioned you can do it without reject link.

Re: To abort a job for reject records

Posted: Wed Jul 23, 2008 12:43 am
by DSDexter
Please specify more details. After how many rejects do you want to abort the job?

To abort a job for reject records

Posted: Wed Jul 23, 2008 1:12 am
by suresh.narasimha
You need to specify 1 for ' abort after rows '

Posted: Fri Jul 25, 2008 7:16 am
by mydsworld
Setting 'Abort after rows' to 1 applies if I am using a normal link in Transformer with otherwise condition in constraint. But reject link won't come in constraint.

Posted: Fri Jul 25, 2008 11:18 am
by keshav0307
then create another link to a peek stage , and condition otherwise.
abort job if there is one row in this link

Posted: Mon Aug 11, 2008 2:12 pm
by mydsworld
Without using an 'Otherwise' link in Transformer, I would like to abort a job whenever there is certain records in a Reject Link.
Is that possible ?

Posted: Tue Aug 12, 2008 4:14 am
by Jasti
I guess..You can connect that reject link to another transformer and in that you will be able to specify the contraints to abort the job..