sql server - Troubleshooting Missing Rows with MS Sync Framework -


i'm using microsoft sync framework version 2 synchronize data between server database running sql server 2008 , sqlce 3.5 database on connected wpf app.

this working fine part, rows particular table don't seem getting pushed server database when inserted on client. rows other tables make there fine.

i've tried few things far:

  • i've made sure i'm setting syncdirection table bidirectional
  • i've refreshed synctable definition removing , re-adding table though "configure database synchronization" wizard.
  • ensured rows inserted sqlce database conform not null , foreign key constraints in server database.
  • confirmed change tracking enabled on table on server.

what else should check cause data not synced server particular table?


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -