An Azure service designed to help simplify, guide, and automate database migrations to Azure.
Good news, using Sql Authentication on both source and target solved the problem. The migration is in progress.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to migrate a Sql Server 2008 R2 physical machine to an Azure SQL Database.
It fails with the following error:
Schema Migration for database 'database-name' failed in state 'MonitorSqlSchemaCopy'. See migration status details for more information. Summary of errors: Failed to migrate schema. 'Le nom d’utilisateur ou le mot de passe est incorrect'[
{
"errorCode": 0,
"message": "Failed to migrate schema due to 'Le nom d’utilisateur ou le mot de passe est incorrect'",
"details": []
}
] See link for more troubleshooting steps: https://aka.ms/dms-migrations-troubleshooting#error-code-2060---sqlschemacopyfailed
This error message is not documented in the link above, and the wizard from the portal has no issue letting me select the source and the target database, and objects to migrate. So it has access to everything through SHIR, obviously.
I do not understand, the two users I'm using are administrator. On the source I'm using Windows Authentication, and SQL Authentication on the target.
Please help.
An Azure service designed to help simplify, guide, and automate database migrations to Azure.
Good news, using Sql Authentication on both source and target solved the problem. The migration is in progress.
Hi Olivier Matrot
It sounds like you're hitting a snag with the migration process from SQL Server 2008 R2 to Azure SQL Database. The error message you're seeing, 'Le nom d’utilisateur ou le mot de passe est incorrect', which translates to 'The username or password is incorrect', usually points to an authentication issue between your source and target databases.
Here are a couple of troubleshooting steps you can try:
SQL_Latin1_General_CP1_CI_AS.If these steps don't resolve the issue, it would be helpful to gather more details. Here are some follow-up questions that can provide clarity:
Hope this helps clarify things a bit! Let me know if you need further assistance!