I have 5 sessions s1,s2,s3,s4 & s5 and i want execute
s1,s2,s3,s5 after s4. How?
Answers were Sorted based on User's Feedback
Answer / swathi
or using keep after s4 link status=succeeded,then keep
s1,s2,s3,s5
| Is This Answer Correct ? | 15 Yes | 1 No |
Quest:my question is first execute s1,s2,s3,s5 after that
execute s4?
Ans:if the s4 execution is depends on all the previous
session then use decision task . Put the status=succeeded .
If all the four sessions executed successfully then S4 will
execute.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / swathi
try using event wait and raise tasks after s4,then u keep
s1,s2,s3,s5
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / amedela chandra sekhar
my question is first execute s1,s2,s3,s5 after that execute s4.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sanjeev
Using Parallel Batch Processing...
first Keep the session s4 then keep s1, s2, s3, and s5
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / santosh kumar sarangi
In addition to prakash and prasad
check the option 'fail parent if the task fail' in the
general tab other wise the worklet will succeeded after
failing the session.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prakash
Create s1,s2,s3,s5 in a maplet and call this maplet in the
workflow,create s5 in the wokflow and link it after the
maplet,and in the maplet link check for the status
succedded.
once the maplet is succeded then the s4 session will be
executed.
Thanks,
Prakash
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / prasad
Create s1,s2,s3,s5 in a worklet and call this worklet in
the workflow,create s5 in the wokflow and link it after the
worklet is completed or succedded s4 should start.
Check the link condition between worklet and s4 session in
should be suceeded
| Is This Answer Correct ? | 0 Yes | 1 No |
Mention some types of transformation?
What is an expression transformation?
What is the difference between router and filter?
why we use datawarehouse
with out using update strategy transnsformation how to update the data in mapping level
What are the data movement modes in informatica?
You have defined the following: - Commit Type = 'Target' - Commit Interval = 10000 - writer buffer block can hold multiple 7,500 rows - you are loading 40,000 records into the target After how many records will the Informatica Server issue commit commands? a)7500, 15000, 22500, 30000, 40000 b)15000, 22500, 30000, 37500, 40000 c)15000, 22500, 30000, 40000 d)15000, 30000, 40000
write sql query to filter the null value data following table? name age john 30 smith null null 34 sharp 24 i want the output following are name age john 30 sharp 24
What is the benefit of session partitioning?
In development project what is the process to follow for an etl developer from day1
How to handle changing source file counts in a mapping?
i have two source data there is no pk,fk how to join the two sources