why cant we put a sequence generator or upd strategy
transformation before joiner transformation?
Answer Posted / bhupal
if you use the update strategy transformation before joiner in mapping, the mapping will be invalid because of data flow validation errors in mapping irrespective of operations you implemented in update strategy.
joiner transformation input should be from source qualifier transformation.
source---->sq--->seq--->
joiner---->trg
source---->sq---->
we cant create mapping like this because seq does't allows port to create and accept from other tr.
src--->sq--->
joiner--->trg
seq--->
we cant create like this. joiner inputs should be from source qualifier.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how to create user defined function (udf) in informatica
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
can we override a native sql query within informatica? Where do we do it?
What is the difference between a repository server and a powerhouse?
Is there any target staging area in informatica not staging area
Explain the tuning lookup transformation - informatica
What is the format of informatica objects in a repository?
Why do we need informatica?
How are the sources and targets definitions imported in informatica designer?
What is dimensional table? Explain the different dimensions.
What is olap (on-line analytical processing?
Enlist the advantages of informatica.
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
What are the tasks that source qualifier perform?
What is the difference between router and filter?