How can u work with remote database in informatica?did you work directly by using remote connections?
2 8725What is difference between stored procedure transformation and external procedure transformation?
2 14436If a session fails after loading of 10,000 records in to the target. How can you load the records from 10001 th record when u run the session next time?
4 18876Post New Informatica Questions
Is there any way to read the ms excel datas directly into informatica?
What are the challenges you have faced in your Project (DWH- ETL)? Explain with example?
what are the Methods For Creating Reusable Transformations?
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 3 tech challenges/ common issues you face?
How many input parameters can exist in an unconnected lookup?
How to configure mapping in informatica?
What are the data movement modes in informatica?
Can we create a node as a gateway node and the same node can be assigned to a grid?
Give some information on report bursting and how to do it in bca as I have to split the report and send different reports to different people?
What are the issues you have faced in your project? How did you overcome those issues?
What is joiner transformation in informatica?
Informatica Server and Client are in different machines. You run a session from the server manager by specifying the source and target databases. It displays an error. You are confident that everything is correct. Then why it is displaying the error?
how to load dimension table and fact table. plz tell me the steps.
Why do you use Mapping Parameter and mapping variable?