SSIS job is not able to access the Azure File share path

George Neel Thomas 1 Reputation point
2022-02-24T19:52:03.03+00:00

Hi All,

I am testing the azure file share with SSIS hosted on Azure VM, however I am facing issue while running the job.

  • Package execution through Visual Studio is successful
  • Package execution through catalogue also is successful
  • Package execution through the Job is FAILING with the error The File Name "\<Storage account>.windows.net\<FolderName>\file.csv" specified in the connection was not valid

I tried running the job with the proxy account having access to the azure share folder, however it failed with the same error.

Both UNC and as a mapped drive was tested.

Any suggestion or advice on this will be highly appreciated.

Thanks in advance.

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,285 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 46,126 Reputation points Microsoft Employee
    2022-02-25T18:02:28.403+00:00

    @George Neel Thomas Welcome to Microsoft Q&A Forum, Thank you for posting your query here! Can you please share the screenshot of the issue?

    Connect your Azure-SSIS IR to Azure Files by setting up access credentials that use Windows authentication. For more info, see Connect to data and file shares with Windows Authentication.

    Update local file paths in your packages to UNC paths pointing to Azure Files. For example, update C:\abc.txt to \<storage-account-name>.file.core.windows.net\<share-name>\abc.txt.

    Can you check port 445 port is enabled and also check the azure file share permissions for the folder

    Configure File System Permissions for Database Engine Access

    Please let us know if you have any further queries. I’m happy to assist you further.


    Please do not forget to 177992-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


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.