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

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,


How many repositories can be created in informatica?

1 Answers  


what is galaxy repository?

2 Answers  


Is snow flake or star schema used? If star schema means why?

4 Answers   CTS, Sonata,


How we can create indexes after completing the loan process?

0 Answers  


what are the types of Data warehousing ?

1 Answers  


Source Qualifier is an active t/r but there is no change of row count then y should we called it active t/r & Router , sorter some times no change in row count then Y we called its active t/r?

2 Answers  


What are the issues you have faced in your project? How did you overcome those issues?

0 Answers   CTS, FEEE, TCS,


Explain the scenario which compels informatica server to reject files?

0 Answers  


How to display null values on a target & non-null values on a target?

3 Answers  


Can we update a target table (without primarykey) by using update strategy transformation?

4 Answers   TCS,


In informatics server which files are created during the session rums?

0 Answers  


Categories