i have a wf like wf-->s1-->s2-->s3-->s4
first start s1 later s2
later s3 here my session s3 have to run 3 times later start s4?
Answers were Sorted based on User's Feedback
Answer / ankit
I believe this can be achieved through Assignment task set a
variable var = var+1 & check mod(Var/3)=0 .
Other not so good approach as you are increasing more code.
create S3 in another workflow & call it from PMCMD command.
Please let me know if some one has a better approach .
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / abhinaw prakash
We have have the workflow as
S1->S2>cmd_task->cmd_task->cmd_task->S4.
Here in the command task u can call the workflow having only
that particular session(S3).
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / gazulas
simple:-
Wf-->s1-->s2-->s3-->Instance_of_s3--->Instance_of_s3-->s4
| Is This Answer Correct ? | 1 Yes | 4 No |
What is meant by active and passive transformation?
Describe an informatica powercenter?
Without using Lookup & Sequence Generator, How to generate Sequence?
why we r using presql&postsql in source qualifier?
There are 100 lines in a file. How to print line number 31-50 and 81-90 in unix with a single command.
What is a mapplet/worklet in informatica?
What is Micro Strategy? Why is it used for?
what is data driven in update strategy transformation?
can we use union transformation in joiner transformation?how?
1 Answers Dabur, Tech Mahindra,
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
I have a scenario which load the data frm single source to 2 targets as T1, T2, and T1 have a P.K and T2 have F.K relations. first data has to load in T2, and then data load to T1 if that record exist in T1... how can we acheive it?
Can i create a lookup table without cache.