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

Rules for Reject File Naming on Linux, UNIX, and Windows

Rules for Reject File Naming on Linux, UNIX, and Windows

On Linux, UNIX, and Windows, PowerExchange uses the following reject file naming rules:
  • If you do not specify a reject file path and file name, PowerExchange creates a reject file in the PowerExchange installation directory that contains the DETAIL.LOG file. The reject file name has the following default format:
    pwxr.
    schema_name
    .
    table_name
    .
    strategy
    .
    timestamp
    .bad
  • To create the reject file in another directory, enter a reject file path that ends with a slash (/) or backslash (\),whichever is valid for your platform. For example, you could specify “C:\PWX\Logs\” on Windows. PowerExchange generates the file name based on the default format.
  • To add a prefix to the default file name and create the file in a specific directory, enter a reject file path that ends with a slash (/) or backslash (\) followed by a prefix, for example, “C:\PWX\Logs\
    prefix.
    ” PowerExchange creates the file in the specified directory and generates a file name that has the following format:
    prefix
    .
    schema_name
    .
    table_name
    .
    strategy
    .
    timestamp
    .bad
On Linux and UNIX, use a slash (/) in a reject file path. On Windows, use a backslash (\).

0 COMMENTS

We’d like to hear from you!