I have a configuration problem to create a Merge/Pull replication between two databases SQLServer 2012.
The machine Publisher is a Windows Server 2008 R2 not in windows domain, this Server is also the Distributor. The machine Subscriber is a Windows 8 not in windows domain.
I have made the following settings: in the Published Server i created the distributor's folder, "repldata" and I also shared it and suser "everyone full control". The path's folder is \servername\repldata
see image: www.alessandrosenesi.com/download/distributor.jpg
I created Publisher, see image: www.alessandrosenesi.com/download/Publisher.jpg
I created Subscriber see image: www.alessandrosenesi.com/download/subscriber.jpg
I have done some settings in Distributor, Publisher and Subscriber but I don't get results, I always have access error.
see image: www.alessandrosenesi.com/download/log.jpg
Error messages:
The schema script 'BOOKING_2.sch' could not be propagated to the subscriber. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001)
The process could not read file '\\nomemacchina\repldata\unc\nomemacchina$MSSQLSER VER2012_nomereplica\20130930125944\BOOKING_2.sch' due to OS error 5. (Source: MSSQL_REPL, Error number: MSSQL_REPL0)
Access Denied.
(Source: MSSQL_REPL, Error number: MSSQL_REPL5)
Can you tell me where is the problem? I have to do this replication but it looks like to be not possible
Thanks in advance Alessandro