<continuation of earlier question in the day>
I have set up Transactional Replication no updating Subscriptions. The Distribution database resides on the same SQL Server instance as the Publication database. The Publication DB is OK -- the initial Snapshot ran successfully and the log
reader agent is running successfully. I defined a Pull subscription. The problem I have is an ongoing problem with OS error3:
The process could not read file 'f:\MSSQL10.MSSQLSERVER\MSSQL\ReplData\unc\PDAEGISDBDEVVM_NWSAEGISMSPDB_NWSAEGISMSPDB_PUB\20121008163528\ZetronUnitNumber_1465.pre' due to OS error 3. (Source: MSSQL_REPL, Error number: MSSQL_REPL20024)
This path is permits reads by everyone. I want to change this path to be something like \\ following by <server name> \ followed by <drive share name> \followed by MSSQL10.MSSQLSERVER\MSSQL\ReplData\
I have updated the path name change in the Distribution properties (Snapshot), but I am still getting this same error. I have also run the SP: sp_updateextendedproperty, but it still fails. Can you tell me how to update it with this path with the correct definition? Thanks.