There are two sessions are connected to the workflow. When the first session run load the data(employees data sum_salaries <= 1000000) into the target1. When the second session run load the data(employees data sum_salaries > 1000000) into the target2. How to achieve this?



There are two sessions are connected to the workflow. When the first session run load the data(emplo..

Answer / abhishek

Need to use WF level variable which is a common factor between sessions . Pass value of 1st mapping variable to WF variable & then WF variable value to 2nd Mapping variable to control the behaviour.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Informatica Interview Questions

How to generate sequence numbers?

0 Answers  


In which scenario did u used Mapping variable?

1 Answers   Cognizant,


What is the difference b/w natural key and surrogate key

1 Answers  


How to recover sessions in concurrent batches?

1 Answers  


Why can't we connect source qualifier and aggrigator transformation to an expression ? Why they resticted to conncet 2 active trasformations to an passive transformation ?

0 Answers   Puma,






I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?

5 Answers  


Why is sorter an active transformation?

0 Answers  


How can informatica be used for an organization?

0 Answers  


What is olap (on-line analytical processing?

0 Answers  


In update strategy target table or flat file which gives more performance ? why?

7 Answers  


In SCD type 2 if we had select date range. then suppose we had inserted today's date(eq. date is 30 aug 2010) then start date will be today's date(30 aug 2010) what will be the end date,we cant leave it blank?

2 Answers   Cognizant, emc2,


source file name xyz a,0,a,a,a b,b,b,0,b c,c,c,0,c target should be like this xyz a b c how to implement this?

4 Answers   Polaris,


Categories