@David Eleazar Solis Segovia - Thanks for the question and using MS Q&A platform.
his error message indicates that the access to the specified file system is denied. There could be several reasons for this error, such as incorrect credentials, incorrect file path, or insufficient permissions. To resolve this issue, you can try the following steps:
- Check the credentials: Make sure that the credentials you are using to access the file system are correct. You can verify the credentials by trying to access the file system manually using the same credentials.
- Check the file path: Verify that the file path you are using is correct. Make sure that the file path is in the correct format and that it points to the correct location.
- Check the permissions: Ensure that the user account you are using has sufficient permissions to access the file system. You can check the permissions by right-clicking on the file system and selecting "Properties". Then, click on the "Security" tab to view the permissions.
- Check the resolved IP address: Ensure that the resolved IP address is correct. You can check the resolved IP address by running the "nslookup" command in the command prompt.
According to the offical documentation, the latest SHIR has a security fix that has been changed and does not allow access to local files by default.
You must run
.\dmgcmd.exe -DisableLocalFolderPathValidation
to disable the setting for more details, refer to Set up an existing self-hosted IR via local PowerShell
For more details, refer to Access denied to server in File System Linked Service in Data Factory.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.