When i run workflow first session runs 4 times 5th time 2nd
session must run? How can u do?
Answer / babu
Hi,
Wf-->s1-->Assignmenttask(var=var+1)--mod(var,5=0)-->s2
here var is variable it is declared in workflow level.
if every run of workflow var value increase 1,whenevr the
var reaches the value is 5 then only s2 will run.
Babu
| Is This Answer Correct ? | 8 Yes | 0 No |
If we have lookup table in workflow how do you trouble shhot to increase performance?
If u r giving different parameter file names in workflow and session for a single mapping parameter, then which one will be executed? The one u given in workflow or the one u given in the session?
what are the limitations of pushdown optimization technique ? Advance thanks
HOW TO JOIN THE 2 FLAT FILES WITHOUT USING JOINER AND LOOKUP?
Hi, In Router transformation I created two groups . One is Passthrough=> True Second one is CorrectId’s => Invest>50000 Here I have one doubt. Can’t I treat default group as Passthrough group (fist group) . Is there any difference between default group and Passthrough group in this scenario? Let me know if you want more information about this scenario. Advance thanks.
Aggregator transformation is having fields say a,b,c,d,e group by is enabled on a,b,c with sorted input,How the aggregator transformation process the i/p data?or in which way i/p comes to agg transformation
What is difference between Informatica 6.2 Workflow and Informatica Workflow 7.1
How to load the data from a flat file into the target where the source flat file name changes daily?
what are the enhancements made to Informatica 7.1.1 version when compared to 6.2.2 version?
What are the types of lookup transformation?
How can we improve session performance in aggregator transformation?
How to find from a source which has 10,000 records, find the average between 500th to 600th record?