How do you handle two sessions in Informatica

Can any one tell me the option between the two session . if previous session execute successfully than run the next session...

Questions by ravi214u   answers by ravi214u

Showing Answers 1 - 12 of 12 Answers

Divya Ramanathan

  • Feb 28th, 2007
 

You can handle 2 session by using a link condition (id $ PrevTaskStatus = SUCCESSFULL)
or you can have a decision task between them. I feel since its only one session dependent on one have a link condition

  Was this answer useful?  Yes

Rdivya

  • Feb 28th, 2007
 

By giving a link condition like , $PrevTaskStatus = SUCCESSFULL

  Was this answer useful?  Yes

chsrikanth15

  • Mar 2nd, 2007
 

where exactly do we need to use this link condition (id $ PrevTaskStatus = SUCCESSFULL)

  Was this answer useful?  Yes

vizaik

  • Mar 24th, 2007
 

you can drag and drop more than one session in a workflow.
there will be linking different and is
sequential linking
concurrent linking
in sequential linking, you can run which ever session you require or if the workflow runs all the sessions sequentially.
in concurrent linking, you can't run any session you want.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions