What are the out put files that the informatica server
creates during the session running?
Answers were Sorted based on User's Feedback
Answer / guest
session log files
workflow log files
Cache files;created and deleted at the end of session.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / chandra sekhar
Integration service log file
session log file
cache file
output file
Reject file
| Is This Answer Correct ? | 1 Yes | 0 No |
What is CDC? How to implement CDC?
What is the difference between the system variables $$$SessStartTime and SESSSTARTTIME?
how to calculate the optimum cache size in aggregator transformation?
Where should yoU place the flat file to import the flat file defintion to the designer?
Source (Flatfile) - Target (1-1 mapping). How to load first or last 20 record to target?
Hi, source data is col1 values are 5,6,7 col2 are 3,2,1 col3 are 8,9,10 and i want to get target as col1 5,6,7 col2 1,2,3 col3 8,9,10 how to do this one?
What are the differences between joiner transformation and source qualifier transformation?
How or for what purpose look up transformation would be useful in Sales or Banking Project? Please reply!
IN SCD1, insource we have 10 billion records and in the first day its uploaded successfully and in the second day its taking time to upload because some records it might get update or insert new records. As a developer what will be the better solution for this??
How can you differentiate between powercenter and power map?
I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?
In aggregator if u enable sorted input what will be the output and disable sorted wt is output