ошибка: поставщик: поставщик именованных каналов, ошибка: 40 - не удалось открыть соединение с SQL Server при соединении с AWS через службу миграции Azure. - PullRequest
0 голосов
/ 12 июня 2019

Я пытаюсь перейти с aws rds на azure через службу DataMigration Azure и набрал имя исходного экземпляра SQL Server с именем db_name.cluster.us-east-1.rds.amazonaws.com:3306/schema и получил следующую ошибку,Я открыл порты SQL на своем компьютере и смог подключиться к этой базе данных.

ОШИБКА:

{ ** "errorType":"Failed to connect, please check error details", "errorDetail":"Error 53 - SQL connection failed.Please use this interactive user guide to troubleshoot the connectivity issue: https://support.microsoft.com/en-us/help/4009936/solving-connectivity-errors-to-sql-server A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)The network path was not found" }
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...