File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Troubleshoot connector and format issues in mapping data flows
3
3
description : Learn how to troubleshoot data flow problems related to connector and format in Azure Data Factory.
4
- author : linda33wj
5
- ms.author : jingwang
4
+ author : jianleishen
5
+ ms.author : jianleishen
6
6
ms.reviewer : wiassaf
7
7
ms.service : data-factory
8
8
ms.subservice : data-flows
9
9
ms.topic : troubleshooting
10
- ms.date : 12/06/2021
10
+ ms.date : 01/21/2022
11
11
---
12
12
13
13
@@ -457,6 +457,27 @@ You use the Azure Blob Storage as the staging linked service to link to a storag
457
457
#### Recommendation
458
458
Create an Azure Data Lake Gen2 linked service for the storage, and select the Gen2 storage as the staging linked service in data flow activities.
459
459
460
+ ### Failed with an error: "shaded.msdataflow.com.microsoft.sqlserver.jdbc.SQLServerException: User does not have permission to perform this action."
461
+
462
+ #### Symptoms
463
+
464
+ When you use Azure Synapse Analytics as a source/sink and use PolyBase staging in data flows, you meet the following error: <br />
465
+
466
+ ` shaded.msdataflow.com.microsoft.sqlserver.jdbc.SQLServerException: User does not have permission to perform this action. `
467
+
468
+ #### Cause
469
+
470
+ PolyBase requires certain permissions in your Synapse SQL server to work.
471
+
472
+ #### Recommendation
473
+
474
+ Grant the permissions below in your Synapse SQL server when you use PolyBase:
475
+
476
+ ** ALTER ANY SCHEMA** <br />
477
+ ** ALTER ANY EXTERNAL DATA SOURCE** <br />
478
+ ** ALTER ANY EXTERNAL FILE FORMAT** <br />
479
+ ** CONTROL DATABASE** <br />
480
+
460
481
## Common Data Model format
461
482
462
483
### Model.json files with special characters
You can’t perform that action at this time.
0 commit comments