GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio

 Print  |  
Question:  Force_error Function

Answer: How does force_error function work ? If we set never abort in reformat , will force_error stop the graph or will it continue to process the next set of records ?


August 08, 2009 07:20:40 #3
 sixto.dsilva   Member Since: March 2008    Total Comments: 56 

RE: Force_error Function
 
Here you can set the two conditions for the reformat component
1. If you want to fail, set the reject thresold to fail on first reject
2. If don't want to fail , you set never to abort.

Force_error is used to abort any graph if the conditions are not met and you write the error errors records in file and then abort the graphs , this can done in different ways.
     

 

Back To Question