In a mapping i have three dimensions. If i want to pass a
same surrogate key value to all the three dimensions by
using one sequence generator is possible?If the mapping is
containing single flow? And in the same case if the mapping
is contaning 3 flows for the three dimensions then by using
one sequence generator can we populate surrogate key (same
value) to all the three dimensions?

Answers were Sorted based on User's Feedback



In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the thre..

Answer / raj

Use the Sequence and Expresion transfermations.first
genarate the surrogate with Seq trans,then send values to
exp trans,connect the exp trans o/p ports to 3 dimentions.


First Seq generate the surrogate key like 1,2,3,4,5
we wil pass this column to next tran(Exp) from there we
will connect o/p port to dimentions.so '1' wil go all
dimentions,then '2' wil go then '3' .....

Is This Answer Correct ?    4 Yes 1 No

In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the thre..

Answer / shankar mahadevan

Solution algorithm

1. Sequence Generator – generate the surrogate key
2. Expresion transformation – pass the (step 1) values
3. Connect Output port of (Step 2) to all 3 dimensions

Is This Answer Correct ?    3 Yes 0 No

In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the thre..

Answer / sumana

Hi i have a samll doubt on this
Three dimensions are in same mapping but three different
flows. 3 diffrent flows means when the first completes then
only the second flow will start in this case by use one
sequence generator how will we pass the same values to all
the three dimensions. The surrogate key value should pass
like this for all the dimensions

dim1 dim2 dim3
---- ---- -----
1 1 1
2 2 2
3 3 3
4 4 4

Is This Answer Correct ?    2 Yes 0 No

In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the thre..

Answer / uzval_vee

u can pass same surrogate key to three dimensions ,this is
possible in case 2 i.e 3 flows,according to my view

Is This Answer Correct ?    1 Yes 0 No

In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the thre..

Answer / abhishek

yes offcourse we can do it
for understandi this you can refer SCD2 version it haapens
same like ur qustion

Is This Answer Correct ?    0 Yes 0 No

In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the thre..

Answer / phani

yes we can pass same surrogate key for 3 dimentions. bcz
three dimention are involved in same mapping. we can also
reuse the sequence generator.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Informatica Interview Questions

Design time, run time. If you don't create parameter what will happen

0 Answers  


difference between informatica 8.6 and 9

3 Answers   Atos Origin, BA Continnum Solutions, Core Logic,


How u use pdf file in informatica source?

2 Answers   Ericsson, HP, IBM,


What are the settings that you use to configure the joiner transformation?

0 Answers   Informatica,


In Joiner Transformation, how to identify the master and detail tables if one is from Oracle and the other is from Sybase.

2 Answers   TCS,






1)What is Data Masking in informatica? 2)How to restrict junk characters while loading data into target. 3) what happen if i won't pass sorted input in a transformation.

0 Answers  


suppose i have 1000 records and i want to load half of the record in target 1 and half in target2.how u'll do?

9 Answers   IBM,


Hi, What is exactly node ? what is exactly domain ? How loadbalancer will work ? what is Integration service (IS) ? Can anyone give me exact scenario when I click on start workflow in the workflow manager ? (Note : I am not expecting answer like, node means logical representation of a machine and domain will contain multiple nodes .I gone through Informatica help but I couldn’t understand. I am expecting exactly what is happening in background detailed explanation or Pictorial representation will be highly appreciation ) Advance thanks

3 Answers   IBM,


From where we can start or use pmcmd?

3 Answers  


How might you approve all mappings in the archive all the while?

0 Answers  


What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?

2 Answers  


Hi If i had source like unique & duplicate records like 1,1,2,3,3,4 then i want load unique records in one target like 2,4 and i want load duplicate records like 1,1,3,3 then can any body please send me what is th scnario. my mail i shek.inform@gmail.com

6 Answers   HCL, Schneider,


Categories