1

I'm using copy data that copies a file from File Share to Blob. I always get this error:

''' ErrorCode=UserErrorFailedToCreateAzureBlobContainer,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Unable to create Azure Blob container. Endpoint: https://xxx.blob.core.windows.net/, Container Name: temp-archive.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.WindowsAzure.Storage.StorageException,Message=Unable to connect to the remote server,Source=Microsoft.WindowsAzure.Storage,''Type=System.Net.WebException,Message=Unable to connect to the remote server,Source=System,''Type=System.Net.Sockets.SocketException,Message=A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond xx.xxx.xxx.xxx:xxx,Source=System,' '''

Both blob and file share storage are correctly setup as I used them in my pipeline. only when I'm copying from file share to blob that this happens. Is it a limitation?

4

1 回答 1

0

请执行以下步骤来识别错误:

  1. 测试了文件存储和 Blob 存储的链接服务的连接。 在此处输入图像描述
  2. 预览源数据以测试连接是否正常。如果是这样,那么错误是由接收端引起的。
  3. 删除并重新创建汇数据集的链接服务。
  4. 如果数据工厂可以访问它,请检查 Blob 存储防火墙。
于 2021-05-18T03:06:16.407 回答