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

SOURECE Name id dept sal 1 a1 A 100 2 b1 B 200 3 c1 C 300 4 d1 D 400 TARGET: Name id dept sal 1 a1 A 100 2 b1 B 200 3 WER1 567 300 4 d1 D 400 I HAVE SOURCE AND TARGET. HOW TO VALIDATE DATA? TELL ME 5 STEPS ABOVE TABLE?

1 Answers   IBM,


WHat all joins are there in Source Qualifier?

1 Answers  


What is an aggregator transformation?

0 Answers  


what r the transformations that r not involved in mapplet?

8 Answers   Wipro,


What is galaxy shema

2 Answers   CGI,






what is incremental aggregation ,with example?

2 Answers  


which one is better performance wise joiner or look up

0 Answers   Informatica,


If no. of source columns is changing every time (First time it is 10 next time it is 20 so on). How to deal with it without changing mapping?

9 Answers  


Is it possible to define a single node as a Gateway node as well as worker node?

0 Answers  


If we use only lookup transformation in a mapping ie, SourceQualifier-->Lookup --> Target. , here datas are taking very long time to load in target., so what are steps to improve the performance in that mapping???????

2 Answers  


Why we use partitioning the session in informatica?

2 Answers  


what is the incremental agrrigation?

2 Answers   Cap Gemini,


Categories