Skip to content

Commit 1352f54

Browse files
committed
Add Teradata TSG
1 parent 1955496 commit 1352f54

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,9 @@ items:
12781278
- name: Snowflake
12791279
href: connector-troubleshoot-snowflake.md
12801280
displayName: troubleshooting
1281+
- name: Teradata
1282+
href: connector-troubleshoot-teradata.md
1283+
displayName: troubleshooting
12811284
- name: XML format
12821285
href: connector-troubleshoot-xml.md
12831286
displayName: troubleshooting
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
## Error Message: Could not resolve Data Source=xxx.xxx.xxx to an available node after 1 attempts.
20+
21+
- **Symptoms**: Copy activity fails with the following error:
22+
23+
**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.`
24+
25+
- **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.
26+
27+
- **Resolution**: You are recommended to use a different SSL mode.
28+
29+
## Error Message: Remote certificate error.
30+
31+
- **Symptoms**: Copy activity fails with the following error:
32+
33+
**Message**: `[.NET Data Provider for Teradata] [115056] Remote certificate error. Details: SslPolicyErrors: RemoteCertificateNameMismatch.`
34+
35+
- **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.
36+
37+
- **Resolution**: You are recommended to use a different SSL mode.
38+
39+
## Related content
40+
41+
For more troubleshooting help, try these resources:
42+
43+
- [Connector troubleshooting guide](connector-troubleshoot-guide.md)
44+
- [Data Factory blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/bg-p/AzureDataFactoryBlog)
45+
- [Data Factory feature requests](https://feedback.azure.com/d365community/forum/1219ec2d-6c26-ec11-b6e6-000d3a4f032c)
46+
- [Azure videos](https://azure.microsoft.com/resources/videos/index/?sort=newest&services=data-factory)
47+
- [Microsoft Q&A page](/answers/topics/azure-data-factory.html)
48+
- [Stack Overflow forum for Data Factory](https://stackoverflow.com/questions/tagged/azure-data-factory)
49+
- [X information about Data Factory](https://x.com/hashtag/DataFactory)

0 commit comments

Comments
 (0)