i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4
session after 5th session how will you do?

Answers were Sorted based on User's Feedback



i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / amedela chandra sekhar

wkf--s1----s2----s3---s4---Eventraise
eventwait-----s5

first run execute four sessions successfully eventraise task
give the signal to Event wait task to execute the session 5(S5)

Is This Answer Correct ?    17 Yes 3 No

i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / omkar

first s1, s2, s3, s4 are run at parallel mode, and these 4
sessions are conncet to s5
or
Use Decission Task

Is This Answer Correct ?    5 Yes 2 No

i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / usha

by using decission task we can run S5 after running
S1,S2,S3,S4--->decission task --->S5

Is This Answer Correct ?    2 Yes 1 No

i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / nidhi

we can do one thing also very simple .
s1----\
s2-----\_______|->s5
s3-----/
s4----/

Is This Answer Correct ?    2 Yes 1 No

i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / davan

First 2 ams r they asked after 5th task execution then will
run.soo...workflow--s5--event wait
event raise--s1--s2--s3--s4

Is This Answer Correct ?    1 Yes 1 No

i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / chiky

connect the 5th session as first from start task and rest
of the 4 sessions followed by 5th session.

check fail parent option in first(5) session.

Is This Answer Correct ?    1 Yes 1 No

i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / 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

i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4 session after 5th session how will you..

Answer / vamsi

Write a post session command, touch some filename.trg
Then put event wait task in between session 4 and 5
Make that event wait task to look for created trigger file
And then session 5 starts

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

Please let me know how to make Data masking in informatica..

0 Answers  


if we are extracting 600000 records from a source table so how much volume of records frequently we load in warehouse. (Iknow its depend on client requirement) still i want to know how much volume of records store in warehouse.

2 Answers   IBM,


Can we use the mapping parameters or variables created in one mapping into another mapping?

1 Answers   Informatica,


Hi, If any hav Informatica n DWH FAQ's,Plz do fwd to vanibv6@gmail.com Thnx Vani

1 Answers  


Is informatica power center designer has 64 bit support?

1 Answers  






Difference between STOP & ABORT in Informatica.

3 Answers   Accenture, Wells Fargo,


We can't use sql override or other properties when using Flat file as source. Then what is the use of Source Qualifier transformation?

3 Answers  


What is the meaning of up gradation of repository?

0 Answers  


which transformation uses cache?

3 Answers   Keane India Ltd,


How can a transformation be made reusable?

0 Answers   Informatica,


Name the different lookup cache(s)?

0 Answers  


Difference between Data and Index Caches?

0 Answers   Informatica,


Categories