Skip to content

Commit c833edc

Browse files
Merge pull request #283003 from abhims14/patch-12
Update known-issues-azure-sql-migration-azure-data-studio.md
2 parents 2086506 + 7916d7d commit c833edc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/dms/known-issues-azure-sql-migration-azure-data-studio.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: abhims14
66
ms.author: abhishekum
77
ms.reviewer: maghan, randolphwest
88
ms.date: 11/30/2023
9-
ms.service: dms
9+
ms.service: azure-database-migration-service
1010
ms.topic: troubleshooting
1111
ms.custom:
1212
- sql-migration-content
@@ -226,6 +226,18 @@ This article provides a list of known issues and troubleshooting steps associate
226226
> [!NOTE]
227227
> For more information, see [Set up an existing self-hosted IR via local PowerShell](../data-factory/create-self-hosted-integration-runtime.md#set-up-an-existing-self-hosted-ir-via-local-powershell). Use the disabling option with discretion as this is less secure.
228228
229+
## Error code: 2055 - SqlInfoCollectionFailed
230+
231+
- **Message**: `A database operation failed with the following error: 'VIEW SERVER PERFORMANCE STATE permission was denied on object 'server', database 'master'. The user does not have permission to perform this action.`
232+
233+
- **Cause**: The login used for target server(Azure SQL DB) does not has ##MS_ServerStateReader## server role.
234+
235+
- **Recommendation**: Provide ##MS_ServerStateReader## role to the login for Azure SQL Target.
236+
Query:
237+
ALTER SERVER ROLE ##MS_ServerStateReader## ADD MEMBER login.
238+
239+
Note: This query should be run in context of master DB
240+
229241
## Error code: 2056 - SqlInfoValidationFailed
230242

231243
- **Message**: `CollationMismatch: Source database collation <CollationOptionSource> is not the same as the target database <CollationOptionTarget>. Source database: <SourceDatabaseName> Target database: <TargetDatabaseName>.`

0 commit comments

Comments
 (0)