Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is a command that used to run a batch?

4 Answers  


What is the benefit of partitioning a session?

0 Answers  


What is workflow manager?

0 Answers  


Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?

6 Answers  


HOw can we load the normalised data ( Vertical data) to (Horizontal data)with out using decode in the expression transformation and the aggregator transformation. But, what exactly I want is .. If we have million of records,it is not possible using decode and search for that Particular Id to pivot into Horizontal data... Can any one of guys please help me in this regard.....

3 Answers   TCS,


Explain reference cursor?

1 Answers  


suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?

3 Answers   TCS,


how to get max value record into one target and remaining records into another target?

2 Answers   Accenture,


if i have a file having record sal=10000,and when use router with two groups having condition sal>5000 in one group,sal>7000 in other group.and if two groups connected to two targets.in which target sal=10000 will go?

9 Answers   BirlaSoft, Genpact, L&T, Syntel,


What are the Differences between static cache and dynamic cache?

1 Answers  


How can we delete duplicate rows from flat files?

0 Answers  


How to call shell scripts from informatica?

0 Answers  


Categories