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

How to extract original records at one target & Duplicate records at one target? {with out using EXPRESION transformation and sequence generator transformation?}<-this is important

4 Answers   CTS,


what is mapping parameter and mapping variables

1 Answers   BirlaSoft,


Define sessions in informatica etl?

0 Answers  


What are the types of maping in Getting Started Wizard?

1 Answers  


Can anyone tell me the new features in Informatica 9 Version?

2 Answers   Syntel,






A TABLE CONTAINS SOME NULL VALUES . HOW TO GET (NOT APPLICABLE(NA)) IN PLACE OF THAT NULL VALUE IN TARGET .?

5 Answers   HP,


What are the data movement modes in informatcia?

1 Answers  


What is meant by target load plan?

0 Answers  


What is the benefit of partitioning a session?

0 Answers  


How to improve the performance of Aggregate transformation?

3 Answers   Dmss,


How we can create indexes after completing the load process?

0 Answers  


Why can't we connect 2 active transformations to an active transformation ? Ex:- One aggriagator and one sq trans to an router transformation

1 Answers   Puma,


Categories