April 2025 - Teradata VantageCloud Lake

Lake - Updates and Changes

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
gze1736983055688.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
gze1736983055688

The following lists the fixed and known issues in this release. If you experience any of the following issues, open an incident with Teradata Customer Support and include the Key in your description.

Known Issues

Vantage ModelOps

Key Description
VMO - 1747 ModelOps provisioning could fail due to Private DNS timeout after 5 minutes.

Workaround: Delete ModelOps and retry ModelOps provisioning.

Deployments: Lake on AWS

User Defined Functions

Key Description
UDF - 1709 BYOM functions may fail after a database restart. This is due to a problem with UDF containers being out of sync.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

OptToolsCloud

Key Description
TCOPTT-1012 In VantageCloud Lake, when upgrading to the August 2024 release or later, if the PDCR history table PDCRDATA.AcctgDtl_Hst, Acctg_Hst, MonitorSession_Hst, TDWMThrottleStats_Hst or TDWMUtilityStats_Hst contains data (e.g., from a previous migration), then it will not be converted to an OFS table and the table's corresponding collection job will not run.

Workaround: Run SQL statements to rename the existing table and create a new empty table in OFS. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

SQLE Services

Key Description
SQLES-14124 If encryption is enabled for internal bucket, it can cause failure of provisioning of the QueryGrid component.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on Azure| GC| AWS

Open Table Format

Key Description
OTF-3306 Insert Statement Fails with "Index Out of Bounds" for Iceberg/DeltaLake Unity.

Workaround: Use all lowercase for both the table column names and the PARTITIONED BY clause.

Problem query:

create table iceberg_unity.otfdev.tab1( AGE BIGINT,

EMP_ID BIGINT,

FIRST_NM VARCHAR(30),

LAST_NM VARCHAR(30))

partitioned by(emp_id);

Workaround for this issue:

create table iceberg_unity.otfdev.tab1( AGE BIGINT,

emp_id BIGINT,

FIRST_NM VARCHAR(30),

LAST_NM VARCHAR(30))

partitioned by(emp_id);
If you use uppercase letters for column names in the CREATE TABLE statement or the PARTITIONED BY clause, it will result in an error. So, for a workaround, always use lowercase column names in both the CREATE TABLE statement and the PARTITIONED BY clause

Deployments: Lake on Azure| GC| AWS

OTF-3206 DeltaLake Glue query fails with TD_OTFDB.TD_DELTA_READ: Provider for class javax.xml.stream.XMLInputFactory cannot be created.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

OTF-3023 Intermittent issue where OTF query cannot open the input stream.

Workaround: Restart Java OTF UDF Server. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

HARM

Key Description
HARM-5668 When using dot notation to shred a result JSON value in a result set, a 3807 error can be returned. This error only occurs when upgrades are in progress.

Workaround: Avoid using dot notation to shred the JSON object.

Deployments: Lake on Azure| GC| AWS

COG

Key Description
COG-10689 Analytic COGs could be stuck in "resuming" state.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on Azure| GC| AWS

Cloud Control Plane

Key Description
CCP-9545 When Full System Restore or Failover fails, incorrect error message is displayed on the console.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

CCP-9544 Retrying Failover job may not run properly.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

Fixed Issues

Vantage ModelOps

Key Description
VMO - 1599 ModelOps deployment may fail if previously deleted. This is due to resources not having properly been cleaned up.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

VMO - 1573 ModelOps may not function after upgrade.

Workaround: None. Submit a case from Support Portal to engage Teradata Support for assistance.

Deployments: Lake on AWS

User-Defined Functions

Key Description
UDF-1427 It was discovered that there are issues in supporting more than one third party UDF solutions, including the following:
  1. If two third-party solutions are installed in the same environment, upgrade (including blue/green or in-place upgrade) will not be successful.
  2. If the user wants to make any changes (e.g. update or delete) the system may hang.
  3. If the customer wants to install more than one third party solutions at the same time (rare scenario), one or both may fail.

Workaround: There is no workaround to install more than one third party UDF solutions until this issue is resolved. If running into any issues, please open a case from Support Portal to engage Teradata Support for assistance.

Deployments: AWS is the only platform on Lake supporting more than one third-party solution.