What are the new features of the server manager in the
informatica 5.0?
Answer / swetha
yoU can use command line arguments for a session or
batch.This allows yoU to change the values of session
parameters,and mapping parameters and maping variables.
Parallel data processig: This feature is available for
powercenter only.If we use the informatica server on a SMP
system,yoU can use multiple CPU's to process a session
concurently.
Process session data using threads: Informatica server runs
the session in two processes.
| Is This Answer Correct ? | 0 Yes | 0 No |
The structure of source file is as below: Source structure(two fields) Name, Card NUmber A, 111111111(SSN) A, 01010101(Creditcard number) A, 34343434(Debit card number) B, 55555555(Creditcard number) C, 77777777(Debit card number) Target Structure(4 fields) Name,Credit card,SSN,Debit card A,01010101,111111111, 34343434 B,55555555,, C,,,77777777 Corresponding to one name there can be maximum 3 rows and minimum zero rows. Given that I do not know which record might have a particular type of number. How can I handle above requirement with informatica transformations?
While importing the relational source definition from the database, what are the metadata of source that will be imported?
What are Target Options on the Servers?
To provide support for Mainframes source data,which files r used as a COBOL files
Input flatfile1 has 5 columns, faltfile2 has 3 columns(no common column) output should contain merged data(8 columns) Please let me know how to achieve ??
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
Tell me about Propagate functions in informatica
when informatica 8 series released ?
Can we write to_date(three arguments) ? Will it work ? Advance thanks
wt is inline view? when and why we Use ?mail to rayallarv@gmail.com
To achieve the session partition what r the necessary tasks u have to do?
What is workflow? What are the components of the workflow manager?