Difference between Force_error & Force_abort?

Answer Posted / keerthika

force_error can be written by the developer to exit by throwing an user specified error.
Eg : if (age<18) force_error("Age not suitable for Voting")

in above case the graph fails with Exit 3 along with error message in error log file saying - Age not suitable for Voting

Whereas , force_abort just fails the graph without any message even this with return code exit 3 for failure

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about ab initio’s dependency analysis?

649


State the working process of decimal_strip function?

1575


Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999

473


Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?

641


What is data mapping and data modelling?

988






How co> operating system natively processes the data?

626


What do you mean by a transaction file and how it is different from that of a sort file?

639


Mention some ways for improving performance of a graph?

621


Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio

993


We know rollup component in abinitio is used to summarize group of data record then why do we use aggregation?

900


Describe in detail about lookup?

634


can we perform checkin and checkout through sandbox?

731


How would you find out whether a sql query is using the indices you expect?

612


What metadata importer can do in ab initio?

711


To which project that prefix will set is to private project or public project or both?how and where to set?

1409