首页 > 解决方案 > ADFv2 在复制活动中发出错误“身份验证失败,因为远程方已关闭传输流”,有什么想法吗?

问题描述

我们有连接到 Windows 2012 R2 服务器的源端自托管 IR,以及接收端 Azure Blob 存储容器。两个连接都经过测试并且工作正常。但是,当我们触发复制活动时,它会运行大约 20 分钟,然后失败并出现以下错误:

 {
        "errorCode": "2200",
        "message": "ErrorCode=UserErrorFailedToCreateAzureBlobContainer,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Unable to create Azure Blob container. Endpoint: https://blobthinkrisk.blob.core.windows.net/, Container Name: am01.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.WindowsAzure.Storage.StorageException,Message=The underlying connection was closed: An unexpected error occurred on a send.,Source=Microsoft.WindowsAzure.Storage,''Type=System.Net.WebException,Message=The underlying connection was closed: An unexpected error occurred on a send.,Source=System,''Type=System.IO.IOException,Message=Authentication failed because the remote party has closed the transport stream.,Source=System,'",
        "failureType": "UserError",
        "target": "Extractor",
        "details": []
    }

知道可能是什么原因以及如何解决此问题?

我在 azure blob 中具有读/写权限,并且可以使用 ADF 源连接预览源数据。但是为什么我不能将它作为 CSV 文件写入 blob?

源_LS

sink_LS

复制日志

标签: azure

解决方案


推荐阅读