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

Refreshing the PowerExchange Environment After an i5/OS Upgrade

Refreshing the PowerExchange Environment After an i5/OS Upgrade

If you upgrade the i5/OS operating system on the DB2 system where PowerExchange is installed or on a remote DB2 system from which PowerExchange accesses data, you must run a few commands to refresh the PowerExchange environment for any changes to the system metadata. Run the commands after you complete the i5/OS upgrade and before you re-submit the PowerExchange Listener job or PowerExchange Condense job and resume bulk data movement or CDC processing.
You must run the commands under one of the following types of user profiles:
  • The IBM-supplied user profile of QSECOFR
  • A user profile defined with the USRCLS of *SECOFR and SPCAUT of *USRCLS
  • A user profile defined with at least the following SPCAUT values: *SECADM, *ALLOBJ and *JOBCTL
  1. Issue the following ADDLIBLE command:
    ADDLIBLE LIB(
    dtllib
    ) POSITION(*FIRST)
    The
    dtllib
    variable is the PowerExchange software library.
  2. To refresh the PowerExchange environment, issue one of the following CRTDTLENVF commands with the same parameters that you used for the CRTPWXENV command during the last full PowerExchange installation:
    • If the DB2 for i5/OS source database is on the same i5/OS server as the PowerExchange installation, use:
      CRTDTLENVF DTLLIB(
      dtllib
      ) DATALIB(
      datalib
      ) RMTRDBDIRE(*LOCAL) OSLEVEL(*LOCAL)
    • If the DB2 for i5/OS source database is on a server other than the one where PowerExchange is installed, use:
      CRTDTLENVF DTLLIB(
      dtllib
      ) DATALIB(
      datalib
      ) RMTRDBDIRE(
      database_name
      ) RMTSYSNAME(
      host_name
      ) RMTOSLEVEL(
      os_level
      )
    For descriptions of the parameters, see Chapter 4 in the
    PowerExchange Installation and Upgrade Guide
    .
  3. If you changed the ownership of objects such the
    dtllib
    ,
    datalib
    ,
    condlib
    , and
    cpxlib
    libraries during the last full PowerExchange installation, run the commands for changing object ownership again.
    For more information, see Chapter 4 in the
    PowerExchange Installation and Upgrade Guide
    .

0 COMMENTS

We’d like to hear from you!