If a session fails after loading of 10,000 records in to the
target. How can you load the records from 10001 th record
when u run the session next time?

Answers were Sorted based on User's Feedback



If a session fails after loading of 10,000 records in to the target. How can you load the records f..

Answer / rekha

U CAN DO IT BY PERFORMANCE RECOVERY
WHEN THE SERVER RUNS THE RECOVERY SESSION , SERVER READS
THE DATA FROM OPR_SRVR_RECOVERY TABLE AND NOTES THE ROW ID
OF THE LAST ROW COMMITTED TO THE TARGET TABLE ,THEN
INFORMATICASERVER READS THE ENTIRE SOURCE AGAIN AND PROCESS
THE DATA FROM NEXT ROW
BY DEFAULT PERFORMANCE RECOVERY IS DISABLE ,HENCE IT WONT
MAKE ANT ENTRIES IN TO OPR_SRVR_RECOVERY TABLE

Is This Answer Correct ?    5 Yes 0 No

If a session fails after loading of 10,000 records in to the target. How can you load the records f..

Answer / swetha

As explained above informatcia server has 3 methods to
recovering the sessions.Use performing recovery to load the
records from where the session fails.

Is This Answer Correct ?    2 Yes 0 No

If a session fails after loading of 10,000 records in to the target. How can you load the records f..

Answer / srini

By setting session property as Resume last check point you
can acheive the same.Make sure that all recovery tables
PM_RECOVERY,PM_TGT_RUN_ID is created in the target database
or Realtion connection User have the
create,grant,insert,update previliages on target database.

Is This Answer Correct ?    1 Yes 0 No

If a session fails after loading of 10,000 records in to the target. How can you load the records f..

Answer / ambarish

In the workflow manager you have option go to workflow----
>EDIT---check this box suspend on error
if the work fails after loading 10000 records with error
you can correct the error and restart the workflow which
will load strating from 10001.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Informatica Interview Questions

On which transformations you created partitions in your project?

0 Answers   Cap Gemini,


What is informatica? What exactly are the practical uses in real world

2 Answers  


In update strategy target table or flat file which gives more performance ? why?

7 Answers  


source is a flat file empname, empno, sal ram, 101, 1,000 sam, 102, 2,000 ques: my target needs the data to be loaded as sal -1000 and 2000 excluding commas target empname, empno, sal ram, 101, 1000 sam, 102, 2000 how to implement this?

5 Answers   Polaris,


What is 'PowerCenter Pushdown Optimization Option' in INFORMATICA ?

5 Answers  






why we use source qualifier transformation?

16 Answers   Accenture,


Explain dynamic target flat file name generation in informatica

0 Answers   Informatica,


if suppose i have 3 columns namely 1,2,3 in table a and 1,2,3 in table b Now in table a 1,2 and table b 1,2 columns are having same data.now based on this two columns either data should get inserted or updated. How do i write a sql query to check whether the data is populated correctly or not

2 Answers   Cap Gemini,


What is aggregate awareness?

1 Answers  


how to call lookup qualifer in unconnected look;up

1 Answers   BirlaSoft,


Why is meant by direct and indirect loading options in sessions?

4 Answers  


i have two sources both is oracle database . one is coming from USA database and another one is coming from U.k database .i am using source qualifier transformation to join this.as that time in session level source properties which path i need to give to retrieve that data. thanks bala 09619894486

2 Answers   Accenture,


Categories