How will you update the row without using update statergy?
Answer Posted / har
i guess dynamic look up cache
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Design a mapping to load the cumulative sum of salaries of employees into target table?
How to configure mapping in informatica?
Explain lookup transformation in informatica
How do you manage the Parameter files while migrating your data from one environment to another environment?
Is it possible to revert a global repository to local one and why?
How to do unit testing in informatica?
What is the format of informatica objects in a repository?
CANNOT USE PARAMETER FILE! Hi all, I am trying to use parameter file for my workflow. This could help me to filter records where CITY = 'Portland' Following is what I have done: **in Designer - create new parameter : $$PARA_FIL, Parameter, String, IsExprVar=TRUE, Initial value = [empty] - Source Qualifier/ Properties/Source Filter: CUSTOMERS.CITY='$$PARA_FIL' **Create Parameter file: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt $$PARA_FIL='Portland' **Configure workflow to use the parameter file: Edit Workflow/Properties/Parameter Filename: C:\Informatica\PowerCenter8.6.0 \server\infa_shared\BWParam\DynamicParamTest.txt I also configured directory of parameter file for session task. However, I just got this in the session log: [SQ_CUSTOMERS] SQL Query [SELECT CUSTOMERS.CUSTOMER_ID FROM CUSTOMERS WHERE CUSTOMERS.CITY='$$PARA_FIL'] No record has been loaded to target. It seems that the parameter file has not been read. I cannot understand the reason why. Could any of you kindly suggest me anything? Thanks
How you can differentiate between connected lookup and unconnected lookup?
What happens to map if we alter the datatypes between source and its corresponding source qualifier?
what is the -ve test case in your project.
Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?
What are the transformations that cannot be placed between the sort origin and the joiner transformation so that we do not lose the input sort order?
What is confirmed fact in dataware housing?
What is meant by LDAP users?