Copy Order By option failing for Kafka targets |
Copy request where the source table retrieval order is set to be retrieved in order of mappings |
MXSHR-5447 |
5.8.00.05 |
Replications to Kafka targets with a Text Distribution fails |
Replication to Kakfa targets with a text distribution key when using Distribution key partitioning |
MXSHR-5447 |
5.8.00.05 |
Using the RRN value from IBMi for the Distribution key to Kafka targets generates a different message key depending on whether it is a Copy or Replication request. |
Replication and Copy requests from IBMi to Kafka with Distribution Key partitioning |
MXSHR-5447 |
5.8.00.05 |
validation error: 1075-S2-ERROR-The column "seq [int identity identity]" in table xxx.dbo.yyy@<database name> has a datatype which is not supported for replication. The error happens as the JDBC driver now adds "identity" as text for identity columns. This is added "identity" next to the datatype. e.g if "int" is "identity" column then JDBC driver sends "int identity". The fix now removes identity as it is not a datatype, we have SQL query to get identity columns. |
Configuration and Replication |
MXSHR-5950 |
5.8.00.05 |