how will compare two mappings in two different repository?
Answers were Sorted based on User's Feedback
Answer / usha
in informatica designer go to mapping tab--->compare..
we can compare 2 folders with in the same repository ..
we can compare 2 folders with in different repository ..
| Is This Answer Correct ? | 25 Yes | 2 No |
Answer / swathi
in the designer client ,goto mapping tab there is one
option that is 'compare',here we will compare two mappings
in two different repository
| Is This Answer Correct ? | 23 Yes | 22 No |
What are the issues you have faced in your project? How did you overcome those issues?
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
Is LOAD MANAGER AND LOAD BALANCER same in informatica?
Explain constraint based loading in informatica
How many ways are there to do 'remove duplicate records in informatica'?
Is it any possible to using more than one port in Unconnected Lookup Transformation( :LKP.LKP_Prod(Prod_GRP ,Prod_DT,Prod_TM) ) Like this? Pls explain...
write a sql query following table? col1 col2 1 2 1 2 1 2 3 4 3 4 5 6 i want the output like unique duplicate col1 col2 col1 col2 1 2 1 2 3 4 1 2 5 6
What are the informatica performance improvement tips
What did you do in source pre load stored procedure
If one flat file contains n number records., we have to load in target from 51 to 100.. how to use expressions in Informatica..?
Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR How to do the above scenario in Informatica.
How do you load first and last records into target table?