How informatica process data means how informatica works?
Answers were Sorted based on User's Feedback
Answer / shalaka kulkarni
When work flow starts integration service retrieve mapping ,workflow ,and session form repository,It extract data from mapping sources and store in staging area apply transformation logic .then load it into target according to requirement. For that it uses three components:
Integration service process
Load balancer
DTM process
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / uday
Hi, What is the staging are here you are speaking
about...Is that on Informatica server database OR soruce
database OR target database?
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS THE DIFFERENCE BETWEEN .NET AND INFORMATICA?
What are the types of maping in Getting Started Wizard?
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
What are the types of lookup caches?
10 Answers Accenture, IBM, Informatica,
what are presession,postsession success and postsession failure commands ?
Explain the scenario which compels informatica server to reject files?
what is unit testing?tell me proceedure
Input flatfile1 has 5 columns, faltfile2 has 3 columns(no common column) output should contain merged data(8 columns) Please let me know how to achieve ??
How can i set break points in debugging mode ? can explain steps please?
what are the perameter and variable?
Hi, As shown below i have repositories under that some folder are there . Between these repositories and folder some thing is there.I want to know what is that? repositories repo1 repo2 repo3 IS_## IS_## IS_## Folder1 Folder2 Folder3 - - - Here i want to what IS_## represents ? Advance Thanks
scenario: dept_no emp_nem 10 A, 10 B, 10 C, 10 D, 20 P, 20 Q, 20 R, 20 S output: dept_no emp_nem 10 A, 10 AB, 10 ABC, 10 ABCD, 20 ABCDP, 20 ABCDPQ, 20 ABCDPQR, 20 ABCDPQRS