How to recover sessions in concurrent batches?



How to recover sessions in concurrent batches?..

Answer / nagaraju bhatraju

when we use concurrent process to load when session
fails ...all other session will run normally and load the
data..the failed session will considered as a standalone
sesion ...and we have perform recovery for the failed
session.
there three type where we can recover a failed session

1.start the session again if the Informatica server doesnt
perform the commit

2.else perform recovery on the session

3. if we can recover the session truncacte the data from
target table and run the session.


Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More Informatica Interview Questions

tell me the push down optimization

2 Answers   Wipro,


How do schedule a workflow in Informatica thrice in a day? Like run the workflow at 3am, 5am and 4pm?

3 Answers   Logica CMG,


My source table look like ID Name Location Salary 1 ran NULL NULL 1 NULL DELHI NULL 1 NULL NULL 1000 I want my output to look like ID Name Location Salary 1 ran Delhi 1000 What should be my approach to design a informatica mapping. Assuming my source is flat file not a Relation table so i cant use SQL.

2 Answers   BirlaSoft,


explain about lookup t/r?

1 Answers   IBM,


What is difference macros and prompts?

2 Answers  






how can send duplicate records to one tableand non duplicate records to one table with simple clear mapping?

5 Answers   DELL,


IN SCD TYPE 1 WHAT IS THE ALTERNATIVE TO THAT LOOKUP TRANSFORMATION ?

4 Answers   HP,


write sql query following table pname description lux soap sunsilk shampoo lux shampoo sunsilk soap clouseup soap closeup paste i want the output like pname description lux soap sunsilk shampoo lux soap sunsilk shampoo closeup paste closeup paste

1 Answers   TCS,


What is data merging, data cleansing and sampling?

6 Answers   Satyam,


permutations of mapplet

0 Answers   TCS,


What is a diff between joiner and lookup transformation

16 Answers   CTS, Satyam, TCS, UHG,


my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4

2 Answers   Zensar,


Categories