Hi,
What is exactly node ? what is exactly domain ?
How loadbalancer will work ? what is Integration service
(IS) ?
Can anyone give me exact scenario when I click on start
workflow in the workflow manager ?
(Note : I am not expecting answer like, node means logical
representation of a machine and domain will contain multiple
nodes .I gone through Informatica help but I couldn’t
understand. I am expecting exactly what is happening in
background detailed explanation or Pictorial representation
will be highly appreciation )
Advance thanks
Answer Posted / krishna barik
Whenever we run the session. The Integration service(IS)
first validate workflow and after that it create two
process-
1)Load Balancer
2)DTM Process
Load Balancer- This is First process run by IS. It
dispatches tasks to nodes and identify the best node to run
a task.
DTM Process- This is second process created by IS.DTM
process create and manage threads that carry out session
task.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the conditions needed to improve the performance of informatica aggregator transformation?
How can a transformation be made reusable?
can anyone suggest best free Talend data integration training online
What are the new features of Power Center 5.0?
update strategy transformation in informatica
can anybody send me some real time screenshots of mapping in informatica powercenter. i will be vary thankful to him. my e-mail id :- prakashkumar.kumhar@gmail.com
what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?
What is option by which we can run all the sessions in a batch simultaneously?
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
What is lookup transformation?
What are the different options available for update strategy?
Explain sessions?
what are the deliverables?in your project?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks