Different types of Power center errors?
Answer / anonymous
https://uisapp2.iu.edu/confluence-prd/display/EDW/PowerCenter+Errors
This link is good.
| Is This Answer Correct ? | 4 Yes | 5 No |
what is unit testing?tell me proceedure
From where you extract the data, how you did it into informatica? explain....
1 Answers Accenture, Unisoft Infotech,
How do you load unique records into one target table and duplicate records into a different target table?
Hi Every One,What is Use of Factless Fact Table ? Why we use Factless Fact Schema in the Projects waiting for reply? thank you
can we create index and drop index in exsisting table while using infomatica
There are 3 groups in router transformation in which there are no conditions mentioned, so what happens if I connect these groups to the 3 targets? How many records gets into each target.(suppose if we are getting 10 records from the source)
I have a condition sal=100 and I created one router and in that two groups g1 and g2 in g1 Sal<=100 and g2 Sal>=100, first which condition will satisfy, and Why?
Where is the cache stored in informatica?
What are the parts of Informatica Server?
What you know about transaction control transformation?
in what type of scenario bulk loading and normal loading we use?
Hello, I have the below table: CityID CityName CostOfLiving 1 Mumbai 5000 1 Bangalore 4500 1 Chennai 4800 2 Vapi 6000 3 New Delhi 8000 I am passing the rows of the above table through the aggregator transformation in Informatica What happens in the following conditions: 1) I specify no group-by ports? 2) I specify a group-by on CityID without making any separate post for aggregation? Which city and costofliving will this eventually take for CityID=1? 3) Rest being same as point 2,I take the sum of cost of living.Which city will be returned for ID=1? Thanks for your help!