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
1496Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
2420There 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 2481I 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)
1628pmscmd startworkflow -sv
HCL,
1510Post New Informatica Questions
How to create or implement slowly changing dimension (SCD) Type 2 Effective Date mapping in informatica/Flagging mapping in informatica/visioning mapping in informatica?
How to use pmcmd utility command?
In What Situations we can use MappingParameters ,Mapping Variables AND Session Parameters in REAL TIME.
What is the difference between informatics 7x and 8x and what is latest version?
What are the different ways to implement parallel processing in informatica?
What is a repository manager?
What is union transformation in informatica?
What is meant by active and passive transformation?
What is a filter transformation and why it is an active one?
Which means the first record should come as last record and last record should come as first record and load into the target file?
Explain why we use partitioning the session in informatica?
What are the different types of repositories created using informatica?
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
Which is the t/r that builts only single cache memory?
What is event and what are the tasks related to it?