WHAT IS UPDATE OVERRIDE . DIFFERENCE BETWEEN SQL OVERRIDE
AND UPDATE OVERRIDE ?
Answer Posted / vishnu_kr
hi,
sorry for a small mistake in the last answer
u use 'update else insert' property in the session mappings
tab.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why union transformation is an active transformation?
What is an active transformation?
Does an informatica transformation support only aggregate expressions?
tell me the rules and responsblites in our project(my project is development)
What the difference is between a database, a data warehouse and a data mart?
What is data transformation manager process?
What are the popular informatica products?
Different circumstance which drives informatica server to expel records?
How to elaborate powercenter integration service?
How to update a particular record in target with out running whole workflow?
What are the differences between source qualifier and joiner transformation?
Define pmcmd command?
What is aggregate cache in aggregator transformation?
What is meant by query override?
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