how to run 2 workflows sequentially. plz respond what is the
process?

Answers were Sorted based on User's Feedback



how to run 2 workflows sequentially. plz respond what is the process?..

Answer / hari

we can run the workflow sequentially .for that we need to
write a ksh shell scripts or batch command and use cmd
command

Is This Answer Correct ?    17 Yes 1 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / master

Worklet will contain group of sessions.

Is This Answer Correct ?    15 Yes 1 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / kamleshmishra291

to execute workflows in sequence we can use file watch mechanism
in first worklet create a touch file after successful run and in second worklet use event wait (file watch mechanism) looking for a file at a particular location.

Is This Answer Correct ?    2 Yes 0 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / ganesh prasad

we have to create worklet . a worklet can be used to run
multiple workflows. a worklet is created with worklet
desinger tool.

Is This Answer Correct ?    14 Yes 13 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / usha

we can run 2 workflows sequentially.

by creating 2 WL..

wl contains set of reusable session..

wf---->wL---->wL

if 2 wf are in same repository..


===============================
if 2 wf are in different repository we set the dependence..
by using shell script..

script one is used to run the first wf..
after running the wf1 it will creates a zero bye file..

if it doesnt not create zero bye file it will for 6loop
times..each loop will wait for 5min..for zero bye file

if file avalible it will start running the second script to
run second WF..if file not avalibel..

i will send a mial...
by using mailX command

Is This Answer Correct ?    0 Yes 2 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / james

Hi Guys,

We can run 2 sequentially by scheduling the workflows at
the same time.

Is This Answer Correct ?    1 Yes 3 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / vijay reddy

We can do using Event Raise & Event Wait tasks in workflows

Is This Answer Correct ?    17 Yes 20 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / mr.know it all

hello shalu..workflow is not grp of worklets..

a worklet is a grp of workflows

Is This Answer Correct ?    4 Yes 15 No

how to run 2 workflows sequentially. plz respond what is the process?..

Answer / shalu

I think here is just a confusion of concept of worklet and
workflow.
A worklet is a group of mappings.
A workflow is a group of worklets.

(A Worklet cannot include workflows, not even a single
workflow)

As I understand, you have created two workflows (group of
mappings).

Instead Create two worklets and then add these worklets in
a workflowin the executed sequence.

Is This Answer Correct ?    6 Yes 25 No

Post New Answer

More Informatica Interview Questions

HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?

7 Answers   Patni, Wipro,


what is sql override?what is the use of it?

4 Answers   Sonata,


1:when we develop a project what are the performance issue will raise?? KPIT 2:if a table have INDEX and CONSTRAINT why it raise the performance issue bcoz when we drop the index and disable the constraint it performed better??KPIT 3:what are unix commands frequently used in informatica??

1 Answers   KPIT,


what is the mechanism of the Master-Detail joining condition?

6 Answers   IBM, Patni,


How to call shell scripts from informatica?

0 Answers  






while for 100 records in source table loaded sucessfully in trgt table . assume ,session will take 10min or 5 min to successfully succeeded. then 100 million records r there in source how much time will take by session to succeeded. there no fail ok.trgt table will load 100 million records with out any errors . don't tell perfect time . assume your self how much time to succeeded?

1 Answers   IBM,


What is the internal processes of integration server in Informatica? How data will be extract and load to the target?

0 Answers   TCS,


Dimension Object created in Oracle can be imported in Designer Cubes contain measures

0 Answers  


What is the difference between a shortcut of an object and copy of an object? Compare them.

3 Answers  


What is rank transformation in informatica

0 Answers   Informatica,


What is session task and command task?

0 Answers  


What is IQD file?

1 Answers  


Categories