Skip to content

Commit e2230ce

Browse files
authored
Merge pull request #275386 from abhims14/patch-8
Update known-issues-azure-sql-migration-azure-data-studio.md
2 parents d5d1f05 + e754f19 commit e2230ce

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,26 @@ This article provides a list of known issues and troubleshooting steps associate
388388

389389
- **Recommendation**: To debug this issue, you can try pinging your Azure Blob Storage URL from your SQL Server on Azure VM target and confirm if you have a connectivity problem. To solve this issue, you have to allow the Azure IP addresses configured in your DNS server. For more information, see [Troubleshoot Azure Private Endpoint connectivity problems](/azure/private-link/troubleshoot-private-endpoint-connectivity)
390390

391+
## Error code: No such host is known OR urlopen error [Errno 11001] getaddrinfo failed
392+
393+
- **Message**: `No such host is known`
394+
395+
- **Cause**: While migrating logins using PowerShell command [New-AzDataMigrationLoginsMigration](/powershell/module/az.datamigration/new-azdatamigrationloginsmigration), it fails with the previous message.
396+
397+
- **Recommendation**: To resolve this issue, upgrade the Microsoft Azure PowerShell - Database Migration Service cmdlets - Az.DataMigration above minimum 0.14.5 version.
398+
Latest version of Az.Datamigration can be downloaded from [the PowerShell gallery](https://www.powershellgallery.com/packages/Az.DataMigration/) or the following command can be used to upgrade.
399+
```Command
400+
Update-Module -Name Az.DataMigration
401+
```
402+
- **Message**: `urlopen error [Errno 11001] getaddrinfo failed`
403+
404+
- **Cause**: While migrating logins using Azure CLI [Az dataMigration login-migration](/cli/azure/datamigration), it fails with the previous message.
405+
406+
- **Recommendation**: To resolve this issue, upgrade the Microsoft Azure CLI - Database Migration Service extension - az dataMigration to 1.0.0b1 or a later version. Run the following command to upgrade.
407+
```Command
408+
az extension update -n datamigration
409+
```
410+
391411
## Azure Database Migration Service Naming Rules
392412

393413
If your DMS service failed with "Error: Service name 'x_y_z' is not valid", then you need to follow the Azure Database Migration Service Naming Rules. As Azure Database Migration Service uses Azure Data factory for its compute, it follows the exact same naming rules as mentioned [here](../data-factory/naming-rules.md).

0 commit comments

Comments
 (0)