Hi,
I had published a database and there are many subscriber to it. All these days it was working fine. Recently I created subscriber, the subscription is downloading data from old snapshot instead of new one. I deleted old snapshot, created new one and the subscribed again. But again the subscription pointing to old snapshot though the snapshot folder does not exists.
I checked the location for snapshot which is pointing to correct folder. Ex: The snapshot is pointing to
\\myserver\c$\sqldata\mssql\replicationData\ftp\MyDatabase_replcopy
when I looked into the above location it has folder with name "20140130121212"
When I tried subscribing newly it starts extracting the files but at some point it stops with the error
The schema script '\\myserver\c$\sqldata\mssql\replicationData\ftp\MyDatabase_replcopy\20131112500602\Test_Storedproc_1203.sch' could not be propagated to the subscriber.
The snapshot folder does not contains folder like "20131112500602".
Dont know from where it is taking.
One more thing is its happening for only new subscribers and already existing subscribers does not have any issues.
Any idea how can I resolve it with out dropping existing subscribers or republishing the database?
Thanks in advance,
Pavan
I had published a database and there are many subscriber to it. All these days it was working fine. Recently I created subscriber, the subscription is downloading data from old snapshot instead of new one. I deleted old snapshot, created new one and the subscribed again. But again the subscription pointing to old snapshot though the snapshot folder does not exists.
I checked the location for snapshot which is pointing to correct folder. Ex: The snapshot is pointing to
\\myserver\c$\sqldata\mssql\replicationData\ftp\MyDatabase_replcopy
when I looked into the above location it has folder with name "20140130121212"
When I tried subscribing newly it starts extracting the files but at some point it stops with the error
The schema script '\\myserver\c$\sqldata\mssql\replicationData\ftp\MyDatabase_replcopy\20131112500602\Test_Storedproc_1203.sch' could not be propagated to the subscriber.
The snapshot folder does not contains folder like "20131112500602".
Dont know from where it is taking.
One more thing is its happening for only new subscribers and already existing subscribers does not have any issues.
Any idea how can I resolve it with out dropping existing subscribers or republishing the database?
Thanks in advance,
Pavan
Pavan