how to run two workflow(not a sessions) sequentially, what
is the process. Plz explain detailed information.
Answer Posted / jayeshmumbai
I would use following methods
1. Create a KSH to call (pmcmd startworkflow) two workflows
one after another (or two statements in ksh). And if
required, I can check successful run of previous workflow
before running another.
2. Make use of command object in second workflow. This
object will be based on ksh which can wait on file created
by successful run of first workflow
3. Make use of even wait task as file watcher and watch a
file created by first workflow.
4. Crude way: Determine workflow execution time. Schedule
two workflows by considering execution time difference.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How you can differentiate between connected lookup and unconnected lookup?
What is fact table? Explain the different kinds of facts.
How to do unit testing in informatica? How to load data in informatica ?
COM components can be used in Informatica
What is informatica etl tool?
How you prepared reports for OLAP?
What is dimensional table? Explain the different dimensions.
What is informatica metadata and where is it stored?
explain about unit testing? in real time?
What is flashback table ? Advance thanks
WHAT IS EDM?WHAT IS THE USE IN INFORMATICA? chandumba2005@gmai.com
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
How to handle decimal places while importing a flatfile into informatica?
Explain the aggregator transformation?
r u done any partitions in ur project?