Defining a base aggregate replication step

Use the Define Replication notebook to define a base aggregate replication step. Base aggregate replication steps produce read-only tables that summarize the contents of a source table.

For a replication step, promoting to test status will create the target table and generate the subscription set. The first time a replication step is run, a full refresh copy is made. Promoting a replication step to production status will enable the schedules that have been defined. You can make changes to a step only when it is in development status.

The Data Warehouse Center supports five types of replication: base aggregate, change aggregate, point-in-time, staging table, and user copy (default).

../byb.gif Authorities and privileges

To define a base aggregate replication step:

  1. Open the Step notebook.

  2. Specify information for your step:

  3. On the Parameters page, select the columns that you want to replicate from the Available columns list, and click >. The columns that you select move to the Selected columns list. The Available columns list only shows the columns that have been enabled for change capture.

    If you want to include all of the items in the Available columns list, click >>.

  4. Optional: Click Add Calculated Column to open a window in which you can create derived columns. The derived columns that you create are displayed in the Selected columns list.

  5. Optional: If you want to select which rows are to be replicated, write a WHERE statement to subselect rows.

  6. On the Column Mapping page, map the output columns that result from the SQL statement that you defined on the Parameters page to columns on your target table. On this page, output columns from the Parameters page are referred to as source columns. Source columns are listed on the left side of the page. Target columns from the output table linked to the step are listed on the right side of the page. Use the Column Mapping page to perform the following tasks:

    If the Parameters page produces no output columns, or if this step is not linked to a target table and you have not specified automatic generation of a default table in the Parameters page, you will not be able to use this page to map your columns. Some steps will not allow you to change the column mapping.

  7. Specify processing options for the step.

  8. Click OK to save your changes and close the notebook.

Related information

Replication page

Processing Options page

List of steps and step subtypes

Replication

Moving and transforming data