Answer Posted / devi
As Per My Knowledge The Taget Load planing Is Most
Important Event While Loading The Target Generraly One
source Qualifier In Our Mapping then we No need to Think
For This I Mean Seriously, When It Has Multipul Source
Qualifiers Then The Problem Is Arraised, Then We
Designated Which Pipeline Is First,Then Which One Is
Next,If We Did Not Specified Proper Method To Informatica
Server Loads Targets But It Doesn't Tells Us
Proper Order So Always We Specified Order To Load The
Target.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is workflow? What are the components of workflow manager?
What is a repository manager?
Different qualification between a related rotate toward the sky and isolates look upward?
What are multi-group transformations?
Partition, what happens if the specified key range is shorter and longer
tell me the rules and responsblites in our project(my project is development)
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
Explain the aggregator transformation?
Write the different tools in the workflow manager?
What are mapplets?
Explain lookup transformation source types in informatica
What is the Process to creating lookup transformation in informatica
What is meant by LDAP users?
How to load last n records of file into target table - informatica
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks