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
Answers were Sorted based on User's Feedback
Answer / chiky
after installation, A new domain got created.
inside domain, nodes get created.
inside nodes, intergration service got created.
every intergration service runs its own associated
repository.
they are like hierarchy.
when ever you run a workflow, The DTM process of particular
intergration service runs the session in its associated
repository.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / c manojkumar
Hi Chiky,
Thanks for your answer.
Can you tell me when load balencer will start ?
Does Integration service starts it or the other ?
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a poling?
What is the difference b/w natural key and surrogate key
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b,the target shd be loaded as 1 a+b+c or 1 a||b||c, what transformations shd be used for this?
What are the different types of repositories created using informatica?
How can we trouble shoot the commas in a column of a comma delimited flat file in Informatica
How might one distinguish in the case of mapping is right or not without associating session?
Why can't we use few transformations in mapplet ? like xml and target defintions, seq etc ?
How mapping parameter and variable works
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
What is the difference between Active and Passive transformation?
what is mystery dimension?
what is the hint? how to use it to reduce the query processing in program?