Answer Posted / jang
Mostly Parameters are used, where u want mapping to do
Change Data Capture, here we use the Source port value
compare against Parameter value in SQL override of SQ TRN.
Once this WFl completes , immd...then update the parameter
value using other WFL.
The syntax to declare a Parameter is
[Foldername.WF:workflowname.ST:sessiontaskname]$$parametername
='date value' or 'value'.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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
What are session parameters ? How do you set them?
How to do unit testing in informatica?
Whats the difference between informatica powercenter server, repositoryserver and repository?
Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?
What is workflow manager?
is there any way to read the ms excel datas directly into informatica?like is there any possibilities to take excel file as target?
Can anyone tell me the new features in Informatica 9 Version?
Difference between Data and Index Caches?
how many types of dimensions are available in informatica?
Does an informatica transformation support only aggregate expressions?
what is INFORMATICA TESTING process
What are the settings that you use to configure the joiner transformation?
State the differences between sql override and lookup override?
What is the Process to creating lookup transformation in informatica