SSIS Flexible file source Error when reading file from azure Blob storage

Eobz 0 Reputation points
2024-10-08T18:19:02.81+00:00

User's image

I am getting the error below when trying to load a flat file (txt and csv) in an azure blob storage . I get the error below without much details to it. I have use 2022 and 2017 versions of azure extensions but same error. When I test the connection for ssis connection manager it is successful. Any thoughts and help please

[Flexible File Source 1] Error: Blob operation Failed. ContainerName: https://XXXXXXXX.blob.core.windows.net/harvestsherwood, path: XXXXXXX/HS-Atlanta7242024.csv.

User's image

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,919 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,591 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 37,596 Reputation points
    2024-10-09T06:13:53.12+00:00

    Hi @Eobz

    Try to remove the Flexible file source component and re-add it to run the package.

    If this does not work, you may use Azure Blob Source as said in the blog.

    How to import data from Azure Blob Storage to a local file with SQL Server Integration Services

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. KarishmaTiwari-MSFT 20,207 Reputation points Microsoft Employee
    2024-10-31T00:07:56.0166667+00:00

    @Eobz Make sure you are using the latest version of the Azure Feature Pack for SSIS.
    Verify that the DtsDebugHost.config file is correctly configured. Sometimes, adding specific binding redirects can resolve issues related to assembly loading.

    If you are still seeing issues, let me know in the comments and I can further investigate.

    0 comments No comments

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.