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 |
Difference between private project parameters ,public project parameters and common project parameters?
Please some body send me Ab Initio material in my mail ... sitakanta2009@gmail.com Thanks in Advance!!!
. What is adhoc multifiles? How to use in abinitio graph?
Describe which system or process elements you would review when trouble-shooting general server slows ?
What is the difference between look-up file and look-up, with a relevant example?
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?
What are the various types of layout supported by abinitio?
Input - Name|city |startyear Rahul |Mumbai|2010 Rahul|kolkata|2014 Rahul|Delhi|2018 Output should be- Name|city |startyear|endyear Rahul |Mumbai|2010|2014 Rahul|kolkata|2014|2018 Rahul|Delhi|2018|9999
How to convert a single column values 1 2 3 4 to single row of 4 columns ? And vice-versa
What information is provided by .dbc file extension for connecting to the database?
hello, tell me the function which removes spaces from decimal field?
how will i can implement Insert a new record (if not present in Input file),Update the record (if present in input) a csv file in Abinitio