why cant we put a sequence generator or upd strategy
transformation before joiner transformation?
Answers were Sorted based on User's Feedback
Answer / 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 |
Which files are created during the session rums by informatics server?
What is the meaning of up gradation of repository?
what is persistent lookup cahce?how to use and when to use this persistent lookup cahce?explain?
What does reusable transformation mean?
What is the difference between Normal load and Bulk load?
Explain about HLD and LLD ?
How do you implement configuration management in Informatica?
Define enterprise data warehousing?
If a table contains 100 records we have to fetch 50-100 records from source to target?how
I still need further explanation about the difference between active and passive transformation with some examples.Thank You
What are the different types of repositories created using informatica?
How to list Top 10 salary, without using Rank Transmission?