Table of Contents

Search

  1. Preface
  2. Part 1: PowerExchange CDC Introduction
  3. Part 2: PowerExchange CDC Components
  4. Part 3: PowerExchange CDC Data Sources
  5. Part 4: Change Data Extraction
  6. Part 5: Monitoring and Tuning
  7. Appendix A: DTL__CAPXTIMESTAMP Time Stamps

CDC Guide for Linux, UNIX, and Windows

CDC Guide for Linux, UNIX, and Windows

Configuring a Parameter File with Additional Parameters for the HANA CAPI_CONNECTION

Configuring a Parameter File with Additional Parameters for the HANA CAPI_CONNECTION

You can create a parameter file that contains optional JDBC connection properties and certain optional PowerExchange parameters. Then specify the path and file name for this parameter file in the PARMFILE parameter of the HANA CAPI_CONNECTION statement in the dbmover.cfg file.
The parameter file has the following syntax:
DATABASE [JDBCPROPS=property1=value&property2=value&...] ; OPTIONS [MAXREADSIZE=
records
] [PROGRESS={Y|
N
}] [
pwx_parameter_overrides
] ;
In the DATABASE section, you can include JDBC connection properties, such as compress and encrypt, that are used for connections to the SAP HANA database. For more information about these properties, see JDBC Connection Properties in the SAP HANA documentation.
In the OPTIONS section, you can include additional optional PowerExchange parameters. The following parameters can only be specified in this parameter file:
MAXREADSIZE=
records
The number of SAP HANA records to process in a read cycle. You can use this parameter to reduce the size of a UOW and to improve the throughput of large source tables.
PROGRESS={Y|
N
}
Controls whether the cycle progress is detailed in the log file. To show the cycle progress, specify Y.
Default is N.
You can also specify override settings for the following HANA CAPI_CONNECTION parameters:
  • FETCHSIZE
  • LOGCLEAR
  • LOGLEVEL
  • ONDATATRUNC
  • SSL
  • TIMEOUT
  • TRANSACTIONSIZE
If you use the parameter file to override existing parameter settingst, the log file shows both the override and original parameter values.
Example parameter file:
Enter JDBC properties under DATABASE, and enter the PowerExchange PROGRESS parameter under OPTIONS. Each section must end with a semicolon (;). For example:
DATABASE JDBCPROPS="autocommit=false&emptyTimestampIsNull=true&connectTimeout=6000&traceFile=traceFile.txt&traceOptions=CONNECTIONS" ; OPTIONS /* MAXREADSIZE=55 PROGRESS=Y ;

0 COMMENTS

We’d like to hear from you!