what is threshold error in informatica?
Answer / siva
When the target is used by the update strategy
DD_REJECT,DD_UPDATE and some limited count, then if it the
number of rejected records exceed the count then the
session ends with failed status. This error is called
Threshold Error..
| Is This Answer Correct ? | 11 Yes | 1 No |
Name the different lookup cache(s)?
source : col1 101 101 101 102 102 102 103 103 103 col2 1000 1500 2000 1200 2300 3000 2400 1300 2000 i need target as col1 101 102 103 col2 1000,1500,2000 1200,2300,3000 2400 1300 2000
How can we get two output ports in un-connect transformation?
How an expression transformation differs from aggregator transformation?
What are the Advantages of de normalized data?
What is the difference between source qualifier transformations source filter to filter transformation?
How to generate sequence numbers?
When we enable pushdown optimization technique, two options will be enabled (use view,..). Can anyone tell me how these two options will work ? When do we need to go for pushdown optimization technique ?
wht is full process of Information source to target just like stg to productuon and development
What is union transformation in informatica?
Suppose i have 10000 records.First time i have to load 1 to 1000 records and second run i have load 1000 to 2000 records and third load i have to load 2000 to 3000 rows .How will achieve
I have a scenario like - how can i load 1st record to Trgt1,2nd->Trgt2, 3rd->Trgt3 and again the cycle has to repeat with loading 4th->Trgt1,5th->Trgt2,6th->Trgt3?