What is difference between force_error & force_abort? How to use in abinitio graph?
Answers were Sorted based on User's Feedback
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 |
Answer / sanksingh
Force_error() will not stop the graph. It will simply write the error message to the error port.
Force_abort will stop the execution of the graph. correct me if i am wrong.
| Is This Answer Correct ? | 2 Yes | 2 No |
Why might the optimizer use a table scan when an index is available?
What is the difference between check point and phase?
What is rollup component?
Explain what does dependency analysis mean in abinitio?
Explain what is sort component in abinitio?
How to run a graph infinitely?
Mention what is the syntax for m_dump in abinitio?
To which project that prefix will set is to private project or public project or both?how and where to set?
) How can you count the total no .of records in the specified partition in the Multifile?
Describe how you would monitor and control database physical file size and growth?
What is flow buffering ? How it reduces the chances of having deadlock ? How to use in abinitio graph?
What is conduct>it?