I have developed several pipelines in ADF and now I was testing the functionality in Microsoft Fabric, however, I faced the first challenge with a simple copy data activity. Here is my use case:
The European Central Bank publishes on a daily basis in xml here: https://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
I need to get that data and put it in a blob storage. A simple Copy Data activity.
In ADF it is working smoothly:
enter image description here
enter image description here
However, in Fabric, replicating the same, I get the following error when running the pipeline with just this Copy Data activity:
ErrorCode=HttpFileFailedToRead,’Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Failed to read data from http server. Check the error from http server:The request was aborted: The connection was closed unexpectedly.,Source=Microsoft.DataTransfer.ClientLibrary,”Type=System.Net.WebException,Message=The request was aborted: The connection was closed unexpectedly.,Source=System,’
enter image description here
enter image description here