0

i'm trying to import files from My local system to azure sql database using file system in azure data factory. but i'm not able to import files.

Aswin
  • 4,090
  • 2
  • 4
  • 16
Chinnu
  • 5
  • 4

1 Answers1

0

I created with file system linked service with azure IR I got below error:

enter image description here

I Created self-hosted integration runtime.

enter image description here

installed self-hosted IR locally and register with generated access key.

enter image description here

Created file system linked service with required details:

enter image description here

Bhavani
  • 1,725
  • 1
  • 3
  • 6
  • im getting error is Host path error, error code 22853 – Chinnu Aug 10 '23 at 05:57
  • Where you are getting that error, could you please provide the whole error? – Bhavani Aug 10 '23 at 06:06
  • Access to 'C:\Users\chinnu\Documents\Practice' is not allowed. Activity ID: 9d3211c5-f4d0-4abd-98d0-87ec9f715ced. – Chinnu Aug 10 '23 at 06:07
  • Can you check [this](https://stackoverflow.com/questions/76402958/azure-data-factory-linked-service-to-c-drive/76464638#76464638) once? – Bhavani Aug 10 '23 at 06:25
  • Cannot connect to 'C:\Users\Documents\Practice'. Detail Message: The system could not find the environment option that was entered The system could not find the environment option that was entered Activity ID: c70f06d0-3eac-416d-a609-b561769f4d5d. – Chinnu Aug 10 '23 at 07:07
  • Did you run the PowerShell script in your local? – Bhavani Aug 10 '23 at 07:10
  • yes.. completed – Chinnu Aug 10 '23 at 07:14
  • check [this](https://learn.microsoft.com/en-us/answers/questions/396059/how-do-i-resolve-this-error-with-creating-adf-file). – Bhavani Aug 10 '23 at 07:17
  • Actually SHIR installed another system, but same azure data factory, can i load files from my local system to using that SHIR...its is possible to connect linked service – Chinnu Aug 11 '23 at 08:54