What is a difference between complete, stop and abort?
Answer / Suraj Prakash Tiwari
In Informatica, 'Complete' indicates that the session has run to its end without any errors. 'Stop' terminates a session manually before it completes. 'Abort' halts a session due to an error or exception.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is option by which we can run all the sessions in a batch simultaneously?
how many session run unix environment what command using ?
In what scenario we use to improve session performance by pushdown optimization?can any one give example?
How to identify bottlenecks in sources,targets,mappings,workflow,system and how to increase the performance?
what is runtime variable?
a soure table has 100 records how to load into 3 target tables in a cumulative order source target1 target2 target3 --------- ------------------------------------- 1-100 1 2 3 4 5 6 - - - 98 99 100
Can we update a target table (without primarykey) by using update strategy transformation?
What is synonym?
Load data to multiple targets according date. When First time session runs it should send to 1st target,second time session runs then send to 2nd target and goes on how to achieve it
follwing scenario two table using find maximum salary? table a table b 101 xxx 1000 106 6500 103 yyy 5000 108 800 104 din 6000 109 7000 105 dsh 200 110 3000
wf dont have integration severances how you can run?
Hi, I am unable to connect ports from two Active trasformations to another active transformation ? Why is it so? Why it is designed like that? Some rules has been designed like this that is We can't connect passive and another passive to active.Can any one please letme know all these rules. Ex:- I am trying to connect filter1 and filter2 to another filter. Please answer me Advance Thanks