Posts

Showing posts with the label informatica training

Debugging in Informatica

 In Informatica, debugger is a very useful tool. When we execute the mapping, the mapping is executed by Informatica based on the given transformation logic. The execution is close to the execution of batch mode, where we can't see the intermediate outcomes, or how the data is moved from transformation to transformation. Many times we get the data that isn't as we planned in the goal. With debugger support, we can examine how the data moves within the visualization. In a debugger, we can search the data row by row. To get in-Depth knowledge on Informatica you can enroll for a live demo on  Informatica online training Using debugger requires a session instance, either we can reuse an existing session that was created to run the mapping earlier, or we can create a new debug session instance. Since the data will be retrieved from the source during debugging, we have the choice of what to do with that data. We can either dismiss the data, or You can load the data inside the target...