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



I have 2 Sources,If 1st one Read sucessfully,Then only it has to move to read 2nd source.How can i..

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

I have 2 Sources,If 1st one Read sucessfully,Then only it has to move to read 2nd source.How can i..

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

I have 2 Sources,If 1st one Read sucessfully,Then only it has to move to read 2nd source.How can i..

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

I have 2 Sources,If 1st one Read sucessfully,Then only it has to move to read 2nd source.How can i..

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

Post New Answer

More Informatica Interview Questions

can anyone explain me about sales project in informatica?

8 Answers   MBT, Satyam,


What if i will group by with some port in aggregator and will not pass the sorted values. Will the session fails tell in both cases ( if i have configured it for sorted input and if i have not configured it for sorted input).

1 Answers   CTS,


hw to load this give the mapping? cty state o/p c1 s1 c1 c1 s2 s1 c1 s1 c1 c2 s3 s2 c3 s4 c1 c3 s2 s1 c2 s3 c3 s4 c3 s2 2 columns should be loaded to one column in target table?

1 Answers   Wipro,


Whether Aggrigator transformation ignore the null values or consider the null values ? Advance Thanks, Manojkumar

3 Answers   IBM,


i have 2 flat files one table contains duplicates another one no duplicates.... so i need like this i don't want duplicates...pl's give me ans...

4 Answers   Keane India Ltd,






source table A having 100000 records. and target B table having 100000 records. now iam updating B records using update query. i don't know which record is update in target. write a sql query get all updated records from target table B.

4 Answers   TCS,


what is target update override and when we use it?

2 Answers   TCS,


what is materialized view?

2 Answers  


surrogate keys usage in Oracle and Informatica?

5 Answers   ITC Infotech, Oracle,


what is the process we used in joiner transformation,there is no matching column in sources?

2 Answers  


i have oracle table A and target B. i don't know how many records. i want get get last record in table A as first record in target table B. write a sql query?

7 Answers   IBM, TCS,


What is the need of an ETL tool?

0 Answers   Informatica,


Categories