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
How can you export a component’s internal parameters ?
Can sorting and storing be done through single software or you need different for these approaches?
How transaction file different from that of a sort file?
Can anyone give me an example of realtime start script in the graph?
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
What exactly do you know about the typical data analysis?
Can you explain the performance and scalability of co> operating system?
What is the function that transfers a string into a decimal?
We know rollup component in abinitio is used to summarize a group of data record then why do we use aggregation?
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
Why do you think data processing is important?
Mention what information does a .dbc file extension provides to connect to the database?
What are “business rules” in ab initio business rules environment (bre)?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
What is the difference between dml expression and xfr expression?