Table of Contents

Search

  1. Preface
  2. Summary of PowerExchange New Features and Changes
  3. PowerExchange Installation and Upgrade
  4. PowerExchange Client for PowerCenter
  5. PowerExchange Condense
  6. PowerExchange Listener
  7. PowerExchange Logger for Linux, UNIX, and Windows
  8. PowerExchange Navigator
  9. PowerExchange Monitoring and Tuning
  10. PowerExchange Utilities
  11. PowerExchange for Adabas
  12. PowerExchange for DB2 for i
  13. PowerExchange for DB2 for Linux, UNIX, and Windows
  14. PowerExchange for DB2 for z/OS
  15. PowerExchange for IMS
  16. PowerExchange for Microsoft SQL Server
  17. PowerExchange for MySQL
  18. PowerExchange for Oracle
  19. PowerExchange for PostgreSQL
  20. PowerExchange for SAP HANA
  21. PowerExchange for VSAM and Flat Files

Release Guide

Release Guide

DBMOVER Configuration File

DBMOVER Configuration File

The MYSQL CAPI_CONNECTION statement in the DBMOVER configuration file includes an enhancement to the MYSQLBINLOG parameter:
MYSQLBINLOG=
path\binlog_file_name option1 option2...
Changed
. You can now optionally include any of the command-line options that the mysqlbinlog utility supports, such as the --ssl- options. PowerExchange passes the options to the utility when the CDC session runs. For information about the utility options, see the
MySQL Reference Manual
.
If any part of the MYSQLBINLOG value includes spaces, you must enclose the entire MYSQLBINLOG value in double-quotation marks ("). Furthermore, if any part of the
path/binlog_file_name
value or an option includes a space, escape that value with the backslash (\) character and also enclose the value in double-quotation marks, for example:
MYSQLBINLOG="\"c:\bin\test dir\mysqlbinlog.exe\" --ssl-mode required "
If the
path\binlog_file_name
value begins with the hyphen (-) character, the entire value is treated as a utility option, as if no
path/file_name
value was specified.
For more information, see the "DBMOVER Configuration File" chapter of the
PowerExchange Reference Manual
.

0 COMMENTS

We’d like to hear from you!