InterviewSolution
| 1. |
How Can You Complete Unrecoverable Sessions? |
|
Answer» Under certain circumstances, when a session does not complete, you need to truncate the target tables and run the session from the beginning. Run the session from the beginning when the Informatica Server cannot run recovery or when running recovery might RESULT in INCONSISTENT data. If there is no recovery mode on in session and workflow failed in mid of execution then
Under certain circumstances, when a session does not complete, you need to truncate the target tables and run the session from the beginning. Run the session from the beginning when the Informatica Server cannot run recovery or when running recovery might result in inconsistent data. If there is no recovery mode on in session and workflow failed in mid of execution then |
|