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

I'd like the load to be triggered by client. By placement of a file or somehow. How is it done in Informatica? I'm using version 7.1.4 This is so urgent - I really appreciate your help :-)

3 Answers   Alcatel-Lucent, ECI Telecom,


What is Performance tuning in Informatica?

1 Answers   CTS, GE, TCS,


How to start a workflow using pmcmd command?

0 Answers  


What is a poling?

2 Answers  


How can we delete duplicate rows from flat files?

0 Answers  






what is Partitioning ? where we can use Partition?

2 Answers   IBM, TCS,


How to generate sequence numbers?

0 Answers  


What are the types of lookup?

3 Answers   Wipro,


Explain lookup transformation is active in informatica

0 Answers   Informatica,


What is the benefit of session partitioning?

0 Answers  


How is Source Side push down optimization different to just providing a SQL override in Source qualifier transformation.

0 Answers  


Major difference between SQL override and Lookup Sql override

1 Answers  


Categories