简体   繁体   English

Azure 数据工厂 - 从 MySQL 复制数据 错误 [08S01] [Microsoft][MySQL] (17) 与服务器通信时出错

[英]Azure Data Factory - Copy data from MySQL ERROR [08S01] [Microsoft][MySQL] (17) Error during communication with the server

We have issue with copy data from MySql to Azure Data Lake.我们在将数据从 MySql 复制到 Azure 数据湖时遇到问题。 When we tried to connect to DB and select manually no issue.当我们尝试手动连接到 DB 和 select 时没有问题。

but when put it in Azure Data Factory and run pipeline Copy data this error occured但是当将其放入 Azure 数据工厂并运行管道复制数据时,出现此错误

Failure happened on 'Source' side.失败发生在“源”端。 ErrorCode=UserErrorUnclassifiedError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Odbc Operation Failed.,Source=Microsoft.DataTransfer.ClientLibrary.Odbc.OdbcConnector,''Type=System.InvalidOperationException,Message=The connection has been disabled.,Source=System.Data,''Type=System.Data.Odbc.OdbcException,Message=ERROR [08S01] [Microsoft][MySQL] (17) Error during communication with the server.,Source=MySQLODBC_sb64.dll,' ErrorCode=UserErrorUnclassifiedError,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Odbc Operation Failed.,Source=Microsoft.DataTransfer.ClientLibrary.Odbc.OdbcConnector,''Type=System.InvalidOperationException,Message=连接已成功disabled.,Source=System.Data,''Type=System.Data.Odbc.OdbcException,Message=ERROR [08S01] [Microsoft][MySQL] (17) 与服务器通信时出错。,Source=MySQLODBC_sb64.dll, '

this is detail data process from Azure这是来自 Azure 的详细数据处理在此处输入图像描述

Any info what is the main caused?任何信息是什么主要原因?

Error Message= Failure happened on 'Source' side.
Error Message= The connection has been disabled.
Error Message= Error during communication with the server.

System.Data.Odbc.OdbcException System.Data.Odbc.OdbcException

The exception that is generated when a warning or error is returned by an ODBC data source. ODBC 数据源返回警告或错误时生成的异常。

You are getting the above errors because of a missing connection with the data source.由于缺少与数据源的连接,您会收到上述错误。

Make sure MySQL database is accessible to Azure services.确保 Azure 服务可以访问 MySQL 数据库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM