Difference between STOP & ABORT in Informatica.
Answer Posted / pavani
STOP command instructs Integration Service to STOP reading
input but still continues with processing and commiting.
wherein ABORT has 60 seconds timeout period after which it
kills the process
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is source qualifier transformation in informatica?
What is the procedure for creating independent data marts from informatica 7.1?
what is degenerated dimension?
What is a mapplet/worklet in informatica?
What is the scenario which compels informatica server to reject files?
Differentiate between a database and data warehouse?
what is SDLC way of code development?
How to update source definition?
Explain lookup transformation is active in informatica
What are the measure objects?
can we override a native sql query within informatica? How do we do it?
How to generate sequence numbers without using the sequence generator transformation?
How to load the data from a flat file into the target where the source flat file name changes daily?
I am new to informatica and learning it,can anybody please tell me how we receive source as flat file in informatica,from where we get this flat file?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure