Design a mapping to calculate department wise sum of salaries and load it in single target? Source Target Deptno Salary Deptno Salary 10 100 10 600 10 200 10 600 10 300 10 600 20 200 20 800 20 300 20 800 20 300 20 800 30 400 20 1500 30 500 30 1500 30 600 30 1500
1545Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
2481There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?
1 2552I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
1680pmscmd startworkflow -sv
HCL,
1559Post New Informatica Questions
How to do unit testing in informatica?
where to store informatica rejected data?
Global and Local shortcuts. Advantages.
Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?
What are the new features of informatica 9.x in developer level?
what is $$$$?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What is the Rank index port in Rank transformation?
How can a transformation be made reusable?
What is source qualifier transformation in informatica?
How do you take back up of repository?
How can we use mapping variables in informatica? Where do we use them?
What is a node in Informatica?
What do you mean incremental aggregation?
What is meant by query override?