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 |
) Layout? What is the Dataset & Program Component Layout
What is the difference between Generate Records Component and Create Data Component?
Which Ab initio version has Hadoop connector ? and what is the latest GDE version available ?
When running a stored procedure definition script how would you guarantee the definition could be rolled back in the event of problems?
Difference between Force_error & Force_abort?
) How can you count the total no .of records in the specified partition in the Multifile?
What is use of creating a save files? How to use in abinitio graph?
1 Answers Cognizant, IBM, Intellego, TCL,
what is the difference between usersandbox,privatesandbox,publicsandbox,commonproject sandbox?
Hello, I need help on passing parameter to Oracle Stored Procedure.I am a oracle DBA,need to use some graphs. I need help to pass date parameter with format YYYYMMDD from Ab Initio to Oracle STored Procedure.How to do that please explain me...
how to calculate EME version using unix ?
Have you used the rollup component? Describe how?
Can some tell me at which level pdl gets resolved when parameters are resolved in abinitio? Also what happens in dml evaluation during parameter evaluation ?