Difference between Force_error & Force_abort?

Answer Posted / raju mortale

force_error() function it will not abort graph execution it will send error msg to error port if condition is true.

ex- if(in.gender=="Female") force_error("Gender is Female.!")

but in case of
force_abort() function it will abort graph execution with error msg, if condition is true.


ex- if(in.gender=="Female") force_abort("Gender is Female.!")

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell us about the architecture of abinitio.

858


What is a local lookup?

917


Do you think effective communication is necessary for data processing? What is your strength in terms of same?

873


Mention what is the syntax for m_dump in abinitio?

1202


how to insert/update a csv file by comparing it with another csv file?

2085


Suppose we assign you a new project. What would be your initial point and the key steps that you follow?

790


Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?

760


How you can run a graph infinitely in ab initio?

1092


What will be the skew for, input file->partition by key-> partition by round robin->output file

637


Mention some file extensions which are used in abinitio?

822


How can a graph be run infinitely?

831


What metadata importer can do in ab initio?

930


What is publickey and private key?what is the use of this two keys?

2591


Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?

740


How do you truncate a table?

879