You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/connector-odbc.md
+2-41Lines changed: 2 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.workload: data-services
12
12
13
13
14
14
ms.topic: conceptual
15
-
ms.date: 01/09/2020
15
+
ms.date: 04/22/2020
16
16
ms.author: jingwang
17
17
18
18
---
@@ -33,7 +33,7 @@ This ODBC connector is supported for the following activities:
33
33
34
34
You can copy data from ODBC source to any supported sink data store, or copy from any supported source data store to ODBC sink. For a list of data stores that are supported as sources/sinks by the copy activity, see the [Supported data stores](copy-activity-overview.md#supported-data-stores-and-formats) table.
35
35
36
-
Specifically, this ODBC connector supports copying data from/to **any ODBC-compatible data stores** using **Basic** or **Anonymous** authentication. A **64-bit ODBC driver** is required.
36
+
Specifically, this ODBC connector supports copying data from/to **any ODBC-compatible data stores** using **Basic** or **Anonymous** authentication. A **64-bit ODBC driver** is required. For ODBC sink, ADF support ODBC version 2.0 standard.
37
37
38
38
## Prerequisites
39
39
@@ -234,49 +234,10 @@ To copy data to ODBC-compatible data store, set the sink type in the copy activi
234
234
]
235
235
```
236
236
237
-
## SAP HANA sink
238
-
239
-
>[!NOTE]
240
-
>To copy data from SAP HANA data store, refer to native [SAP HANA connector](connector-sap-hana.md). To copy data to SAP HANA, please follow this instruction to use ODBC connector. Note the linked services for SAP HANA connector and ODBC connector are with different type thus cannot be reused.
241
-
>
242
-
243
-
You can copy data to SAP HANA database using the generic ODBC connector.
244
-
245
-
Set up a Self-hosted Integration Runtime on a machine with access to your data store. The Integration Runtime uses the ODBC driver for SAP HANA to connect to the data store. Therefore, install the driver if it is not already installed on the same machine. See [Prerequisites](#prerequisites) section for details.
246
-
247
-
Before you use the SAP HANA sink in a Data Factory solution, verify whether the Integration Runtime can connect to the data store using instructions in [Troubleshoot connectivity issues](#troubleshoot-connectivity-issues) section.
248
-
249
-
Create an ODBC linked service to link a SAP HANA data store to an Azure data factory as shown in the following example:
Copy file name to clipboardExpand all lines: articles/data-factory/connector-sap-hana.md
+30-2Lines changed: 30 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.service: data-factory
10
10
ms.workload: data-services
11
11
ms.topic: conceptual
12
12
ms.custom: seo-lt-2019
13
-
ms.date: 02/17/2020
13
+
ms.date: 04/22/2020
14
14
---
15
15
16
16
# Copy data from SAP HANA using Azure Data Factory
@@ -41,7 +41,7 @@ Specifically, this SAP HANA connector supports:
41
41
- Parallel copying from a SAP HANA source. See the [Parallel copy from SAP HANA](#parallel-copy-from-sap-hana) section for details.
42
42
43
43
> [!TIP]
44
-
> To copy data **into** SAP HANA data store, use generic ODBC connector. See [SAP HANA sink](connector-odbc.md#sap-hana-sink) with details. Note the linked services for SAP HANA connector and ODBC connector are with different type thus cannot be reused.
44
+
> To copy data **into** SAP HANA data store, use generic ODBC connector. See [SAP HANA sink](#sap-hana-sink) section with details. Note the linked services for SAP HANA connector and ODBC connector are with different type thus cannot be reused.
45
45
46
46
## Prerequisites
47
47
@@ -294,6 +294,34 @@ When copying data from SAP HANA, the following mappings are used from SAP HANA d
294
294
| TIMESTAMP | DateTime |
295
295
| VARBINARY | Byte[]|
296
296
297
+
### SAP HANA sink
298
+
299
+
Currently, the SAP HANA connector is not supported as sink, while you can use generic ODBC connector with SAP HANA driver to write data into SAP HANA.
300
+
301
+
Follow the [Prerequisites](#prerequisites) to set up Self-hosted Integration Runtime and install SAP HANA ODBC driver first. Create an ODBC linked service to connect to your SAP HANA data store as shown in the following example, then create dataset and copy activity sink with ODBC type accordingly. Learn more from [ODBC connector](connector-odbc.md) article.
0 commit comments