Azure Data Factory - Self Hosted IR as a proxy - Timeout when reading from staging.

Aman Mehta IN010123681-MSP01 0 Reputation points
2023-06-07T11:05:37.5733333+00:00

Hi,

We have been trying to run a SSIS package in ADF that fetches data from On-Prem sql server to Azure DB. We followed the Azure documentation and perform these steps :

  1. Created a Self Hosted IR on an On-Prem VM.
  2. Created a Azure-SSIS integration runtime and set the Self Hosted IR as a Proxy.
  3. Created a linked service to Blob Storage(tried both via SHIR and AutoResolve IR) for Staging purposes.
  4. We are using Windows credentials in the Execute SSIS Package task and ConnectByProxy is set to 1 for the Connection-Managers.

We are getting this error : "Azure Data Factory - Self Hosted IR as a proxy - Timeout when reading from staging" .

Note: Visual C++ is already installed on the VM and we can verify the SHIR connectivity to the On-Prem using other tasks .

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

1 answer

Sort by: Most helpful
  1. Bhargava-MSFT 31,261 Reputation points Microsoft Employee Moderator
    2023-06-08T19:45:23.1866667+00:00

    Hello Aman Mehta IN010123681-MSP01,

    Welcome to the MS Q&A platform.

    From the error message, there is some issue with the staging path. Please check if the staging path exists and is set up correctly.

    Also, please remove the staging path and see if it resolves it. If we remove the staging path, the default path is used.

    I hope this helps.

    User's image

    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.