In router source is a boy age 20 I given 3 conditions in
router a>20, a<=20, a=20 which one exit first?

Answer Posted / naveen

I assume ques is not clear and correct.

To answer ur question router will execute first which group
is defined first and next in order.

if you ques is age 20 will go in which group then ans is
a<=20 and a=20

both satisfied the condition, hence records will go in both
group.

correct me if am wrong.

Regards,
Naveen

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to convert multiple rows to single row (multiple columns) in informatica

899


Explain the different dimensions.

558


How many types of sessions are there in informatica.please explain them?

678


Explian the Process of deployment groups in informatica

659


what is informatica metadata?

606






Partition, what happens if the specified key range is shorter and longer

2031


While migrating the data from one environment to another environment how would you manage the connections?

627


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

7815


how tokens will generate?

1738


Why sorter is an active transformation?

754


Briefly define a session task?

592


How do you load first and last records into target table? How many ways are there to do it? Explain through mapping flows.

638


What are the reusable transformations?

698


Under what conditions selecting sorted input in aggregator will still not boost session performance?

638


Reusable transformation and shortcut differences

1380