If I have set the property Treat Source Rows as Insert and
for the target properties I have checked the boxes Update as
Update, what will happen to incoming rows?
What exactly is the use of these check boxes and in which
scenarios we use them. Also what is the sequence in which
informatica understands these properties.Does it takes
whatever is defined in treat source rows as property or it
is in any other way. Please explain.
Answers were Sorted based on User's Feedback
Answer / sandeep
(Q) If I have set the property Treat Source Rows as Insert
and for the target properties I have checked the boxes
Update as Update, what will happen to incoming rows?
Answer:
- When you set propery Treat source rows as Insert and also
checked Insert in target properties then IS will treat all
source rows as inserts.
- If you miss to check insert option in target properties,
all the source records will be rejected.
- If at all you also set properties like update and delete
along with insert in target properties, it will ignore
update & delete options and treat source rows as inserts.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / sukanta
If I have set the property Treat Source Rows as Insert and
for the target properties I have checked the boxes Update as
Update, what will happen to incoming rows?
Ans-
All records will be reject if you not enable insert
option.Additionally what option you choose no matter.
What exactly is the use of these check boxes and in which
scenarios we use them. Also what is the sequence in which
informatica understands these properties.Does it takes
whatever is defined in treat source rows as property or it
is in any other way. Please explain.
By default the treat source row is always Insert option.If
you use a update strategy transformation in mapping it will
converted to Data Driven,it means what operation will
happen(insert,update &delete) will be finalized in update
strategy.Update strategy has 4
parameter(dd_insert,dd_update,dd_delete & dd_reject).As per
your parameter logic the record will tagged for target
operation.As example Insert tag for a record means it will
insert in the target table if target insert option is
enabled.Otherwise the records will be rejected.Likely for
delete and reject.But for update tag in target there are 3
options update as update,update as insert and update else
insert.if you choose any of last two it will insert the the
record in target if simultaneously insert option is enabled.
There is no order of operation only based open the options
you choose.
Think it clear all.
Regards
Sukanta
| Is This Answer Correct ? | 10 Yes | 5 No |
Answer / sumit
Session Will Fail. Unable to Insert into the Target table error.
Please correct me if i am wron
| Is This Answer Correct ? | 5 Yes | 5 No |
my source is a comma delimited flatfile as eno, ename, sal 111,sri,ram,kumar,1000 and my target should be eno ename sal 111 sri ram kumar 1000 i.e; we need to eliminate the commas in between the data of a comma delimited file.
How to load data into 3 target tables which are in different schema but with the same name and same relational connection at infromatica level ? How to differentiate while loading ? and how to load ?
what is the end to end process meaning in my project(my project is development)and functionality plz tell me
What is a poling?
what is lookup chache?
What are the main features of Oracle 8i with context to datawarehouse?
1 2 3 * 4 5 6 * 7 8 9 how to load records between two stars(*),
What are the different threads in DTM process?
in my source table i want to delete first and last records and load in between records into target? how can it possible?
3 Answers HCL, Thomson Reuters,
what are the limitations for bulk loading in informatica for all kind of databases and transformations?
What are the data movement modes in informatica?
Debugger what are the modules, what are the options you can specify when using debugger, can you change the expression condition dynamically when the debugger is running.