How can you run a session without using server manager?
Using PMCMD command from command prompt.
Below link is helpful...
http://www.folkstalk.com/2012/10/pmcmd-command-usage-in-informatica.html
| Is This Answer Correct ? | 1 Yes | 0 No |
What is a passive transformation?
How the informatica server increases the session performance through partitioning the source?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
What is rank transformation in informatica
Differentiate between joiner and lookup transformation?
i have a source table ID NAME SAL 101 A 1000 102 B 2000 103 C 1500 target load should be ID NAME SAL 101 A 1000 101 B 2000 101 C 1500 102 A 1000 102 B 2000 102 C 1500 103 A 1000 103 B 2000 103 C 1500
One source and 3 targets 1st row-1st target 2nd row-2nd target 3rd row-3rd target 4th row-1ist target how will u do?
Make a note of the quantity vaults made in informatica?
What is Index Caches size?
in my source table one of column contains the data like vishnraju@gmail.com,suresh@yahoo.com,krishna@hotmail.com these records i need to send in target table as below format. vishnuraju,suresh,krishna
List the transformation used for the following: (1) Heterogeneous Sources (2) Homogeneous Sources (3) Find the 5 highest paid employees within a dept. (4) Create a Summary table (5) Generate surrogate keys
can we have to do changes in session property when we are dynamically generating target files?