Skip to content

Commit 81f6774

Browse files
Merge pull request #235451 from croblesm/crobles-0421-known-issues-update-follow-up-2
Adding new known issue related to Azure Data Studio
2 parents d81d3b9 + 574c441 commit 81f6774

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ WHERE STEP in (3,4,6);
222222

223223
- **Cause**: The network share where the database backups are stored is in the same machine as the self-hosted Integration Runtime (SHIR).
224224

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```.
225+
- **Recommendation**: The latest version of Integration Runtime (**5.28.8488**) prevents access to a network file share on a local host. 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 isn't possible with your current migration setup, you can use the option to opt out using ```DisableLocalFolderPathValidation```.
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
@@ -270,7 +270,7 @@ WHERE STEP in (3,4,6);
270270

271271
## Error code: Ext_RestoreSettingsError
272272

273-
- **Message**: Unable to read blobs in storage container, exception: The remote server returned an error: (403) Forbidden.;The remote server returned an error: (403) Forbidden
273+
- **Message**: Unable to read blobs in storage container, exception: The remote server returned an error: (403) Forbidden.; The remote server returned an error: (403) Forbidden
274274

275275
- **Cause**: The Azure SQL target is unable to connect to blob storage.
276276

@@ -315,6 +315,14 @@ Migrating to SQL Server on Azure VMs by using the Azure SQL extension for Azure
315315

316316
[!INCLUDE [sql-vm-limitations](includes/sql-virtual-machines-limitations.md)]
317317

318+
## Azure Data Studio Limitations
319+
320+
### Failed to start Sql Migration Service: Error: Request error:
321+
322+
- **Message**: `Error at ClientRequest.<anonymous> (c:\Users\MyUser\.azuredatastudio\extensions\microsoft.sql-migration-1.4.2\dist\main.js:2:7448) at ClientRequest.emit (node:events:538:35) at TLSSocket.socketOnEnd (node:_http_client:466:9) at TLSSocket.emit (node:events:538:35) at endReadableNT (node:internal/streams/readable:1345:12) at process.processTicksAndRejections (node:internal/process/task_queues:83:21)`
323+
- **Cause**: This issue occurs when Azure Data Studio isn't able to download the MigrationService package from https://github.com/microsoft/sqltoolsservice/releases. The download failure can be due to disconnected network work or unresolved proxy settings.
324+
- **Recommendation**: The sure fire way of solving this issue is by downloading the package manually. Follow the mitigation steps outlined in this link: https://github.com/microsoft/azuredatastudio/issues/22558#issuecomment-1496307891
325+
318326
## Next steps
319327

320328
- For an overview and installation of the Azure SQL migration extension, see [Azure SQL migration extension for Azure Data Studio](/sql/azure-data-studio/extensions/azure-sql-migration-extension)

0 commit comments

Comments
 (0)