Skip to content

Commit 6132ee6

Browse files
authored
Merge pull request #185678 from Clare-Zheng82/0121-Add_PolyBase_Permissions_TSG
Add PolyBase permission TSG
2 parents 21dfe75 + 4edea4a commit 6132ee6

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

articles/data-factory/data-flow-troubleshoot-connector-format.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Troubleshoot connector and format issues in mapping data flows
33
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
66
ms.reviewer: wiassaf
77
ms.service: data-factory
88
ms.subservice: data-flows
99
ms.topic: troubleshooting
10-
ms.date: 12/06/2021
10+
ms.date: 01/21/2022
1111
---
1212

1313

@@ -457,6 +457,27 @@ You use the Azure Blob Storage as the staging linked service to link to a storag
457457
#### Recommendation
458458
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.
459459

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+
460481
## Common Data Model format
461482

462483
### Model.json files with special characters

0 commit comments

Comments
 (0)