Informatica Workflow using Wizard

In this article, we will show you how to create Informatica Workflow using Wizard with an example. Please refer Workflow article to understand the steps involved in creating Informatica Workflow manually.

Creating Informatica Workflow using Wizard

Before we start creating Informatica Workflow using Wizard, First connect to the repository service using the Admin Console credentials.

To create a new Workflow using Wizard, first, we have to go to the Workflow Designer tab. Next, Please navigate to Workflows Menu and select the Wizard option.

Informatica Workflow using Wizard 1

Selecting the Wizard option opens a new window called Workflow Wizard. Please provide a unique name, and description and select the Integration service from the drop-down list.

Enter the Name 2

Within Step 2, we have to select the mapping from the Select the Mappings section.

From the following screenshot, we have only one mapping. So we are selecting it. Once you choose the Mapping, click on the >> button to create the session for the selected mapping.

TIP: Please refer Mapping article to understand the data transformation in the below mapping m_DimProducts_from_SQL_to_SQL

Select the Mapping 3

Once you click on the >> button, the session task is created automatically. By check-marking, the Reusable option will make this session a reusable session task.

Run Session only if previous session completes 4

Within Step 2, we have to schedule the workflow. Here we have three Run options:

  • Run On Demand: You have to start the workflow as per your requirements.
  • Run Continuously: Workflow will run continuously.
Informatica Workflow using Wizard 5

Next,

Run On Integration Service: Here, you have an option to schedule the workflow. For instance, if you want to load data from a text file to SQL Database every Monday, then you schedule the workflow on Monday 1 AM.

Schedule it 6

Before we click on the finish button, check the details. If you find any issues, click the Back button to alter the workflow.

Click the Finish button 7

From the below screenshot you can see the new workflow

Informatica Workflow using Wizard 8

Once you finish creating the Informatica Workflow using Wizard, we have to Validate the task. For this, navigate to the Workflows Menu -> Validate option.

Validate 10

From the below screenshot, you can see that Our Informatica workflow is a valid one.

Informatica Workflow using Wizard 9

Let us start the Informatica Workflow by selecting the Start Workflow option.

Informatica Workflow using Wizard 11

Once you select the Start Workflow option, the Informatica PowerCenter Workflow monitor opens to monitor the workflow. As you can see, the workflow was executed without any errors.

Informatica Workflow using Wizard 12

Let us open the Management Studio to check whether we successfully transferred the data from AdventureWorksDW to the target SQL Server database.

Destination SQL table 13