Answer Posted / swetha
It displays the updated information about the session in the
monitor window. The monitor window displays the status of
each session when U poll the informatica server.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What are the designer tools for creating transformations?
What is a standalone command task?
What is the session task and command task?
Explain direct and indirect flat file loading (source file type) - informatica
How many ways a relational source definition can be updated and what are they?
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 the different versions of informatica?
How you can differentiate between connected lookup and unconnected lookup?
What all join we can perform in LOOKUP transformation?
What will be the approach?
What are the uses of etl tools?
What is union transformation in informatica?
What are the new features of Power Center 5.0?
What are the new features of informatica 9.x in developer level?
How to convert multiple rows to single row (multiple columns) in informatica