 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?
Answers were Sorted based on User's Feedback
Answer / vikram
While populating to target rejected loads will be loaded in
to bad files and we can cross check the data there and the
other way is run the load in verbose mode to check the
exact reason this happens when the flat file data is not in
correct format.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sarat
The above method tells us how many are missing, after that take the TARGET as Dynamic LKP and update the target for All rows to be loaded
| Is This Answer Correct ? | 0 Yes | 0 No |
If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
When do we use dynamic cache and static cache in connected and unconnected lookup transformations?
Differentiate between Load Manager and DTM?
what is persistant cache in which situation we will use persistantcache
 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?
How IN function works in informatica? Is it similar that of oracle IN function or different? Explain
How mapping parameter and variable works
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
How do you load only null records into target? Explain through mapping flow.
How you load distinct records into one target and duplicate records into another target?
what is the hint? how to use it to reduce the query processing in program?
we have a parameter file in Unix location where we have .txt files and those file will be used as source in informatica. I cannot use source file name directly as file name will keep on changing in unix location. I need to define $$InputFile as parameter. Can anybody send me the parameter file and the steps to handle this.