I am looking to create a simple test pipeline to pull in a csv file on my laptops C drive and load it into SQL Server on-prem (also installed on my laptop).
I have installed the self hosted integration runtime and have no issues creating a linked service to SQL Server. However I have spent the weekend trying to create a linked service to my C drive with no luck. I have checked out other forums which mentioned changing the host from c:\ to \host\c$\ which has changed the error from 'access to c:\ is denied' to the below (error 11402).
Seeing if anyone has any ideas on how I can resolve this issue?