Answer Posted / kshetra
using verbose data in the session properties
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Global and Local shortcuts. Advantages.
How to do the error handling of if ur source is flatfiles?
What is an Integration service in Informatica?
What is pmcmd command?
Explain informatica architecture - version 8 / 9
can u give example for factless fact table
Explain what are the different versions of informatica?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
What are the types of caches in lookup?
pmscmd startworkflow -sv
How to load data in informatica ?
Differences between version 7.x and 8.x.
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
How is union transformation utilized?
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