Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I have a scenario which load the data frm single source to
2 targets as T1, T2, and T1 have a P.K and T2 have F.K
relations. first data has to load in T2, and then data load
to T1 if that record exist in T1... how can we acheive it?

Answer Posted / babu

Hi raviKumar,

I think u r question has small mistake that is first data
has to load in T1 then only load T2.


By using "Constraint Based load ordering" option u can
achieve this.This option is available in 'Config object'
tab in Session Tabs

(General,Properties,Config
objects,Mapping,Components,Metadata Extensions)

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does update strategy mean, and what are the different option of it?

1034


How to implement security measures using repository manager?

1078


What is informatica metadata and where is it stored?

931


Why union transformation is an active transformation?

992


rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg

1917


What are connected or unconnected transformations?

1048


Explain scd type 3 through mapping.

916


What are some examples of informatica etl programs?

884


What will happen if the select list columns in the custom override sql query and the output ports order in sq transformation do not match?

912


Can we create a Integration service without a Repository service and vice versa?

1169


What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?

1104


Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?

981


How do you remove duplicate records in informatica? And how many ways are there to do it?

1106


How to generate or load values in to the target table based on a column value using informatica etl tool.

1014


write a query to retrieve the latest records from the table sorted by version(scd)

997