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
What is the Process to creating lookup transformation in informatica
What do you understand by SOA of Informatica?
What is the use of code page?
What is different between the data warehouse and data mart?
How can you validate all mappings in the repository simultaneously?
Differentiate between Load Manager and DTM?
I have worked on Informatica 7.1.1. I want to know the answer for the below question. Target is not created initially.Then how to take the DDL script from the source and run the Mapping by creating the Target dynamically?Is it possible by SQL Transformation?
What is workflow manager?
What is meant by lookup transformation? Explain the types of lookup transformation?
Reusable transformation and shortcut differences
expain about the tune parameters?
What is fact table? Explain the different kinds of facts.
What are active and passive transformations?
What are the conditions needed to improve the performance of informatica aggregator transformation?
Workflow is long running due to long running sql query so when we refer the query plan it tells the issue is due to partition of the db table. How to handle this?