Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 175191d

Browse files
authored
Merge pull request #13191 from itechedit/two-data-flow-teradata-articles
edit pass: two data-flow/teradata articles
2 parents 0809edb + 1b0b8fc commit 175191d

3 files changed

Lines changed: 112 additions & 136 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<Token>**APPLIES TO:** ![yes](media/yes.png)SQL Server, including on Linux ![yes](media/yes.png)Azure SQL Database ![yes](media/yes.png)Azure Synapse Analytics (SQL DW) ![no](media/no.png)Parallel Data Warehouse</Token>
1+
<Token>**APPLIES TO:** ![yes](media/yes.png)SQL Server, including on Linux ![yes](media/yes.png)Azure SQL Database ![yes](media/yes.png)Azure Synapse Analytics ![no](media/no.png)Parallel Data Warehouse</Token>
Lines changed: 30 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Teradata connection manager | Microsoft Docs"
2+
title: "Use the Teradata connection manager | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "11/22/2019"
55
ms.prod: sql
@@ -10,78 +10,56 @@ ms.topic: conceptual
1010
author: chugugrace
1111
ms.author: chugu
1212
---
13-
# Teradata connection manager
13+
# Use the Teradata connection manager
1414

1515
[!INCLUDE[ssis-appliesto](../../includes/ssis-appliesto-ssvrpluslinux-asdb-asdw-xxx.md)]
1616

17-
A Teradata Connection Manager is used to enable a package to extract data from Teradata databases and load data into Teradaata databases.
17+
With the Teradata connection manager, you can enable a package to extract data from Teradata databases and load data into Teradata databases.
1818

19-
The **ConnectionManagerType** property for the Teradata connection manager is set to **TERADATA**.
19+
You set the Teradata connection manager `ConnectionManagerType` property to *TERADATA*.
2020

21-
## Configuring the Teradata connection manager
21+
## Configure the Teradata connection manager
2222

23-
Connection Manager configuration changes will be resolved by Integration Services at runtime. Use the **Teradata Connection Manager Editor** dialog box to add a connection to a Teradata data source.
24-
![connection manager editor](media/teradata-connection-manager.png)
23+
Connection manager configuration changes are resolved by Integration Services at runtime. To add a connection to a Teradata data source, complete the information in the **Teradata Connection Manager Editor** pane.
2524

26-
### Options
25+
![The Teradata Connection Manager Editor pane](media/teradata-connection-manager.png)
2726

28-
#### Connection manager information
27+
1. In the **Name** box, enter a name for the connection. The default name is **Teradata Connection Manager**.
2928

30-
Enter information about the connection manager.
29+
1. (Optional) In the **Description** box, enter a description of the connection.
3130

32-
**Name**
31+
1. In the **Server name** box, enter the name of the Teradata server to connect to.
3332

34-
Enter a name for the connection. The default name is **Teradata Connection Manager**.
33+
1. Under **Authentication**, do either of the following:
3534

36-
**Description**
35+
- To use Windows authentication, select **Use Windows Authentication**.
36+
- To use Teradata database authentication, select **Use Teradata Authentication**, and then enter the following credentials for this type of authentication:
37+
- In the **Mechanism** box, enter the security checking mechanism you want to use. Valid mechanism values include TD1, TD2, LDAP, KRB5, KRB5C, NTLM, and NTLMC.
38+
- In the **Parameter** box, enter the types of parameters that are required for the security checking mechanism you've entered.
39+
- In the **User name** box, enter the username that you use to connect to the Teradata database.
40+
- In the **Password** box, enter the Teradata database password of the user.
3741

38-
Enter a description of the connection. This is optional.
42+
1. (Optional) In the **Default database** drop-down list, select the Teradata database to connect to. If this database-access permission is incorrect, an error is displayed, and you can then manually enter the database name.
3943

40-
**Server info**
44+
1. (Optional) In the **Account** box, enter the name of the account that corresponds to the user name. If this value is empty, the account for the immediate owner of the database is used.
45+
1. Select **OK**.
4146

42-
Enter the information of the Teradata server to connect.
47+
## Custom property
4348

44-
**Server name**
45-
46-
Enter the name of the Teradata server to connect.
47-
48-
**Authentication**
49-
50-
- **Use Windows Authentication**: Select this to use Windows authentication.
51-
- **Use Teradata Authentication**: Select this to use Teradata database authentication. Enter the credentials as below for this type of authentication:
52-
- **Mechanism**: Select the desired security checking mechanism, valid Mechanism values include TD1, TD2, LDAP, KRB5, KRB5C, NTLM, NTLMC.
53-
- **Parameter**: Type parameters required for the desired security checking mechanism.
54-
- **User name**: Type user name used to connect to the Teradata database.
55-
- **Password**: Type Teradata database password of the user.
56-
57-
**Default database**
58-
59-
This is optional.
60-
Select the Teradata database to connect if access permission is correct. Drop-down will return error if access permission is not correct, then manually enter the database name.
61-
62-
**Account**
63-
64-
This is optional.
65-
Type the name of the account that identifies the user name.
66-
If this value is empty, the account for the immediate owner of the database is used.
67-
68-
### Custom property
69-
70-
**UseUTF8CharSet**:
71-
72-
Specifies whether the UTF8 character set is used. The default value is true.
49+
The custom property `UseUTF8CharSet` specifies whether the UTF-8 character set is used. The default value is *True*.
7350

7451
To set the property:
7552

76-
1. From the Connection Manager area in SSDT, right click the Teradata Connection Manager and select Properties.
77-
2. In the Properties pane, select True or False for UseUTF8CharSet property.
53+
1. Open SQL Server Data Tools (SSDT).
54+
1. In the **Connection Manager** area, right-click **Teradata Connection Manager**, and then select **Properties**.
55+
1. In the **Properties** pane, for the `UseUTF8CharSet` property, select either *True* or *False*.
7856

79-
## Teradata connection manager troubleshooting
57+
## Troubleshoot the Teradata connection manager
8058

81-
Enable Windows ODBC tracing in the Windows ODBC Data Source Administrator, to log Teradata connection manager calls to Teradata ODBC driver.
59+
To log Teradata connection manager calls to the Teradata Open Database Connectivity (ODBC) driver, enable Windows ODBC tracing in the Windows ODBC Data Source Administrator.
8260

8361
## Next steps
8462

85-
- Configure [Teradata source](teradata-source.md)
86-
- Configure [Teradata destination](teradata-destination.md).
87-
- If you have questions, visit [Tech Community](https://aka.ms/AA5u35j).
63+
- Configure the [Teradata source](teradata-source.md).
64+
- Configure the [Teradata destination](teradata-destination.md).
65+
- If you have questions, visit the [Tech Community](https://aka.ms/AA5u35j).

0 commit comments

Comments
 (0)