The process could not read file "C:\***filepath**** due to OS error 3
The process could not read file due to OS error 3
Pull replication setup issue.
In my scenario, I'm was trying to setup replication across the servers using SQL Server 2008 R2.
I was setting up pull subscription on another server. When i encountered same issue.
Reason behind this issue is that when you configure Pull subscription across server it expect snapshot replication to be shared folder. So I have created a shared folder & updated snapshot location at my publication. And then into my subscriber server as well.
To configure snapshot folder with security, use link below:-
https://msdn.microsoft.com/en-us/library/ms151151.aspx
Details about distribution agent security:-
https://msdn.microsoft.com/en-in/library/ms189691.aspx
Comments