1.Set Environment Variables
PATH, INFA_HOME and INFA_DOMAINS_FILE
2.Create Connection to Informatica Server
In the DAC, navigate to Views>Setup>Informatica Servers
- Click New,and enter Informatica Repository Service details.
- Make sure connection tested successful
- Click New, enter Integration Service details
- Make sure connection tested successful.
3.Create Physical Data Sources
- In the DAC, navigate to Views>Setup >Physical Data Sources
- Click New, enter database connection information
- Make sure connection tested successful.
- Also create Data Source for Target as well
4.Create Source System container
In the DAC, navigate to File > New Source System Container
give Container ID and Name
5.Create Physical and Logical folders
In the DAC, create custom Logical and Physical task folders for the custom folder you created in the Informatica repository.
- In the DAC, navigate to Tools > Seed Data > Task Logical Folders.
- To create a custom Logical folder, click New.
- In the Name field, enter a name for the custom Logical folder, for example, Oracle R12.
- To create a custom physical folder,navigate to Tools > Seed Data > Task Physical Folders
- In the Name field, enter a name for the custom Physical folder, for example, ORAR12.
6.Create Logical Data Sources and Task Phase
- In the DAC, navigate to Tools > Seed Data > Logical Data Sources.
- To create a custom Logical Data Source, click New.
- In the Name field, enter a name for the Logical Data Source, for example, OLAP.
- To create a Task Phase,navigate to Tools > Seed Data > Task Phases
- In the Name field, enter a name for the Task Phase, for example, Load Dimension.
- And set the Priority.
7.Register the Physical and Logical Folders in the Source System Folders tab
- In the DAC, navigate to Design > Source System Folders.
- Click New.
- In the Edit child tab, enter the name of the custom Logical folder in the Logical Folder field.
- Enter the name of the custom Physical folder in the Physical Folder field, and click Save.
8.Import Tables
In DAC,navigate to View>Design>Tables
Right click on the pane and use the option Import from Database to import the source and warehouse tables.
9.Create new tasks for the workflows
- Navigate to Design > Tasks, and click New in the top pane toolbar.
- In the Edit child tab, enter the workflow name as it appears in Informatica Workflow Manager.
- Right-click and select Synchronize Tasks.
- Select Selected Record Only, and click OK. Click OK in the informational message box.This command synchronizes the source and target table information between the DAC and Informatica.
- In the Tasks tab, enter the remaining information required for the task.
- Click on Save button.
10.Create a Subject Area
- In the DAC, select the appropriate source system container from the drop-down list in the toolbar.
- In the Menu bar, click Views > Design > Subject Areas.
- In the top pane toolbar, click New.
- In the Edit child tab, enter a name for the subject area, and click Save.
- Make sure the new subject area name is highlighted in the top pane, and click the Tables child tab.
- Click Add/Remove in the child tab toolbar.
- The Choose Tables dialog box opens. The left-hand window lists all the tables held in the selected container.
- Query for one or more fact tables.
- Select the fact table (use Shift+click to select more than one table), and click Add.
- The tables are added to the right-hand window, which represents the subject area.
- Click OK to close the Choose Tables dialog box.
- In the top pane toolbar, click Assemble.
- In the Assembling... dialog box, select Selected Record Only.
- After assembled, we can see list of tasks which are associated with the added fact tables.
11.Create Execution Plan
In DAC,navigate to Views>Execute>Execution Plans
- Click New,and give name for EP then click Save
- To add Subject Area,navigate to child tab Subject Areas .
- Add subject area for this EP
- To setup Connectivity Parameters,navigate to child tab Connectivity Parameters
- Click on Generate button and set the proper physical data sources for logical data sources.
- Save Execution Plan
12.Build Execution Plan
In DAC,navigate to Views>Execute>Execution Plans
select the EP and click on Build
this will arrange the tasks in ordered manner.Basically it identifies the dependencies and keeps the tasks in order.
Now DAC configured to start the load,(Click Run Now button to start the Load).
Hi I followed the steps mentioned about. I got error message when clicked on BUILD in execution plan
ReplyDelete"ORCLTOORCL
MESSAGE:::There is no database (as defined in DAC repository) that match the name infa_repo
EXCEPTION CLASS::: com.siebel.analytics.etl.execution.NoSuchDatabaseExceptio'n"
can youplease suggest me .
Thanks