i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4
session after 5th session how will you do?
Answer Posted / vnk
first 4 sessions parallel and using decision task connect 5th session task.
startask--s1
--s2
--s3 decisiontask --s5
--s4
in decision task-properties-all s1-s4 to status=succeeded using (and.
decision task to s5 (linkcondition =true).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain lookup transformation is active in informatica
What is a rank transform?
Explain scd type 3 through mapping.
What is the use of source qualifier?
How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.
What are the different components of powercenter?
What is substr in informatica?
Explain pushdown optimization and types in informatica
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
How to update source definition?
What differs when we choose the sorted input for aggregator transformation?
What is session task and command task?
How are the sources and targets definitions imported in informatica designer?
Which are the different editions of informatica powercenter that are available?
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 ?