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 |
Name any two stages of the data processing cycle and provide your answer in terms of a comparative study of them?
How many components in your most complicated graph?
what is the difference between .dbc and .cfg file?
What is conduct>it?
Mention what is a partition and what are the different types of partition components in abinitio?
What is the difference between a utility and api in a RUN SQL component
What do you mean by the term data warehousing? Is it different from data mining?
How you can generate surrogate key? How to use in abinitio graph?
2 Answers IBM, TCL, Torry Harris,
We have file having country_name customer_name.For exp London Ram Bangalore Rohit London Shyam Bangalore Abhinav In output we need 2 files one file for london and second file for Bangalore.How to acheve this?
You can ask about different vector functions. How to use in abinitio graph?
What is $mpjret?
What is a rollup component?