Difference between Force_error & Force_abort?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What are the primary keys and foreign keys?
What are the features of ab initio?
What is the difference between partitioning with key and round robin?
What are the differences between informatica and abinitio?
How can you connect eme to abinitio server?
How data is processed and what are the fundamentals of this approach?
What is air-project parameter ?
In abinitio, what types of parallelism are used?
Name the different type of processing based on the steps that you know about?
how to create a new mfs file? where will we specify the number of partition eg 4 way ,8 way?
How to connect mainframe to Abinitio?
List out some of the air commands used in abintio?