Draw a workflow diagram for this situation. If s3 is true
session s4 and s5 should concurreently Run.if any one s4 or
s5 true it should run s1.If s1 sucess it should execute s2
otherwise exit.can any one give me suggestion.Thanks in
advance.
Answer Posted / pg
1. Create S3.
2. Connect it to S4 and S5 prallell. Check if
PreviousTaskStatusS3 =
succeeded in the connecting link.
3. Once S3 is successfully executed it will start S4 and S5
4. Connect s4 and s5 to session s1 and Check if
PreviousTaskStatusS3 =
succeeded in the connecting link and in general tab of
session choose the option treat
input rows as 'OR' .
5. This will allow you to move ahead incase either of S4 or
S5 is succeeded.
6.Connect it to S2 using the same PreviousTaskStatus =
succeeded in the lnk.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to create the list file having millions of flat files while indirect loading in informatica? In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
I have a mapping loading 100 records and it failed on 20th record. how to recover it without changing anything.(in prod where we don't have any access).. (the session should should start from 21 record)
Difference between Target-based loading and constraint-based loading?
How identifying bottlenecks in various components of informatica and resolving them?
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.
What is deployment group?
generate date / time dimension in informatica
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
What is meant by pre and post session shell command?
Where do we use mapping variables in informatica?
What do you understand by SOA of Informatica?
What is dimensional table?
What are the types of lookup transformation?
Explain Dataware house architecture .how data flow from intial to end?
What are the limitations of joiner transformation?