Hi all, iam new to informatica, can anyone tell me what is unit testing & how it is done? thank u
3 11794we have a parameter file in Unix location where we have .txt files and those file will be used as source in informatica. I cannot use source file name directly as file name will keep on changing in unix location. I need to define $$InputFile as parameter. Can anybody send me the parameter file and the steps to handle this.
2 18066how the server recognises , if the session fails after loading the 100 records in to the target
TCS,
2 10010i have different sources in different databases ,that sources may be 100 tables i want to load these tables in to single target how to pearform the task
14 23910if the session fails after 100 records agian we have to starts the session or we go for recovery session
TCS,
2 10247Post New Informatica Questions
What are the settings that you use to configure the joiner transformation?
How you prepared reports for OLAP?
Hi friends I want to know about what r the dimensions in the banking porjects and genarally how many tables r in project ?
How to improve the performance of a session using sorter transformation?
How to start a workflow using pmcmd command?
How to implement security measures using repository manager?
What is the difference between router and filter?
Differentiate between joiner and lookup transformation?
What are the different lookup cache(s)?
What is a dimensional model?
can u any challenge your project?
What is DR strategy for Informatica project?
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
Is it possible to define a single node as a Gateway node as well as worker node?
What are the types of caches in lookup?