Skip to content

Commit 8fa718a

Browse files
authored
Merge pull request #299510 from Lucky-Wang16/0508-Add_Teradata_TSG
Add Teradata TSG
2 parents e196d5f + 795a89b commit 8fa718a

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,9 @@ items:
12811281
- name: Snowflake
12821282
href: connector-troubleshoot-snowflake.md
12831283
displayName: troubleshooting
1284+
- name: Teradata
1285+
href: connector-troubleshoot-teradata.md
1286+
displayName: troubleshooting
12841287
- name: XML format
12851288
href: connector-troubleshoot-xml.md
12861289
displayName: troubleshooting
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Troubleshoot the Teradata connector
3+
titleSuffix: Azure Data Factory & Azure Synapse
4+
description: Learn how to troubleshoot issues with the Teradata connector in Azure Data Factory and Azure Synapse Analytics.
5+
author: jianleishen
6+
ms.subservice: data-movement
7+
ms.topic: troubleshooting
8+
ms.date: 05/08/2025
9+
ms.author: jianleishen
10+
ms.custom: has-adal-ref, synapse
11+
---
12+
13+
# Troubleshoot the Teradata connector in Azure Data Factory and Azure Synapse
14+
15+
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
16+
17+
This article provides suggestions to troubleshoot common problems with the Teradata connector in Azure Data Factory and Azure Synapse.
18+
19+
## Applies to: Version 2.0 (Preview)
20+
21+
This section provides troubleshooting guidance for issues encountered when using Teradata connector version 2.0 (Preview) in Azure Data Factory and Azure Synapse.
22+
23+
### Error Message: Could not resolve Data Source=xxx.xxx.xxx to an available node after 1 attempts.
24+
25+
- **Symptoms**: Copy activity fails with the following error:
26+
27+
**Message**: `[.NET Data Provider for Teradata] [115025] Could not resolve Data Source=xxx.xxx.xxx to an available node after 1 attempts. [Socket Transport] [10060] System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond xx.xx.xx.xx.`
28+
29+
- **Cause**: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond xx.xx.xx.xx.
30+
31+
- **Resolution**: You are recommended to use a different SSL mode.
32+
33+
### Error Message: Remote certificate error.
34+
35+
- **Symptoms**: Copy activity fails with the following error:
36+
37+
**Message**: `[.NET Data Provider for Teradata] [115056] Remote certificate error. Details: SslPolicyErrors: RemoteCertificateNameMismatch.`
38+
39+
- **Cause**: The Subject Alternative Name (SAN) extension of the remote TLS certificate does not contain the hostname or the IP address which was used to establish the connection.
40+
41+
- **Resolution**: You are recommended to use a different SSL mode.
42+
43+
## Related content
44+
45+
For more troubleshooting help, try these resources:
46+
47+
- [Connector troubleshooting guide](connector-troubleshoot-guide.md)
48+
- [Data Factory blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/bg-p/AzureDataFactoryBlog)
49+
- [Data Factory feature requests](https://feedback.azure.com/d365community/forum/1219ec2d-6c26-ec11-b6e6-000d3a4f032c)
50+
- [Microsoft Q&A page](/answers/topics/azure-data-factory.html)
51+
- [Stack Overflow forum for Data Factory](https://stackoverflow.com/questions/tagged/azure-data-factory)
52+
- [X information about Data Factory](https://x.com/hashtag/DataFactory)

0 commit comments

Comments
 (0)