i have 5 session (s1,s,2,s3,s4,s5)i want to execute first 4
session after 5th session how will you do?
Answer Posted / amedela chandra sekhar
wkf--s1----s2----s3---s4---Eventraise
eventwait-----s5
first run execute four sessions successfully eventraise task
give the signal to Event wait task to execute the session 5(S5)
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
what are the deliverables?in your project?
Why filter transformation is an active one?
How to convert multiple rows to single row (multiple columns) in informatica
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
Mention some types of transformation?
Mention a few design and development best practices for informatica?
suppose in my source flatfile i have 10000 records in that some of master table records missed table records missed then what will u do
How you prepared reports for OLAP?
Define Pmrep command?
What is olap (on-line analytical processing?
In which transformation you cannot drag ports into it?
Is it possible to create multiple domains on a single Informatica server?
What is the difference between a repository server and a powerhouse?
Performance tuning( what you did in performance tuning)
5. Consider the following products data which contain duplicate rows. A B C C B D B Q1. Design a mapping to load all unique products in one table and the duplicate rows in another table. The first table should contain the following output A D The second target should contain the following output B B B C C