How can u stop a batch?
Answers were Sorted based on User's Feedback
Answer / chaitanya
Batch processing execution is of two types:
i)Sequential
ii)Parallel
By using Timer task we can stop a single session.
By using Control task we can stop top level execution also.
Options: Fail Me,Fail Parent,Fail top level workflow
| Is This Answer Correct ? | 0 Yes | 0 No |
After we make a folder shared can it be reversed?Why?
how to join the 2 different table with different columns in informatica?
IN A MAPPING WHEN WE USE AGGRIGATER TRANSFORMATION WE WILL USE GROUP BY PORT. IF GROUPBY IS NOT SELECTED BY DEFAULT IT WILL TAKE ONLY THE LAST COLUMN WHY????
How you know when to use a static cache and dynamic cache in lookup transformation?
How to use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What are the new features of informatica 9.x at the developer level?
How would you join a node to the already existing domain?
Can we insert and update a target table without using update strategy transformation?How?
I have 1 crore record in my table and I have to load 25 L in 1st target,25L in 2nd target and 25L in 3rd target? I am new to Informatica,can anybody suggest me the idea?
What is Session and Batches?
What are the advantages of informatica?
My i/p is 1,2,3,4,5,6,7,8,9,10……….. o/p to be populate in two tables as below. o/p1: 10,20,30,40,50,60,70,80,90……. o/p2: 11,21,31,41,51,61,71,881,91…….