if the session fails after 100 records agian we have to
starts the
session or we go for recovery session
Answers were Sorted based on User's Feedback
Answer / guest
informatcia server has 3 methods to recovering the
sessions.
1)Run the session again if the Informatica Server has not
issued a commit.
2)Truncate the target tables and run the session again if
the session is not recoverable.
3)Consider performing recovery if the Informatica Server
has issued at least one commit.
Use performing recovery to load the records from where the
session fails.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / rekha
U CAN GO FOR PERFORMACE RECOVERT ,IF THE SERVER PERFORMS
ATLEAST ONE COMMIT
| Is This Answer Correct ? | 2 Yes | 1 No |
I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible
In session log thier should not be a single error how will u do
source table have 3 records? and it is sucessfully loaded into target. and 4more records is added in to source .that means 7 records now in source. we have to load the remaining 4 records into the same trgt table with maintian top 3 records. how ?can any one give me the data flow of this logic plz?
how eliminate the duplicates in flat file with out using sorter ,aggregater
in mapping i have one source and five targets in that data will be loaded into four targets properily in one target the data is not loaded how will u rectify
Label in Informatica. How to remove existing Label.
what are the transformations that are used in data cleansing ? and how data cleansing takes place ?
why we use source qualifier transformation?
Data is passed from one active trans and one passive trans into a passive transformation.Is the mapping valid or invalid?
COM components can be used in Informatica
How to do the error handling of if ur source is flatfiles?
What is the session task and command task?