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
Plz can any one say me how to get the informatica certification materials and dumps
Briefly explain the aggregator transformation?
How to extract sap data using informatica?
What is the difference between stop and abort in informatica
What is rank index in rank transformation?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
What is the session task and command task?
Enlist some properties of sessions.
What is pmcmd command?
Define sessions in informatica etl?
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
Explain in detail scd type 2 through mapping.
What happen if you have 3 ports in SQ and 4 ports in SQL override of SQ( provided all ports are in same order and they are connected with proper source and target)? Also what happens when I have 4 ports and will extract 3 values in SQloverride.. What will be the value in 4th port ?
Can informatica load heterogeneous targets from heterogeneous sources?
What are different types of transformations available in informatica?