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  >  Informatica

 Print  |  
Question:  Error handling Logic

Answer: How do you handle error logic in Informatica? What are the transformations that you used while handling errors? How did you reload those error records in target?


June 06, 2009 06:53:38 #2
 Sumithav29   Member Since: June 2009    Total Comments: 11 

RE: Error handling Logic
 

After validating the incoming source data, if we find any invalid data(eg: data not present the dimension table, null data, or difference in the data format) then it can be loaded to a reject table(include one remark column which will help us to identify the cause of rejection). Rerun the workflow after correcting the data in source based on the cause of rejection.

     

 

Back To Question