Consider two cases:
(1) Power Center Server and Client on the same machine
(2) Power Center Sever and Client on the different machines
what is the basic difference in these two setups and which is recommended?
Answers were Sorted based on User's Feedback
Answer / satyasudhir
only one person can access server if server and client are in same machine.
Lot of persons can access the server if both are different.
I mean to say...
Just you install the server in any Linux machine and configure u r local (one or more) machine to access that server.
correct me if I am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
That's absolutely correct. Client and Server should be in different machines because of security purpose, safety issues & obviously for more access.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are parallel querys and query hints?
how can we convert a column into row in informatica? Eg: INPUT- a x Output Like: a b c b y x y z c z
h0w many versions have been developed of onformatica so far?
How to extract sap data using informatica? What is abap? What are idocs?
What is source qualifier transformation in informatica?
what happens when a batch fails?
How to generate sequence numbers without using the sequence generator transformation?
write sql query vertical to horiozontal following table id name 1 100 2 dinesh 3 india 1 101 2 suresh 3 india 1 103 2 prakesh 3 usa i want output like id name country 100 dinesh india 101 suresh india 103 prakesh usa
WHAT IS USE OF SQL OVERRIDE IN SOURCE QUALIFIER? chandumba2005@gmai.com
Hi experts, table 1 has 10 records, table 2 has 5 records select * from table1, table2; What is the output for this query???....plz answer
In a mapping i have three dimensions. If i want to pass a same surrogate key value to all the three dimensions by using one sequence generator is possible?If the mapping is containing single flow? And in the same case if the mapping is contaning 3 flows for the three dimensions then by using one sequence generator can we populate surrogate key (same value) to all the three dimensions?
How do you remove duplicate records in informatica? And how many ways are there to do it?