Skip to content

Commit 716c8e8

Browse files
Merge pull request #235408 from croblesm/crobles-0421-known-issues-update-follow-up
Updating known issues, adding more details about IR issue.
2 parents c928f60 + 2c2307d commit 716c8e8

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
@@ -15,7 +15,7 @@ ms.custom: seo-lt-2019
1515
Known issues and troubleshooting steps associated with the Azure SQL Migration extension for Azure Data Studio.
1616

1717
> [!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 the pre-migration validation using Azure Data Studio as a client. Please ensure you run Integration Runtime on a different machine than the network share hosting.
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
## Error code: 2007 - CutoverFailedOrCancelled
2121

@@ -215,6 +215,18 @@ WHERE STEP in (3,4,6);
215215

216216
- **Recommendation**: For more troubleshooting steps, see [Troubleshoot Azure Data Factory and Synapse pipelines](../data-factory/data-factory-troubleshoot-guide.md#error-code-2108).
217217

218+
219+
## Error code: 2049 - FileShareTestConnectionFailed
220+
221+
- **Message**: `The value of the property '' is invalid: 'Access to <share path> is denied, resolved IP address is <IP address>, network type is OnPremise'.`
222+
223+
- **Cause**: The network share where the database backups are stored is in the same machine as the self-hosted Integration Runtime (SHIR).
224+
225+
- **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```.
226+
> [!NOTE]
227+
> 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.
228+
229+
218230
## Error code: 2056 - SqlInfoValidationFailed
219231

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