Notable fixes and known issues
Data Integration
Feature | Description |
---|---|
IBM DB2 Z/OS connection issue | You may encounter the following connection issue when you use a recently
released IBM Data Server Driver for JDBC and SQLJ and Data
Server:
To avoid this issue, you have to enter the following parameter, "securityMechanism=3;", in the JDBC parameters in the Advanced settings tab of any DB2 component, or in tCreateTable. For more information on this issue, search for securityMechanism in the IBM documentation. |
IBM DB2 Z/OS timestamp issue | You may encounter the PM92838 issue when you use timestamp with DB2
components using IBM DB2 Z/OS version 13. To avoid this issue, you have to:
For more information on this issue, search for deferPrepares in the IBM documentation. |
Data Mapper
Feature | Description |
---|---|
Deployment error for Routes with cMap due to Saxon dependencies | The classloading conflicts preventing a Route containing cMap to run has been fixed. You can now run a Route containing cMap and other components that require the Saxon open source library without having conflicts. |
Issue with the IS_REPAIRING_NAMESPACES option in XML SAX Writer | The IS_REPAIRING_NAMESPACES option used in the XML
SAX Writer (javax.xml.stream.XMLStreamWriter) causing issues about XML control and
automatic prefix generation has been removed. To avoid further issues, all namespaces are now declared in the Namespace Containers as xmlns declarations on the root element produced by the XML SAX Writer. |
Data Quality
Feature | Description |
---|---|
Performance issue with DataMasking.encryptAESGCM |
This issue has been fixed. |