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-mongodb.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
8
8
ms.subservice: data-movement
9
9
ms.topic: conceptual
10
10
ms.custom: synapse, ignite-2022
11
-
ms.date: 10/25/2022
11
+
ms.date: 07/24/2023
12
12
---
13
13
14
14
# Copy data from or to MongoDB using Azure Data Factory or Synapse Analytics
@@ -251,6 +251,36 @@ To achieve such schema-agnostic copy, skip the "structure" (also called *schema*
251
251
252
252
To copy data from MongoDB to tabular sink or reversed, refer to [schema mapping](copy-activity-schema-and-type-mapping.md#schema-mapping).
253
253
254
+
## Upgrade the MongoDB linked service to the latest version
255
+
256
+
Here are steps that help you upgrade your linked service and related queries:
257
+
258
+
1. Create a new MongoDB linked service and configure it by referring to [Linked service properties](#linked-service-properties).
259
+
1. If you use SQL queries in your pipelines that refer to the old MongoDB linked service, replace them with the equivalent MongoDB queries. See the following table for the replacement rules:
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).
Copy file name to clipboardExpand all lines: articles/data-factory/connector-troubleshoot-mongodb.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: jianleishen
6
6
ms.service: data-factory
7
7
ms.subservice: data-movement
8
8
ms.topic: troubleshooting
9
-
ms.date: 12/02/2022
9
+
ms.date: 07/24/2023
10
10
ms.author: jianleishen
11
11
ms.custom: has-adal-ref, synapse
12
12
---
@@ -28,6 +28,17 @@ This article provides suggestions to troubleshoot common problems with the Mongo
28
28
29
29
-**Resolution**: In the MongoDB connection string, add the *uuidRepresentation=standard* option. For more information, see [MongoDB connection string](connector-mongodb.md#linked-service-properties).
30
30
31
+
## Error code: DeprecatedMongoDbOdbcConnector
32
+
33
+
-**Message**:
34
+
`The MongoDB ODBC connector has been deprecated. To ensure continued functionality, please create a new MongoDB linked service. Detailed instructions can be found in this official Microsoft Azure guide: https://learn.microsoft.com/en-us/azure/data-factory/connector-mongodb?tabs=data-factory`
35
+
36
+
-**Cause**:
37
+
If you meet this error message, you need to migrate to a new version of MongoDB linked service.
38
+
39
+
-**Resolution**:
40
+
Refer to this [article](connector-mongodb.md#upgrade-the-mongoDB-linked-service-to-the-latest-version) to upgrade your MongoDB linked service to the latest version.
41
+
31
42
## Next steps
32
43
33
44
For more troubleshooting help, try these resources:
0 commit comments