Question

I have developed sync application using the samples http://code.msdn.microsoft.com/Database-SyncSQL-Server-e97d1208

Also i have implement static filtering using http://jtabadero.wordpress.com/2010/09/02/sync-framework-provisioning/

But filter does not work as expected.

When i check the configurations in Client database which initiate sync has sync fiter configurations. but other end database (server) does not have any filter information.

Seems like Get Description of scope doesn't include filters information. Is there any way to achieve this.

Was it helpful?

Solution

GetDescriptionForScope doesn't return the filter.

If you have the code you used to provision the scope with a filter, use the same code to provision the other database.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top