What is difference between force_error & force_abort? How to use in abinitio graph?
Answer Posted / rose24
force_error() will stop the execution of the graph , If the reject threshold exceeds the reject threshold settings.If it is set to never_abort, force_error will not stop the execution,It will simply write a error message to the error_port and discard the input record , that will be collected in Reject port.
force_abort will always stop the excution of the graph irrespective of reject_threshold value
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Mention some ways for improving performance of a graph?
What are the benefits of data processing according to you?
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?
What are the kinds of layouts does ab initio supports?
Explain the methods to improve performance of a graph?
What is the difference between sandbox and EME?
What information does a .dbc file extension provides to connect to the database?
Mention what is abinitio?
Tell us about the architecture of abinitio.
Can anyone give me an exaple of realtime start script in the graph?
What is a deadlock and how it occurs?
What are the facts that can compromise data integrity?
What is the architecture of abinitio?
What are the features of ab initio?
Difference between output_index and output_indexes in reformat