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 |
how many types of dimensions are available in informatica?
What is the difference between lookup override and souce qualifier override ?
Explain lookup transformation source types in informatica
Explain Dataware house architecture .how data flow from intial to end?
I have id, seq_no date, bill_amt and weight 1,11,'01-Jan-2014',100,2 2,12,'01-Jan-2014',40,5 3,13,'01-Jan-2014',32,5 4,14,'01-Jan-2014',98,2 5,15,'01-Jan-2014',105,3 6,16,'01-Jan-2014',11,3 1,11,'02-Jan-2014',40,2 2,12,'02-Jan-2014',100,5 3,13,'02-Jan-2014',132,5 4,14,'02-Jan-2014',198,2 5,15,'02-Jan-2014',15,3 6,16,'02-Jan-2014',16,3 Now I need output as date MXAMT_LSTWGHT MINAMT_GRTWGHT 01-Jan-2014 100 32 02-Jan-2014 198 100 Could not think of mapping to do so. Please help
How to create or import flat file definition in to the warehouse designer?
What is the expected value if the column in an aggregator transform is neither a group by nor an aggregate expression?
how we can load rejected record's at run time?(not through bad files)
How to transform normalized data to denormalized form in informatica? Is there any logic or any transformations to achieve this?
i have an aggregater in my mapping and no group by port on any column and i ampassing 100 rows through aggregater,so how many rows i will get as out put from aggregater
What is the sql query overwrite in source qualifier in informatica
how can u load the data in time dimension?