By seeing the parameter file how do u identify wheather it
is a workflow parameter or mapping parameter?
Answer Posted / rakesh
Variables which has "$$" as prefix are the Mapping variables.
Variables which has "$" as prefix are the Session variables.
Variables which has "$$$" as prefix are the system defined variables.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are data-driven sessions?
What is a transaction control transformation?
Where do we use mapping variables in informatica?
What are the limitations of joiner transformation?
What is workflow? What are the components of workflow manager?
What is rank transform?
What is a filter transformation and why it is an active one?
i have a data in my source as a flat files what test i have to perform the next step can any body help to me
What is lookup change?
What is sq transformation?
What is update strategy transform?
Explain sql transformation in script mode examples in informatica
What are the types of caches in lookup?
Define the various join types of joiner 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