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
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 |
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 |
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 |
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 |
Can we combine a flatfile and a database table using an UNION transformation?
how can i invoke pmcmd in command line prompt
in aggregator transformation we want to get middle record how to implement, source containg empno,name sal,deptno,address
What is mapplet in informatica?
What is deployment group?
What does cheating measurement mean?
What are the performance considerations when working with aggregator transformation?
How can you recover the session in sequential batches?
Two workflows are running at same time first workflow is succeeded but second workflow is failed but there is no dependencies?
How to compare Source and Target table, without using dynamic lookup?
Explain sessions?
What is exclusive and normal mode for repository services?