what is a message handler
Answers were Sorted based on User's Feedback
Answer / ramana
we can use Message Handler to delete warnings from log,by
using Message id,suppress log action in director
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / venkata ramana
Supress from Log (i.e Hide Warning in Directory Log based on Addrule and Action)
promot to Warning(i.e Display as warning in Directory Log based on Addrule and Action)
| Is This Answer Correct ? | 0 Yes | 1 No |
WHAT ARE THE COMMON ERRORS IN DATA STAGE?
What is audit table?
Why fact table is in normal form?
difference between server shared container and parallel shared container
hi this is kiran i have one table i want divide the table with two different table like even rows and odd rows how can i do this one tell me plzz
what is normalization and denormalization
Hi friends,Two input files, wants to validate only if the reference data has '0' otherwise no validation should be done..how to do this??
count number of deptno in a emp table?
Is it possible to query a hash file?
WHAT ARE PERFORMANACE SETTINGS YOU HAVE IMPLEMENTES IN YOUR PROJECT?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
Distinguish between informatica & datastage. Which one would you choose and why?