Azure Data Factory - Self-Hosted Integration Runtime to Storage Account Error

Miljan Radovic 1 Reputation point
2020-10-28T06:59:46.717+00:00

Hello experts,

I am having an issue validating one of my pipelines:

35661-image.png

Anyone have any ideas what this message actually means? I am not sure if this is networking, storage account or data factory issue.

Thanks

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

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,091 Reputation points
    2020-10-28T18:18:59.217+00:00

    Hello @Miljan Radovic and welcome to Microsoft Q&A.

    Thank you for sharing your issue. I have not seen this particular error message before, but I do have a few ideas.

    I notice your integration runtime is named azirtcdpn0001. Is this a self-hosted integration runtime, or Azure IR, or SSIS-IR? The issue may be connectivity between the IR and the Storage. To determine whether it is related the this IR, can you try reading or writing to the same location with the default IR?

    The message says "Make sure the provided data source is a directory that can do navigation." There are a couple ways I could interpret this. It suggests the location, or part of its path, cannot be traversed. This could be due to lacking execution permission on the directory, or a directory not being a directory at all. This might happen if blob operations and gen2 operations are used on the same account.
    First can you go to the storage account configuration and confirm that "Heirarchical namespace" is enabled?
    Second, can you check the container and all directories on the path are valid?
    Third, are you able to read/write to the location using other services?


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.