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 |
How can you recognise whether or not the newly added rows in the source r gets insert in the target ?
what is the difference between repository & Intergration service
Define Update Override?
I have a flat file, in which i have two fields, emp_id, emp_name. The data is like this, emp_id,emp_name 101,soha 101,ali 101,khan 102,siva 102,shanker 102,reddy. how to merge the names so that my output is like this Emp_id Emp_name 101 Soha ali kahn 102 siva shenkar reddy please provide solution
What do you mean by blocking transformation?
EXL informatica Questions
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
why cant we put a sequence generator or upd strategy transformation before joiner transformation?
I have scenario, i have 10 worklflows and i want run the 1st workflow first and immediately i want to run 10th workflow has to run and am not bothering of 2 to 9 workflows? can any one help me how to do this? Thanks in advance.....
What is decode in informatica?
What are the validations that you can perform in oracle and in informatica ? Advance Thanks
Can we insert ,update ,delete in target tables with one update strategy tran.?