Data Ingestion and Replication Release Notes > Common > Fixed issues
  

Fixed issues

The following tables describe fixed issues that apply to two or more ingestion types. Not all monthly releases include fixed issues.

July 2024 fixed issues

Issue
Description
AIN-6535
Application ingestion and replication and database ingestion and replication jobs that use the Superpipe option to stream data to a Snowflake target fail with the following exception when there is a large number of target tables and no LIMIT on the show columns command.
SnowflakeSQLException: Statement exhausted execution resources and was canceled. Please contact support.
AIN-6527
Application ingestion and replication and database ingestion and replication jobs fail if the source table name contains a forward slash (/).
DBMI-18843
Application ingestion and replication jobs and database ingestion and replication jobs that have a PostgreSQL target fail with the following error if you enabled the SSL encryption method in the PostgreSQL connection properties but didn't specify a KeyStore value:
Process <UNLOAD-SALESFORCE-Account PostgreSQLFile Writer> failed to initialize due to an unexpected exception creating of POSTGRESQL connection. Error : [informatica][PostgreSQL JDBC Driver]Error establishing socket to host and port: <host>:<port>. Reason: null (No such file or directory)
DBMI-18827
Application ingestion and replication jobs and database ingestion and replication jobs that use the Superpipe option to stream rows of data directly to Snowflake target tables need to prevent the stream from becoming stale during periods of no change data activity, when the pointer for the last read is not advanced. If the stream becomes stale, views of the CDC target tables might not be available.

May 2024 fixed issues

Issue
Description
DBMI-17836
Application ingestion and replication and database ingestion and replication incremental load and combined initial and incremental load jobs that have a Databricks Delta target, have no primary key in the source table and use a custom setting for column name case transformation might fail with a MERGE INTO query, resulting in an improper column matching.

April 2024 fixed issues

Issue
Description
DBMI-15990
Application ingestion and replication and database ingestion and replication incremental load and combined initial and incremental load jobs that have a SQL Server source table with LOB columns but no primary key might apply duplicate records to the corresponding target table.
DBMI-15836
Application ingestion and replication and database ingestion and replication incremental load and combined load jobs that have a Databricks Delta target and use Microsoft Azure Data Lake Storage (ADLS) Gen2 to stage data do not delete the parent staging directory after all CDC cycles have ended and all cycle-specific subdirectories have been deleted. The parent directory should also be deleted.