Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Release Notes for October 2025
  3. Administrator
  4. API Center
  5. API Manager
  6. API Portal
  7. Application Integration
  8. B2B Gateway
  9. B2B Partners Portal
  10. Business 360 Console
  11. CLAIRE GPT
  12. Cloud Data Integration for PowerCenter (CDI-PC)
  13. Data Governance and Catalog
  14. Data Ingestion and Replication
  15. Data Integration
  16. Data Marketplace
  17. Data Profiling
  18. Data Quality
  19. Data Validation
  20. Human Tasks
  21. Integration Hub
  22. MDM - Customer 360 SaaS
  23. MDM - Product 360 SaaS
  24. MDM - Reference 360
  25. MDM - Supplier 360 SaaS
  26. Metadata Command Center
  27. Monitor
  28. Multidomain MDM SaaS
  29. Operational Insights

Release Notes

Release Notes

Microsoft SQL Server Connector

Microsoft SQL Server Connector

Fixed issues

The following table describes fixed issues:
Issue
Description
DBMI-26235
Database ingestion and replication jobs that have an Oracle source and SQL Server target incorrectly map source CLOB columns to target VARCHAR columns by default. Because SQL Server VARCHAR columns support only ASCII data, any non-ASCII characters from the source are not stored correctly in the target. Change the default mapping to a target data type such as NVARCHAR(MAX) that would avoid the problem and achieve better data consistency.
(October 2025)
DBMI-25825
Database ingestion and replication jobs that have an Oracle source and SQL Server target incorrectly map source VARCHAR2 columns to target VARCHAR columns by default. Because SQL Server VARCHAR columns support only ASCII data, any non-ASCII characters from the source are not stored correctly in the target. Change the default mapping to a target data type such as NVARCHAR(MAX) that would avoid the problem and achieve better data consistency.
(October 2025)
DBMI-25520
Database ingestion and replication incremental load and combined load jobs that have a SQL Server source with XML columns and a SQL Server target might fail with the following error:
Conversion of one or more characters from XML to target collation impossible. Error code: 6355
.
The error occurs when the job tries to convert the source XML data to the intermediate varchar(max) data type in staging, before writing the data to the target XML column.
(October 2025)
DBMI-24657
For database ingestion and replication incremental load or combined load jobs that have a SQL Server source, if an Update operation writes a non-null value of more than 100 characters to a source TEXT column, that data is truncated in the corresponding SQL Server target table. However, the target log tables contain the full, non-truncated data value.
(July 2025)
DBMI-24544
After database ingestion and replication combined jobs that have a SQL Server source and Oracle target run using Audit apply mode, if you add a source column and then perform a
Resync (refresh)
operation, the job fails. The problem occurs because the Add Column schema drift operation adds the column at the end of the target table. However, the Resync (refresh) operation causes the added column to appear before the audit columns in the source schema. This discrepancy leads to a mismatch in order of target columns and data received.
(July 2025)
DBMI-24125
Database ingestion and replication incremental load or combined load jobs that have a SQL Server source and use the
Log-based
CDC method might incorrectly process an update not involving the primary key as a pair of delete and insert operations that have the same sequence value. After restarting the job, the insert operation might have a different sequence value. This discrepancy occurs because the restart temporarily switches to
CDC Tables
mode, which doesn’t handle the update in the same manner as
Log-based
mode.
(May 2025)
DBMI-23957
Database ingestion and replication jobs that have a Microsoft SQL Server source and process an update in a primary key and a non-primary key column in a single transaction might produce an incorrect timestamp in the DATETIME column on the Microsoft SQL Server target.
(May 2025)
DBMI-23610
Database ingestion and replication jobs that have a Microsoft SQL Server source might fail to read the CDC capture instance tables because of a deadlock error.
(May 2025)
DBMI-23467
A database ingestion and replication job that has a Microsoft SQL Server source and is configured to pause between reconnection attempts might retry the connection to the database without waiting for the requested delay.
(May 2025)

0 COMMENTS

We’d like to hear from you!