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
Explain the tuning lookup transformation - informatica
What are the performance considerations when working with aggregator transformation?
What is the commit type if you have a transaction control transformation in the mapping?
Performance tuning( what you did in performance tuning)
Which are the different editions of informatica powercenter that are available?
What is incremental aggregation?
What are the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?
What does cheating measurement mean?
If informatica has its scheduler why using third party scheduler?
Explain scd type 3 through mapping.
What is a stored procedure transformation?
Explain sessions. Explain how batches are used to combine executions?
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C
Explain informatica architecture - version 8 / 9
Explain about cumulative Sum or moving sum?