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



i have a wf like wf-->s1-->s2-->s3-->s4 first start s..

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

i have a wf like wf-->s1-->s2-->s3-->s4 first start s..

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

i have a wf like wf-->s1-->s2-->s3-->s4 first start s..

Answer / gazulas

simple:-

Wf-->s1-->s2-->s3-->Instance_of_s3--->Instance_of_s3-->s4

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Informatica Interview Questions

What is the actual work done in Development and in the production depts in building a datawarehouse. Which dept is more interesting and career oriented .

1 Answers  


Explian the connected and unconnected lookup transformation

1 Answers   Informatica,


what is dimension table?

17 Answers  


What are the two modes of datamovement in informatica sever?

2 Answers  


How can repository reports be accessed without sql or other transformations?

0 Answers  






how many data models u have done in informatica project?

2 Answers   TCS,


What are the uses of a Parameter file?

3 Answers   CSC,


Define error Threshold?

1 Answers  


Explain in detail scd type 2 through mapping.

0 Answers  


in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna

5 Answers   Cap Gemini,


My source data like... Empid Name 10 chandra 10 sekhar I am expecting result is Empid Ename 10 Chandrasekhar How can we solve this prob?

3 Answers   Cap Gemini,


i have a session which creates a file every time when i runs the session, but it replaces the first file with second file,i want to append the second file follwed by first file when i runs the session,how to achieve this?

1 Answers   Thomson Reuters,


Categories