if i have a file having record sal=10000,and when use router
with two groups having condition sal>5000 in one
group,sal>7000 in other group.and if two groups connected to
two targets.in which target sal=10000 will go?
Answer Posted / prakash kumar kumhar
yes record will store in both target if you r not using any column as a primary key from source column.
if u are using any column from the source as a primary than it will load only in first target i think.
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the sequence generator transformation in informatica?
What is target designer and target load order?
What is the use of source qualifier?
How do we call shell scripts from informatica?
Differentiate between reusable transformation and mapplet.
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
What is sequence generator transformation in informatica?
Explain dynamic target flat file name generation in informatica
What are Dimensional table?
How to load a Dimension ? and how to load a fact table?
What are the differences between a connected lookup and unconnected lookup?
What is the use of target designer?
pmscmd startworkflow -sv
How to partition the Session?
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