IBM DB2 Component Release Notes
This page lists the main features added to the IBM DB2 Component.
Feature Highlights
Version 2.0.3
Change Data Capture (CDC)
Multiple improvements have been performed to homogenize the usage of Change Data Capture (CDC) in the various Components.
Parameters have been homogenized, so that all Templates should now have the same CDC Parameters, with the same support of features.
Multiple fixes have also been performed to correct CDC issues. Refer to the changelog for the exact list of changes.
Version 2.0.2
Fix the reverse of DB2 / 400 which could contain invalid characters
When doing a reverse on AS/400 the table and column comments sometimes contain some invisible characters incompatible with Unicode, which cause issues when saving the Metadata, raising exceptions such as "java.lang.RuntimeException: An invalid XML character (Unicode 0x0) was found in the element content.".
To avoid such issues, the reverse does not reverse comments anymore for DB2 / 400, as they can contain invalid characters.
Change Log
Version 2.0.3 (IBM DB2 Component)
New Features
-
DI-1773: DB2 Technologies - Add a default size for VARCHAR datatypes
-
DI-1912: Templates updated - support having CDC sources on Templates which were not supporting it (such as staging templates)
-
DI-1910: Templates updated - New parameter 'Cdc Subscriber' on Templates on which it was not handled yet
-
DI-1909: Templates updated - New Parameters 'Unlock Cdc Table' and 'Lock Cdc Table' to configure the behaviour of CDC tables locking
Bug Fixes
-
DI-968: Replicator XML to Rdbms - When replicating into DB2 AS/400, VARCHAR columns were unexpectedly created without size, which could cause issues: they are now created with a default size of 1000
-
DI-1157: Integration DB2-400 - "drop the pre-integration table" was never executed because the previous link was not properly defined
-
DI-1908: Templates updated - The 'Cdc Subscriber' parameter was ignored in some Templates on Lock / Unlock CDC steps
-
DI-1907: Templates updated - The 'Cdc Subscriber' parameter was ignored in some Templates when querying the source data