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?
Answer Posted / 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 |
Post New Answer View All Answers
How do you convert single row from source into three rows into target?
What is the difference between source qualifier transformations source filter to filter transformation?
What the difference is between a database, a data warehouse and a data mart?
Differentiate between reusable transformation and mapplet.
Explian the Process of deployment groups in informatica
Mention some types of transformation?
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 .
Explain why we use partitioning the session in informatica?
What is source qualifier transformation in informatica?
What is update strategy transform?
can you please explain me pre session and post session options?
Explain constraint based loading in informatica
What is a filter transformation?
How to do unit testing in informatica? How to load data in informatica ?
I have 10 columns in a flat file and 10 rows corresponding to that columns. I want column number 5 and 6 for last five records. In unix as well as informtica.