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

Testing a Remote PowerExchange Listener

Testing a Remote PowerExchange Listener

To test the connectivity and status of a remote PowerExchange Listener, run the DTLREXE utility with the
ping
program. Configure the NODE statement for the remote PowerExchange Listener in the DBMOVER configuration file.
The syntax for running the utility varies by operating system.
On Linux, UNIX, and z/OS, use the following general syntax:
dtlrexe loc=
node_name
prog=ping [uid=
user_id
] [pwd=
password
]
On i5/OS, use the following syntax:
CALL PGM(DTLREXE) PARM('prog=ping loc=
node_name
[uid=
user_id
] [pwd=
password
]’)
On z/OS or i5/OS, if the PowerExchange Listener is running with a setting of 1 or 2 in the first parameter of the SECURITY statement, you must include the user ID and password.
On UNIX, if a password includes a dollar ($) sign, DTLREXE receives only the portion of the password up to dollar ($) sign. To resolve this problem, enclose the password in single-quotation marks, which act as escape characters:
'pwd=
yourpwd
'
If DTLREXE successfully contacts the PowerExchange Listener, PowerExchange issues the following messages:
PWX‑00750 DTLREXE Input LOC=
node_name
, PROG=PING, PARMS=
none
, UID=
user_id
. PWX‑00650 Listener 127.127.127.127 ‑> 127.127.127.127 on port 1234 socket 4 PWX‑00591 Tasks now active = 1. PWX‑00753 DTLREXEL Input received LOC=
node_name
, PROG=PING, PARMS=
none
. PWX‑00754 DTLREXEL User Return Codes 1=0, 2=0. PWX‑00755 DTLREXE Command OK!

0 COMMENTS

We’d like to hear from you!