I have source table 100 records after run session successfully but loads the target table 50 records only what happened that 50 records and how can i load remaining 50 records

Answers were Sorted based on User's Feedback



I have source table 100 records after run session successfully but loads the target table 50 records..

Answer / shiva

just truncate table once and run the session again (or)
in session properties just checke the recovery stratagy as
resume from last check point

if i am wrong plese currecct me

Is This Answer Correct ?    4 Yes 1 No

I have source table 100 records after run session successfully but loads the target table 50 records..

Answer / ahalya inturi

"Restart the session" . if the integration service has not issued at least one commit.
(or)
perform "Session Recovery" if the integration service has issued atleast one commit.
the I.S reads row id of last row commited from OPB_SRVR from repository table.
the I.S reads all the data from source , start processing from next row id..
we can perform session recovery when only target load type is normal. it can not support in bulk loading..

Is This Answer Correct ?    4 Yes 2 No

I have source table 100 records after run session successfully but loads the target table 50 records..

Answer / guest

use dynamic lookup cache so that u can load the data after
load 50 records

Is This Answer Correct ?    1 Yes 0 No

I have source table 100 records after run session successfully but loads the target table 50 records..

Answer / sunny

Did you check if there is any filter in between ?

Is This Answer Correct ?    0 Yes 0 No

I have source table 100 records after run session successfully but loads the target table 50 records..

Answer / lakshmi

If no errors, check if you have set "test rows" to 50 in session property.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Informatica Interview Questions

I have 5 sessions s1,s2,s3,s4 & s5 and i want execute s1,s2,s3,s5 after s4. How?

8 Answers   DELL,


Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y

2 Answers   Amazon,


Can we call a stored procedure from a unix script which is run using command task

1 Answers   TCS,


.prm wirh repalce .txt is possible?

2 Answers  


What is the Difference between PowerPlay transformer and power play reports?

1 Answers  






In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?

1 Answers   iNautix,


For stage table data processing, suppose in first run we processed 8 records out of 10 records then in 2nd run we should consider only not processed records (here total no of records =2) along with new records which got loaded in stage table thru real time mapping. Note : In this example, 8 records are those records for which we got transaction number after lookup on trn_no_cod table and 2 records for which lookup returns trn_no as NULL

1 Answers  


What are the different clients of powercenter?

0 Answers  


in performance wise union is past,union all is past

2 Answers  


update strategy transformation in informatica

0 Answers   Informatica,


What are the advantages of informatica?

0 Answers  


Converting Rows to columns I have Relational source like his. JAN FEB MAR APR 100 200 300 400 500 600 700 800 900 100 200 300 I need to convert these rows into columns to the targe. MONTH TOTAL JAN 1500 FEB 900 MAR 1200 APR 1500 Please experts help me

5 Answers   HP,


Categories