How do you do error handling in Informatica?
Answer / kishore
Mainly errors were like null values first we need to process error records into one target and good record into another target by using router transformation.after execution of mapping we check the error file size through unix if error file size is greater than 0 then we will send email to source system team with error file attachments.
| Is This Answer Correct ? | 1 Yes | 0 No |
Target is zero file and how can you send the email?
one source to target loading insert new rows and update existing rows?
What are the scheduling options to run a sesion?
how to move the mappings from your local machine to claint place?
Separate from an archive server and a powerhouse?
Parameter and variable differences
While importing the relational source definition from the database, what are the metadata of source that will be imported?
we have tables like c1 a c2 b c3 c c4 x c5 y and i need output like abcx in a single row and abcy in a single row? how do u do this?
2 Answers Patni, Tech Mahindra,
how to improve performence by using sorted input in aggrigator t/r.
Under what conditions selecting sorted input in aggregator will still not boost session performance?
I have data like sno mailid 1 subbu@dell.com 2 arthi@dell.com 3 thiru@dell.com .. ..... like this for N no.of how we will send a message 'meet hr' at a time in windows environment by the informatica..
we have 20 records in source system, when we run for the 1st time, it should load only 10 records into the target, when you run for the second time it should load another 10 record which are not loaded. How do we do that? Can we write a SQL query in source qualifier to do it. This q' is asked in one f the interviews. Please let me know if anyone knows. Thanks