How can we reset Sequence Generator, when we move objects
from Dev Environment to QA env?
Answers were Sorted based on User's Feedback
Answer / dave
Update the current value in the sequence generator to start
the sequence from the beginning again. And V on reset option
in transformation
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / rajesh
while we migrate the code by import and export or by Deployment groups, then we will un-check the option retain persistant values.
Now all the values will be reset as new, like resetting SQgen values, Mapping variables ... etc will goes to initial vaules
| Is This Answer Correct ? | 2 Yes | 0 No |
how the data will be loaded while desiging the schema?which one first (for e.g.-dimesions and facts)
8.what is mapplet ?give example?
Can you start a session inside a batch individually?
performance tuning of Informatica
what is the exact meaning of domain?
what is the difference between stop and abort?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
How to delete the (flat file) data in the target table after loaded.
How do you implement unconn. Stored proc. In a mapping?
Performance wise which is better joiner or look up ? Give me with example?
source file name xyz a,0,a,a,a b,b,b,0,b c,c,c,0,c target should be like this xyz a b c how to implement this?
Source-1 No name 1 satish 2 karthik 3 swathi 4 keerthi Source-2 No name 1 satish 2 karthik 5 santhose 6 vasu Target 3 swathi 4 keerthi 5 santhose 6 vasu here i want non matching Records i want how to achieve that