Mahesh
Mahesh

Reputation: 2757

Sync framework filtering WCF NTier application

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.

Upvotes: 0

Views: 230

Answers (1)

JuneT
JuneT

Reputation: 7860

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.

Upvotes: 1

Related Questions