Hi,
Written below are the few situations that I sometimes come across during my developments.Can you pls help me out on this ......
Q1.)
Here is some thing that I want to do in Informatica.
After a load is done to my target table, I need to insert
a last row, which might be formed at some expressin
transformation and brought to target.
How to do this ? Do I have to have separate mapping
to be run after my 1st map ?? OR in a single mapping
I should be able to handle this thing ?
Q2.)
I am runing 2 sessions.
1st one does populate target table T1.
2nd one does the same, once 1st is done with.
I would like the Seq No value need to be continued
from the one that is left by 1st mapping.
I mean to say that, my 1st mapping is using Sequence Generator transformation to load the respective field "SeqNO" at T1.
So, how would I be able to continue it in my 2nd mapping ? (if I use a Sequence Generator transformation in mapping 2, I get different nos, not the continuatuion.)
Q3.)
How can I know the no of rows that pass through certain
transformation, inside the mapping ? Let me know if you have got any work-around ro so.
Q4.)
How do you promote your mappings to QA environment ?
Do you just mantain a separate folder having required
rights for QA guys and copy your development mappings one by one or the whole folder ?
OR, a separate repository in mantained for QA and you
copy your development folder to QA repository ? (That cass
how to distinguish between mappings that are from developments ?)
So, what is the real procedure that you guys follow up at
your work place ??
Thanks
Written below are the few situations that I sometimes come across during my developments.Can you pls help me out on this ......
Q1.)
Here is some thing that I want to do in Informatica.
After a load is done to my target table, I need to insert
a last row, which might be formed at some expressin
transformation and brought to target.
How to do this ? Do I have to have separate mapping
to be run after my 1st map ?? OR in a single mapping
I should be able to handle this thing ?
Q2.)
I am runing 2 sessions.
1st one does populate target table T1.
2nd one does the same, once 1st is done with.
I would like the Seq No value need to be continued
from the one that is left by 1st mapping.
I mean to say that, my 1st mapping is using Sequence Generator transformation to load the respective field "SeqNO" at T1.
So, how would I be able to continue it in my 2nd mapping ? (if I use a Sequence Generator transformation in mapping 2, I get different nos, not the continuatuion.)
Q3.)
How can I know the no of rows that pass through certain
transformation, inside the mapping ? Let me know if you have got any work-around ro so.
Q4.)
How do you promote your mappings to QA environment ?
Do you just mantain a separate folder having required
rights for QA guys and copy your development mappings one by one or the whole folder ?
OR, a separate repository in mantained for QA and you
copy your development folder to QA repository ? (That cass
how to distinguish between mappings that are from developments ?)
So, what is the real procedure that you guys follow up at
your work place ??
Thanks