how to run two workflow(not a sessions) sequentially, what
is the process. Plz explain detailed information.
Answer Posted / subash
The best way is obviously to run WF1 and then call WF2
using PMCMD command in the last session of WF1(as a post
session task).If you absolutely want to ensure that the
second wf starts only after graceful completion of wf1 then
simply add a command task for the pmcmd and use the piple
to validate that the previous task is completed properly.
Please let me know if you are not clear or need more info.
Cheers!
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the need for an etl tool?
r u done any partitions in ur project?
Explain the types of lookup transformation?
What are the different types of repositories created using informatica?
update strategy transformation in informatica
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
Explain about Informatica server process that how it works relates to mapping variables?
what is song in infrmatica...?
if i hv 6 table as source table but can i make 12 as a dim table and 6 as fact table belongs to that src table.
Explain the code page compatibility?
how we can load rejected record's at run time?(not through bad files)
How an expression transformation differs from aggregator transformation?
What is the session task and command task?
If i have source as flat file. how can i store the header and trilor into one target and data into one more target. |------>target1(header+trailor) source------ |------>target2(data) can any one please help me
How can one identify whether mapping is correct or not without connecting session?