Skip to content

Commit 6593923

Browse files
author
Carlos Robles
committed
Updating known issues, adding more details about IR issue.
1 parent 66b0e8a commit 6593923

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.custom: seo-lt-2019
1414

1515
Known issues and troubleshooting steps associated with the Azure SQL Migration extension for Azure Data Studio.
1616

17-
> [!NOTE]
18-
> When checking migration details using the Azure Portal, Azure Data Studio or PowerShell / Azure CLI you might see the following error: *Operation Id {your operation id} was not found*. This can either be because you provided an operationId as part of an api parameter in your get call that does not exist, or the migration details of your migration were deleted as part of a cleanup operation.
17+
> [!IMPORTANT]
18+
> The latest version of Integration Runtime (5.28.8488) prevents access to a network file share on a local host. This security measure will lead to failures when performing migrations to Azure SQL using DMS. Please ensure you run Integration Runtime on a different machine than the network share hosting.
1919
2020

2121
## Error code: 2007 - CutoverFailedOrCancelled
@@ -205,6 +205,16 @@ WHERE STEP in (3,4,6);
205205
- **Recommendation**: For more troubleshooting steps, see [Troubleshoot Azure Data Factory and Synapse pipelines](../data-factory/data-factory-troubleshoot-guide.md#error-code-2108).
206206

207207

208+
## Error code: 2049 - FileShareTestConnectionFailed
209+
210+
- **Message**: `The value of the property '' is invalid: 'Access to <share path> is denied, resolved IP address is <IP address>, network type is OnPremise'.`
211+
212+
- **Cause**: The network share where the database backups are stored is in the same machine as the self-hosted Integration Runtime (SHIR).
213+
214+
- **Recommendation**: The latest version of Integration Runtime (**5.28.8488**) prevents access to a network file share on a local host. Please ensure you run Integration Runtime on a different machine than the network share hosting. If hosting the self-hosted Integration Runtime and the network share on different machines is not possible with your current migration setup, you can use the option to opt-out using ```DisableLocalFolderPathValidation```.
215+
> [!NOTE]
216+
> 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.
217+
208218
## Error code: 2056 - SqlInfoValidationFailed
209219

210220
- **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)