Informatica Workflow Monitor

The Informatica Workflow Monitor is used to monitor the execution of Workflows or Tasks assigned in the Workflow. Generally, Informatica PowerCenter helps you to track or monitor the Event Log information, list of executed Workflow, and their execution time in detail. Informatica Workflow Monitor To open the Informatica Workflow Monitor, Please Go to the Start menu -> All … Read more

Informatica Workflow Manager

The Informatica Workflow Manager is used to create a Workflow. A workflow is nothing but a set of instructions to execute the Mappings that we designed in the PowerCenter Designer. Generally, an Informatica Workflow Manager workflow contains a Session Task, Command Task, Event Wait Task, Email Task, etc. It also helps you to schedule the Mappings. Informatica PowerCenter … Read more

XML Parser Transformation in Informatica

The XML Parser Transformation in Informatica is an Active and Connected transformation. This transformation is useful for extracting XML data from files inside a pipeline. This article will show you how to use XML Parser Transformation in Informatica to extract data from an XML file and load it into the Database table with an example. For this … Read more

XML Generator Transformation in Informatica

The XML Generator Transformation in Informatica is an Active and Connected transformation. This transformation is useful in generating XML files inside a pipeline. In this article, we will show you how to use XML Generator Transformation in Informatica to generate an XML file from the Database table with an example. For this Informatica XML Generator Transformation example, we … Read more

XML Source Qualifier in Informatica

The XML Source Qualifier in Informatica is an Active and Connected transformation. While reading the XML Source definition, this is the default transformation generated by the Power Center Designer. Informatica XML Source Qualifier transformation determines how the Power Center reads the source data. Remember, XML Source Qualifier always has one input port or one output port. For … Read more

Command Task in Informatica

The Command Task in Informatica is used to run Unix or Shell commands during the Workflow. You can use this Task to Move, Copy, or Remove files after the data is loaded, etc. In this article, we will show you how to use the Command Task in Informatica with an example. For this Informatica Command … Read more

Event Wait Task in Informatica

The Event Wait Task in Informatica will wait for a particular (or specified) Event to occur. You can define an event for which this Event Wait Task should wait. For example, you can create an event to check whether the Employee Source file (Text or CSV) is available at the Source location or not. It … Read more

Stored Procedure Transformation in Informatica

The Stored Procedure Transformation in Informatica helps you to use or call Stored procedures inside the Informatica Workflow. Using this transformation, you can operate Drop or Recreate Indexes, Check for Space in a Database, performing Complex Calculations. This article shows how to use this Informatica Stored procedure Transformation to Rollback the passing records with an example. For … Read more

Transaction Control Transformation in Informatica

The Transaction Control Transformation in Informatica allows you to control the Transactions within the Transformation. For example, using this transaction Control Transformation, you can Commit or Rollback the records (or rows) passing through it. For this Informatica Transaction Control Transformation example, we will use SP Source and Destination tables. Transaction Control Transformation in Informatica Example … Read more

SQL Transformation in Informatica

The SQL Transformation in Informatica is used to write or use SQL Queries in the middle of the transformation. Using this SQL transformation, you can Insert, Delete, or Update rows in a Database. If you are familiar with queries, then you can use this transformation. Here, we show you how to use Informatica SQL Transformation … Read more