Table of Contents

Search

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

DBMOVER Configuration File Statements

DBMOVER Configuration File Statements

The DBMOVER configuration file includes the following new and changed statements:
FILEMAPPED_MEMORY_DIR=
path
/
directory
New
. This statement specifies the directory that stores temporary file-mapped memory files for PowerExchange Listener statistics on AIX PPC64, i5/OS (IBM i), and Solaris SP64 systems. If you set the STATS statement to MONITOR in the DBMOVER configuration file, the memory statistics are generated when either the optional monitoring interval in the MONITOR parameter elapses or when you issue the DISPLAYSTATS or pwxcmd displaystats command.
By default, temporary file-mapped memory statistics files are written to the current directory of the user, or if the current directory is not available, to the top-most root directory of the file system.
Informatica recommends that you specify a directory that is dedicated to storing file-mapped memory statistics files and that is on a locally mounted disk.
IMSBSDS=(
ims_ssid
,
bootstrap_hlq
[,
search_preference
] )
New
. Identifies the high-level qualifier of the IMS bootstrap data set, which is required to retrieve database descriptor (DBD) information in DBDLIB (DBGEN) format from the IMS catalog. This statement also indicates the order in which PowerExchange searches the IMS DBDLIB library or IMS catalog for DBD information for source objects. Specify this statement if you want PowerExchange to retrieve DBD information from the IMS catalog for creating data maps or for the run-time extraction of data during CDC or IMS unload processing.
In this statement, the
search_preference
is one of the following options:
  • D
    . First search the DBDLIB library and then search the IMS catalog, if available.
  • C
    . First search the IMS catalog and then search the DBDLIB library.
  • O
    . Search the IMS catalog only.
If you do not specify an option, PowerExchange searches only the DBDLIB library by default and does not use the IMS catalog.
LU00FILE=
pdse_name
New
. Specifies the partitioned data set extended (PDSE) that you allocated to hold database descriptor (DBD) output from the IMS Catalog Library Builder Utility, DFS3LU00. This statement is required to retrieve DBD information in source format from the IMS catalog for use in creating data maps.
MSQL CAPI_CONNECTION
Changed
. The optional LOCKAVOIDANCE parameter has been renamed to SQLNOLOCK. The original LOCKAVOIDANCE name exceeded the maximum name length of 12 characters, which could cause multiple types of errors. The purpose and behavior of the parameter remain the same. Syntax is:
CAPI_CONNECTION=(NAME=
capi_connection_name
,TYPE=(MSQL ,DISTDB=
distribution_database
,DISTSRV=
distribution_server
[,SQLNOLOCK={N|Y}]...))
If you currently use the LOCKAVOIDANCE parameter, edit the dbmover.cfg file to change the parameter name to SQLNOLOCK to avoid potential errors.
MYSQL CAPI_CONNECTION
Changed
. The optional MYSQLBINLOG parameter can now include any of the options that the mysqlbinlog utility supports, such as the --ssl- options. Syntax is:
MYSQLBINLOG=
path/binlog_file_name option1 option2...
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 the 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.
NODE
Changed
. The optional [Y|N] parameter at the end of the NODE statement has been deprecated. This parameter was used to control client TLS/SSL security certificate validation. If this parameter is included in the NODE statement, it is ignored.
PG CAPI_CONNECTION
New
. This new statement is required to capture change data from PostgreSQL source tables. For more information about the syntax and parameters, see DBMOVER Configuration File.
SSL_REQ_CLNT_CERT
Changed
. The default value now depends on the operating system type of the PowerExchange server. The default is N for PowerExchange servers that run on Linux, UNIX, or Windows. The default is Y for PowerExchange servers that run on IBM i or z/OS.
For more information, see the "DBMOVER Configuration File" chapter in the
PowerExchange Reference Manual
.

0 COMMENTS

We’d like to hear from you!