As per Informatica PC help guide, while adding
transformations to a mapplet,we have to keep this in mind:
If you use a Sequence Generator transformation, you must
use a reusable Sequence Generator transformation.
May i know the reason behind this?
Answer Posted / santsoh kumar sarangi
reusable sequence generator will give some range of value
for one instance like 0-1000 for one instance and 1001-2000.
so it will not allow ambiguity in the number.
If you not use reusable sequence generator then if mapplet
is used by two mapping then it may happen that number one
will come to first mapping and number two will go to the
second mapping which will create confusion.
For that reason mapplet ask for reusable sequence generator.
Let me know if i am wrong.
Santsoh Kumar Sarangi
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain lookup transformation in informatica
What is complex mapping?
What is the commit type if you have a transaction control transformation in the mapping?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
Differences between connected and unconnected lookup?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?
What is a sorter transformation?
Enlist the differences between database and data warehouse.
How to extract the informatica rejected data?
How can you differentiate between powercenter and power map?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
How do you load first and last records into target table?
How do you manage the Parameter files while migrating your data from one environment to another environment?
Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.