I have 2 Sources,If 1st one Read sucessfully,Then only it
has to move to read 2nd source.How can i do in INFORMATICA.
Answer Posted / jaspreet banga
For this we have to make 2 different sessions for each
source reading after the success of first session(i.e.,
succesful reading of 1st source ) , create a 'TOUCH FILE'
using 'command task' and link it with the session, hence
the touch file is only created if the session is
succesful . and at the beginning of another session(reading
second source) create an 'EVENT WAIT TASK' which will only
triggered when touch file is created. and hence you will
get it..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Global and Local shortcuts. Advantages.
While migrating the data from one environment to another environment how would you manage the connections?
How can you define user defied event?
Define mapping and session?
What is the surrogate key?
Under what condition selecting sorted input in aggregator may fail the session?
How many ways are there to create ports?
wf dont have integration severances how you can run?
How to join three sources using joiner? Explain though mapping flow.
How do you remove duplicate records in informatica? And how many ways are there to do it?
can i any one explain me realtime healthcare project explanation..for interview .iam new to informatica .thanks in advance.
what is the size ur source like(file system or database)? how many record daily come u r banking project?
Performance tuning in UNIX for informatica mappings?
tell me 5 session failure in real time how can you solve that in your project?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?