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
Code check-in and check-out commands in AbInitio
How can you force the optimizer to use a particular index?
What is brodcasting and replicate?
What are the operations that support avoiding duplicate record?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
What do you mean by the overflow errors?
Why do you think data processing is important?
What is the difference between rollup and scan?
Explain what is sort component in abinitio?
What is the role of co-operating system in abinitio?
How to add default rules in transformer?
can we perform checkin and checkout through sandbox?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio
How can I run the 2 gui merge files?
How to create a repository in abinitio for stand-alone system(local nt)?