1,If there are 3 workflows are running and if 1st workflow
fails then how could we start 2nd workflow or if 2nd
workflow fails how could we start 3rd workflow?

Answers were Sorted based on User's Feedback



1,If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workfl..

Answer / james

When 3 workflows are running sequentially,we can definitely
give the dependancy condition by using LINK condition
between the first two workflows as "Failed".
i.e. the second workflow gets started only when first
workflow is failed and same can be applied between second
and third workflows.
Guys any suggestions please let me know.

Thanks,
James.

Is This Answer Correct ?    6 Yes 1 No

1,If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workfl..

Answer / abhinav prakash

1.We can have a command task at the end of 1st and 2nd workflow.
2.the command task from the first wf will send out a trigger
file for the 2nd workflow.
3.we can use event wait task before the 2nd wf and it ll
wait for the trigger file from the frst wf and once its
available will intiate the 2nd wf.
4.Same logic for the third workflow.

Is This Answer Correct ?    6 Yes 1 No

1,If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workfl..

Answer / chiranjeevi

We can handle through unix scripts(Job). Using pmcmd
command you can find the status of the first workflow .IF
First wf failed then you can run the second workflow using
pmcmd command.The same thing applicable for 3 wf also.

Please correct me if i am wrong.

Thanks
Chiranjeevi K

Is This Answer Correct ?    2 Yes 0 No

1,If there are 3 workflows are running and if 1st workflow fails then how could we start 2nd workfl..

Answer / dharmendra singh

two ways to do this 1: Use worklet for each workflow and
create and workflow with these worklets and create
dependency. 2: Use a scheduling tools such as control M or
Autosys JIL to create dependency among workflows.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Informatica Interview Questions

What is event and what are the tasks related to it?

0 Answers  


Source (Flatfile) - Target (1-1 mapping). How to load first or last 20 record to target?

5 Answers   Flextronics,


if the session continuous run what can we do. means shall we stop the session or abort session. what is the correct reasion. why this situation occurs

1 Answers  


In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?

1 Answers   iNautix,


I need the output file in the below format using Informatica. __0946684800__ 6 1 3 1 5 1 6 1 10 1 6 10 Pos State Time Split AgentID Reason Spaces Code in Code Spare state ______ ___ _____ ______ __________ ______ 1234 14 0 4321 3103 abcd 4321 15 5 123452 3150 Can someone help please?? We need the data in space-delimited, fixed ASCII format .

0 Answers   Amazon,






how did u understand business requirement?

2 Answers   TCS,


What is the target load order?

3 Answers   HCL, Informatica,


What is a test load?

1 Answers  


What is the main difference between a Joiner Transformation and Union Transformation?

5 Answers  


TELL ME ONE COMPLEX MAPPING IN UR PROJECT? chandumba2005@gmai.com

0 Answers   TCS,


how to get the first row without using rank t/r?

7 Answers   iGate,


What is powercenter on grid?

0 Answers  


Categories