What are the parts of Informatica Server?
Answer / vivekk
Informatica is a Service Oriented Architecture, which means it has Client component and Server component.
In order to start the server, we need to start the services first. Lets see about the Server in regards with this question.
The server stores the meta data and not the actual data. It has Repository and Integration services. The Server components has multiple Domain and Node.
Each Node has those Repository and Integration services.
Repository services are used to design the code
Integration services are used to execute the code.
Is This Answer Correct ? | 0 Yes | 0 No |
write sql query following source table jan feb mar apr 100 200 300 400 500 600 700 800 900 100 200 300 i want the output format like month total jan 1500 feb 900 mar 1200 apr 1500
How can we integrate different flat file data in a single mapping and with in a single execution
In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?
What are the diffrences between joiner transformation and source qualifier transformation?
How can you access the remote source into your session?
In how many ways we can create ports?
What are the mapping paramaters and mapping variables?
In Flat file, I need Header, Footer and No of rows in Last column. How will u achieve in Mapping Level(With out using Session Level Property)?
What is the Rankindex in Ranktransformation?
What is target designer and target load order?
Hi All, I've 110 records in my table but 101 records contains an error. When I run the session, I want to load the 100 records into the target. Can anyone suggest me the best solution for this... Thanks in Advance,
Hi can any one tell me the difference between persistence and dynamic caches? On which conditions we are using these caches?