Answer Posted / usha
every transfomation reusable is reusable except source
qualifier tranformation..
if we create transformation in transformation developer its
reuasable
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define filter transformation?
4 yrs etl devloper roles and responsibilities?any body give solutions
Mention a few design and development best practices for informatica?
How do you load unique records into one target table and duplicate records into a different target table?
How to create a non-reusable instance of reusable transformations?
What do you mean incremental aggregation?
Explain sessions and how many types of sessions are there?
How do you load more than 1 max sal in each department through informatica or write sql query in oracle?
where to store informatica rejected data? How to extract the informatica rejected data?
What differs when we choose the sorted input for aggregator transformation?
What are the reusable transformations?
Calculate sum of salaries department wise. Then the sum will be repeat for all columns in each department. Develop a mapping for this.
As union transformation gives UNION ALL output, how you will get the UNION output?
How you know when to use a static cache and dynamic cache in lookup transformation?
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