Any one tell me some 5 session failure in real time?And why
problem occur how to solve the issues?
Answer / ali
if u config wrong relational coonnections in workflow manager, session failed.
2)if u enable bulk load without droping indexes in tgt table, run a session the session get failed.
3)in workflow manager eventwait task waiting for particular time, then the indicator(file) not found, session get failed.
4)while sql override in s.q t/r,u miss any func in query, then (mapping valids) session failed? write correct sql and execute it session succeess.
5)the tgt table has pk , but u r loading duplicated data then session get failed( note:when u put 0 for "stop on errors" property it allows any number of non fatal errors)
| Is This Answer Correct ? | 0 Yes | 0 No |
HOW TO PROCESS THE ROWS FROM JOINER AND EXPRESSION TRANSFORAMTION TO SORTER TRANSFORMATION
Hello, Can you please send the admin and advanced mapping design sample questions to ns_sharmin@yahoo.com?
How to extract sap data using informatica?
What is the difference between view and materialised view?
Explain the difference between a data warehouse and a data mart?
How to Migrate the UNIX SCRIPTS from SIT TO PROD?
write s sql query following table some duplicate present i want unique one column duplicate another column display? name id a 1 a 1 b 2 b 2 c 3 i want the required output like unique duplicate name id name id a 1 a 1 b 2 b 2 c 3
What the difference is between a database, a data warehouse and a data mart?
What does update strategy mean, and what are the different option of it?
In how many ways we can create ports?
what is the flat file partition and where have to specify it
if we hav 10 records in a file, can we get first record from it by using Aggregator with out using Groupby Port in it?If Yes..let me know the answer plz!!!