My Source qualifier has empno, sal. Now my mapping is like
SQ(EMPNO)->AGGR->EXP->TARGET
SAL ------------>TARGET ? means only one source
qualifier has 2 columns like empno, sal. connected to same
target as shown in above mapping.Is this mapping valid or
any issues are there if we design like this?

Answer Posted / sukanta

It will invalid the mapping because one column value is
going through aggregator(Active)transformation.so in this
case you can't by pass other column direct to target.

in sql query

select sal,max(empno) from emp;

it is a wrong statement,but if you put like this

selct sal,max(empno) from emp group by sal;

works fine

I think you get the solution

Regrads

Sukanta

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

As union transformation gives UNION ALL output, how you will get the UNION output?

639


Is there any way to read the ms excel datas directly into informatica?

545


How to differentiate between the active and passive transformations?

619


can we override a native sql query within informatica? Where do we do it?

619


What is the use of code page?

600






How to open an older version of an object in the workspace?

610


What are the components of Informatica? And what is the purpose of each?

613


How to implement security measures using repository manager?

598


Explain the use of aggregator cache file?

669


What are pre and post-session shell commands?

733


Describe data concatenation?

567


What does command task mean?

602


Explain the difference between mapping parameter and mapping variable?

600


What is Cognos script editor?

3780


How we can create indexes after completing the load process?

607