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.
Answers were Sorted based on User's Feedback
Answer / penguin
Hi
(a)If we do it in 2 different sessions, the link condition
in the WF can be given based on TgtSuccessRows >0 .
(b)If we do it in the same session hence same mapping, we
can split into 2 pipelines .. after the 1st pipelines reads
from Src1, it will be followed by 2nd piepline reading from
Src2.
Regards
Penguin
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / srinu
Hi, SUNDHAR,,
Your answer for Data Writen in Targeet Table.
My Question for Source Read.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudhar
If the Source is in different flow then we can use the
Target load order to specify to finish the Flow1 with the
source 1 before starting the flow2 with the Source 2.
| Is This Answer Correct ? | 1 Yes | 5 No |
What is the need of an ETL tool?
what is the method of error handling when session is running?
Separate from an archive server and a powerhouse?
Router T/R is active but some people are saying it is also passive which is exactly right?
 Code page compatibly –Where all changes are made to handle the scenario.
What is rank transformation in informatica
How to recover sessions in concurrent batches?
how can run the wf through pmcmd commend? write script?
Differences between version 7.x and 8.x.
0 Answers Accenture, Cognizant,
What is Performance tuning in Informatica?
Flat file heaving 1 lack records and I want to push 52000 records to the target?
What is a Shortcut and What is the difference between a Shortcut and a Reusable Transformation?