Azure data factory error while copying simple files

Tech2938-1353 1 Reputation point
2022-07-14T13:39:42.013+00:00

Hello,
While using adf, trying to test file copy activity.
The pipeline was going fine until it tries to copy a certain file.
i'm getting the following error:

Error code
2200

Troubleshooting guide
Failure type

User configuration issue
Details

Failure happened on 'Source' side. 'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Cannot connect to '\xxxx-vmbizt-0.xxxxx.xxxxxx\G$\datafactoryin\ckeckpoint\05\03\xxxxx_CHECKPOINT.SHIPPING.8013276584.20220503133406.DAT-ASXML-{3A3844FA-CFEA-498B-8F87-D29EC62706D3}.xml'. Detail Message: FileStream was asked to open a device that was not a file. For support for devices like 'com1:' or 'lpt1:', call CreateFile, then use the FileStream constructors that take an OS handle as an IntPtr.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.NotSupportedException,Message=FileStream was asked to open a device that was not a file. For support for devices like 'com1:' or 'lpt1:', call CreateFile, then use the FileStream constructors that take an OS handle as an IntPtr.,Source=mscorlib,'

the error log is not really comprehensible, but i wish if anyone can help
Thank you

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,525 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-09-06T16:54:33.09+00:00

    @Bhargava-MSFT , @Tech2938-1353
    If this helps anyone...
    The Microsoft Support Engineer suggested that we enable retry in the Copy Activity. It's been a week since we implemented that and so far the pipelines have not failed.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.