Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

Setting Up Pass-Through Partitioning Without SQL Overrides for Data Sources

Setting Up Pass-Through Partitioning Without SQL Overrides for Data Sources

Complete the following steps to set up pass-through partitioning without SQL overrides if you use the following data sources with offload processing: DB2 for z/OS unload data sets, VSAM data sets, and sequential files.
PowerExchange reads the source data once and automatically distributes the rows across the partitions.
  1. In the Workflow Manager, open a PWX application connection by completing the following steps:
    1. Click
      Connections
      Application
      .
      The
      Application Connection Browser
      dialog box appears.
    2. In the
      Select Type
      field, select
      PWX NRDB Batch
      .
    3. Select a connection object the
      Objects
      list and click
      Edit
      . Or click
      New
      to create a connection.
  2. In the
    Connection Object Definition
    dialog box, select one of the following options from the
    Offload Processing
    list:
    • Filter Before
      . PowerExchange offloads column-level processing to the PowerCenter Integration Service machine but continues to filter data on the source system.
    • Filter After
      . PowerExchange offloads column-level processing and data filtering to the PowerCenter Integration Service machine.
  3. Click
    OK
    .
  4. In the Task Developer, double-click the session to open the
    Edit Tasks
    dialog box.
  5. On the
    Properties
    tab, select one of the following options for the
    PWX Partition Strategy
    attribute:
    • Single Connection
      . PowerExchange creates a single connection to the data source. Any overrides specified for the first partition are used for all partitions. If you specify any overrides for other partitions that are different from the overrides for the first partition, the session fails with an error message.
    • Overrides Driven
      . If the specified overrides are the same for all partitions, PowerExchange creates a single connection to the data source. If the overrides are not identical for all partitions, PowerExchange creates multiple connections.
  6. On the
    Mapping
    tab, click the
    Partitions
    view.
  7. Select the Source Qualifier transformation, and click
    Edit Partition Point
    .
    The
    Edit Partition Point
    dialog box appears.
  8. Click
    Add
    for each partition that you want to add.
  9. Verify that the
    Partition Type
    is
    Pass Through
    .
  10. Click
    OK
    .
  11. On the
    Mapping
    tab, click the
    Transformations
    view.
    The
    Properties
    area displays the
    SQL Query
    attribute for each partition.
  12. Verify that the
    SQL Query
    attribute is empty or contains an identical query for each partition.
  13. If the
    SQL Query
    attribute is not empty and does not contain identical queries, perform the following steps for each partition:
    1. Click the Browse button in the
      SQL Query
      attribute.
    2. Clear the query in the
      SQL Editor
      dialog box, or enter the same query for each partition.
    3. Click
      OK
      .
  14. Click
    OK
    .

0 COMMENTS

We’d like to hear from you!