I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access)..
(the session should should start from 21 record)
No Answer is Posted For this Question
Be the First to Post Answer
when do we use static cache and when do we use dynamic cache in lookup transformation? with example.
What are the mapping parameters and mapping variables?
Is stop and abort are same in informatica?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
In session log thier should not be a single error how will u do
who is the best faculty for informatica in hyderabad ameerpet?
 Suppose you have n no.of records @ your flat file and you have seen some of records are missing while reaching to the destination. How can you trouble shoot it?
Explain your project of banking domian.
my source is like this id,name sal 10 abc 1000,10 pqr 2000, 10 xyz 3000 ,10 jkl 4000 and my requirement is like this 10 abc,pqr,xyz,jkl 2000 .... i have try for this by using expression transformatin its ok of the concatenation of second column but the thing is that on third column if u group by using agg t/r the last value will com i.e 4000 but i asked by a interviewer that i dont want the first or last column i want the middle column i.e 2000 .plz reply for the same
what happens when a batch fails?
How do you implement unconn. Stored proc. In a mapping?
following source name gender ramya female ram male deesha female david male kumar male i want the target male female ram ramya david deesha kumar any body give solution above question?