Release Notes 2.6.13
Date: 09 SEP 2019
Bug Fixes
Component: Data Ingestion and Synchronization
- IPD-8524 - Load Time Read from Incorrect Table: During full load for SQL Server log-based ingestion, current timestamp from database was used as load time instead of the max value from the CDC table. This issue has now been fixed.
- IPD-8525 - Missing Records in SQL Server Log-based Ingestion: The records added with the same load time as the previous ingestion were not being ingested. This issue has now been fixed by adding ingest operation in the CDC query.
- IPD-8526 - Log-based Merge Issue for Golden Gate: During Oracle log-based ingestion, if a record is inserted and updated in a single transaction, either of the records were ingested. This issue has been fixed and now the updated record will be ingested. Also, if a record is updated multiple times in a single transaction, the record will be ingested based on the priority value in the column set using the SEQUENCE_NO_COL configuration.
Installation
Refer Installation to install Infoworks DataFoundry 2.6.13.
Upgrading to This Release
To upgrade your current Infoworks ADE version, execute the following commands on the edge node:
NOTE: Before starting the upgrade, ensure that all Infoworks services are running and no Infoworks jobs are running.
- Navigate to the bin directory using the following command:
cd $IW_HOME/bin
; where, $IW_HOME is the directory where the Infoworks ADE is installed. - Download the update script using the following command:
wget <link-to-download>
- Reach out to your Infoworks representative to get the link to download.
- Upgrade the Infoworks ADE version using the following command:
bash update.sh <version>
; ensure you specify the target version. For example,bash update.sh 2.6.13
.
Post-Upgrade Procedure
- For SQL Server tables and OGG-based ingestion, perform Initialize and Ingest (full load ingestion) for all tables.