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 |
what is the monster dimension plz give me one example
what r the transformations that r not involved in mapplet?
how u know when to use a static cache and dynamic cache in lookup transformation.
Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me
how to join two flat files in informatica?
How to open an older version of an object in the workspace?
explain abt union t/r?
Target is zero file and how can you send the email?
How did you handle performance issues If you have data coming in from multiple sources, just walk thru the process of loading it into the target
Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?
Can we insert and update a target table without using update strategy transformation?How?
How can you validate all mappings in the repository simultaneously?