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 |
what is parameter file?
How to create different types of slowly changing dimensions (SCD) in informatica using the mapping wizard?
How to update records in Target, without using Update Strategy?
Hi Experts, I have a source table like this. Name Number Raj 2 Ram 1 Sam 2 John 1 In the target I need the ouptput like the below Raj Raj Ram Sam Sam John We dont know the number value . It will be changing as n.. Please help me regarding this. Thanks, Nataraj V
What are the phases in SDLC?
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
A Main workflow "wkf_Main" has multiple sessions (S1, S2...., can I make changes and promte one session (S5) at any time or have to promote whole Workflow "wkf_Main" every time?
what is unique constraint error ?
source table have single column single record having with single space. load that source record into trg . trgt having two columns and the SOURCE TABLE LIKE COL1 BHANU PRASAD TRGT TABLE COL1 COL2 IN THAT LOAD THE RECORD IN THE trgt table LIKE COL1 COL2 BHANU PRASAD HOW ? TELL ME PLZ
What is lookup transformation?
Under what condition selecting sorted input in aggregator may fail the session?
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation