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 |
How abinitio eme is segregated?
Mention what is rollup component?
wt is meant by repartioning in howmany ways it can be done.
What will be the skew for, input file->partition by key-> partition by round robin->output file
Describe which system or process elements you would review when trouble-shooting general server slows ?
What is publickey and private key?what is the use of this two keys?
Within a cursor, how would you update fields on the row just fetched?
In Join component which record will go to unused port and which will go to reject port ?
Mention what is the syntax for m_dump in abinitio?
What is the best way of creating huge test feeds?
What does it mean by the term 'sort component'?
How to Create Surrogate Key using Ab Initio?