How to recover sessions in concurrent batches?
Answer / nagaraju bhatraju
when we use concurrent process to load when session
fails ...all other session will run normally and load the
data..the failed session will considered as a standalone
sesion ...and we have perform recovery for the failed
session.
there three type where we can recover a failed session
1.start the session again if the Informatica server doesnt
perform the commit
2.else perform recovery on the session
3. if we can recover the session truncacte the data from
target table and run the session.
| Is This Answer Correct ? | 7 Yes | 0 No |
What are the mapping paramaters and mapping variables?
write a query following source region sales 1 1000 2 2000 i want the output ?please give solution 1 2 1000 2000
1 lac of flat fles in source how to load target at a time?
There are 10 flat files; out of 10 files 1 file is empty. How do you identify the empty file? How can you load all files into targets?
HOE DO U IMPLIMENT SCHEDULING IN INFORMATICA?
What type of sorting algorithm does the Sorter Transformation use, to do its sorting Operation? 1. Bubble sort 2. Insertion sort 3. Shell sort 4. Merge sort 5. Heapsort 6. Quicksort 7. Bucket sort
,if we have single SQ in flow and we have router in which it has two group and we want to join these two groups with joiner ?is it possible?
what is the necessity to use update strategy?(except for updates)
I am hvaing SOURCE as first line: 1000,null,null,null second line as:null,2000,null,null 3rd line as :null,null,3000,null and final line as: null,null,null,4000 ............................Now i want the OUTPUT as 1000,2000,3000,4000 For more clarification i want to elimate nulls and want in a single line. Please help me out
how can we run workflow with pmcmd?
What are the uses of a Parameter file?
How can i send first half of the records to one target and Remaining to other target?