Forum Discussion

amishra01's avatar
amishra01
Frequent Visitor
10 months ago
Solved

Connection to Folder Path fails

Hi All,   I have create a connection to network path folder  from connection manager page.  But When I am trying to use the connection in pipeline it give me error access denied to path for the Ga...
  • rohit1991's avatar
    10 months ago

    Hi amishra01 

     

    This usually happens because the gateway service account doesn’t have the right permissions on the network path, even if your own user account does. When a pipeline runs, it uses the gateway’s credentials to reach the folder, not yours. I’d suggest checking that the folder is accessible directly from the gateway machine, try opening the path while logged in as the gateway service account. Also, make sure the gateway and the network share are on the same domain and you’re using Windows credentials in the connection settings. If it’s a shared folder, always use the full UNC path (like \\ServerName\FolderName) instead of a mapped drive letter. Finally, after making any permission changes, restart the gateway service, that often fixes the “access denied” error right away.