Azure DMS error (AWS RDS SQL Server to Azure SQL MI)

Amrita Visalam 26 Reputation points
2022-05-27T06:13:38.293+00:00

We are trying to migrate our AWS RDS SQL Server DB to Azure SQL MI using Azure DMS. We have provisioned our DMS and have created a migration project: ![206009-dmsintro.png][1] While trying to connect to our AWS RDS SQL Server, we are getting the following issue: ![206059-image.png][2] [1]: /api/attachments/206009-dmsintro.png?platform=QnA [2]: /api/attachments/206059-image.png?platform=QnA Notes: 1. The error is shown instantly, as if it isn't even trying to connect to the server. 2. We are able to telnet to the RDS server Does anyone know why this is happening?

Azure Database Migration service
Azure SQL Database
0 comments No comments
{count} votes

Answer accepted by question author
  1. Vidhya Sagar Karthikeyan 396 Reputation points
    2022-05-27T11:27:26.55+00:00

    anonymous user

    Looks like migration from AWS RDS to Azure MI is not supported. Currently, AWS RDS to Azure SQL is supported but not to SQL MI.

    From the blog

    When it comes to migrating RDS for SQL databases, we cannot use DMA or Log Replay Service methods because RDS SQL Server takes backups without checksum enabled and both of these methods require backups to have the checksum enabled in order to verify the consistency at the restore time.

    Please mark the post as answer if this helps


1 additional answer

Sort by: Most helpful
  1. GeethaThatipatri-MSFT 29,582 Reputation points Microsoft Employee Moderator
    2022-05-27T18:22:58.833+00:00

    Hi, anonymous user Welcome to Microsoft Q&A, Thanks for posting your query.
    SQL to SQL MI leverages log shipping as a mechanism for migration. This won’t work for RDS SQL.
    One of the ways that you can do work around this is to treat SQL MI as an SQL DB endpoint.
    When creating a project, select RDS SQL -> Azure SQL DB. This will still allow you to connect to SQL MI on the target side … Which will allow an offline migration.
    Please let us know if that works?

    Regards
    Geetha


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.