Table of Contents

Search

  1. Preface
  2. Part 1: Introduction
  3. Part 2: PowerExchange Client for PowerCenter (PWXPC)
  4. Part 3: PowerExchange ODBC
  5. Appendix A: PowerExchange Interfaces for PowerCenter Tips
  6. Appendix B: Datatypes and Code Pages
  7. Appendix C: PowerExchange Interfaces for PowerCenter Troubleshooting

PowerExchange Interfaces for PowerCenter

PowerExchange Interfaces for PowerCenter

Adding PowerExchange Nodes in the dbmover.cfg File

Adding PowerExchange Nodes in the dbmover.cfg File

Use the following procedure to add PowerExchange nodes in the dbmover.cfg file:
  1. Locate the dbmover.cfg file in the PowerExchange root directory.
  2. Open the file with a text editor.
  3. Create a node for each PowerExchange Listener that you want to register. Use the following format:
    NODE=(
    node_name
    ,TCPIP,
    hostname_or_ipaddress
    ,
    port_number
    )
    The
    node name
    is a logical name used to reference the PowerExchange Listener. The
    hostname_or_ipaddress
    and
    port_number
    are the host name or IP address and the port number of the PowerExchange Listener.
  4. Save your changes.
The following example shows several nodes in a dbmover.cfg file:
/********************************************************************/ /* PowerExchange Configuration File /********************************************************************/ NODE=(AS400_DB2,TCPIP,AS400_1,2480) NODE=(MVS1_VSAM,TCPIP,MVS1,5539) NODE=(MVS2_DB2,TCPIP,10.3.4.5,5538)

0 COMMENTS

We’d like to hear from you!