2
votes
0answers
73 views

SyncOrchestrator InvalidComObjectException

I'm trying to work with Microsofts SyncOrchestrator, but I can't get it worked. Does someone has experience with it and is willing to help me with it? using Microsoft.Synchronization; using ...
0
votes
1answer
175 views

Can I use Sync Framework just for transfering data without provisioning (using sync tables)?

Is it possible to configure the framework to transfer records only based on filters without sync tables and all these additionals tables used in a normal synchronization process? Thanks!
2
votes
1answer
238 views

Incremental / Differential backup to Azure blob

Is it possible to achieve incremental / differential backups using Azure Blobs? I would like to send only the pieces of data that changed. Maybe something with block blobs? Thank you!
0
votes
1answer
200 views

Sync framework does not sync imported data

I'm using Sync Framework with two sql server express databases. The code is working fine. I change data on server or client and it syncs with each other just fine. What I'm trying to do is, after I ...
1
vote
2answers
657 views

Syncing related tables with sync framework

Current situation: I have a database with following structure: Product Category (contains column product_id) Item (contains column category_id) Rating (contains column item_id) Comments ...
1
vote
1answer
153 views

SQL Server CE with Sync Framework SP1 and SP2

I couldnt think of a good title so please read the question here: I have a SQL-CE Database in a WinForms Application which is using the Sync-Framework for a simple DownloadOnly Syncronization. Since ...
0
votes
1answer
249 views

Using Sync Framework to sync individual rows

I have a requirement to sync remote databases to a central database, but the customer wants to be able to choose with rows of data is synched. For example, if there is a table with 5 rows, the user ...
0
votes
1answer
40 views

Sync Framework Error (Range was provided out of expected order.)

Hi We are using Sync framework for syncing between SQL CE and SQL Server on server side. For some newly entered data in the server side, sync throws an error Range was provided out of expected ...
1
vote
1answer
135 views

MS Sync 2.1 Sync tables with foreig keys

is it possible to have in a synchronization scope, 2 tables that have a foreign key associated. I receive a strange message in the _tracking table: Column 'TransactionLineNo' is constrained to be ...
0
votes
1answer
776 views

Use Sync Framework with SQL 2008 change tracking on both local and remote

What I want is to be able to use Microsoft Sync Framework to sync two SQL 2008 databases that both use the SQL 2008 change tracking feature. One will be a server and the other will be a local ...
2
votes
2answers
1k views

Is it possible to sync two sql express servers with MS Sync Framework

I have the next task. Let's assume that we have below tables in a DB Vendor =========== Id Name ..... Product =========== Id VendorId Name ..... I need to be able to Sync main DB server with ...
3
votes
3answers
9k views

WCF Test Client : Failed to add a service. Service metadata may not be accessible. Make sure your service is running and exposing metadata

I am currently trying to get the sync framework sample working: sample The solution compiles with out any error or warning. But when I hit F5 the WCF Test Client launches and throws the following ...
0
votes
1answer
557 views

Uninstall Sync Framework

I'm trying to clean up my system a bit, and came across two entries related to either Visual Studio 2005, 2008, or 2010: Microsoft Sync Framework 2.0 Core Components Microsoft Sync Framework 2.0 ...
1
vote
1answer
1k views

How do you sync databases using ms sync framework when tables are using identity column and you need to match on an arbitrary key

Sorry for the long and confused title. I have a customer that wants to sync three database. (Later it could be more.) All data in all three databases must sync to the all others. This does not ...
2
votes
1answer
304 views

Can I use the Microsoft Sync Framework to synchronize a local ms access (mdb) database against SQL Server?

I see variations of this question have been asked a couple of times, but none of the answers seemed to be definitive. I'm looking for a yes/no as to whether the sync framework will accept Access ...
0
votes
2answers
234 views

Swapping Out Client-Side Sync Databases

We sort of shot ourselves in the foot at a client site with regards to the Microsoft Sync Framework when troubleshooting a particular production issue... We have a central server as the data system ...
1
vote
1answer
45 views

Twice Synching the same Table

I am using Microsoft Sync FrameWork 2.1. I want to Sync one table twice from Source to Client with Sync Direction as UploadAndDownLoad(BiDirectional). During first Sync I need to force one coumn as ...
0
votes
1answer
805 views

Synchronization two SQL Server databases without link beetween

I have central SQL Server 2008 Enterprise database and many clients with SQL Server 2008 Express databases. And I have a task for synchronization between central database and client's databases: ...
3
votes
1answer
803 views

How well does Sync Framework 4 scale?

I've had a little experience with sync 2 and found that it performed terribly for even relatively small datasets (5000 rows or so). I'm coming up to a new project and since the 4.0 CTP is out I was ...
0
votes
0answers
102 views

Sync Framework and multithreading [closed]

We were decide for use MS Sync Framework in our old application for synchronize data between center database and many client's databases. Before, we use timestamp field for every tables and get only ...
0
votes
1answer
132 views

Getting the SyncSession.SyncNewReceivedAnchor

I am trying to get the Sync New Received Anchor to be stored in my Server Side database. The Purpose is to store the Time Stamp in which we have received the data from the client. To achieve this we ...
1
vote
1answer
241 views

Is it possible to define a custom tracking mechanism with the Microsoft sync framework?

I am currently evaluating the Microsoft sync framework as a possible solution to sync data between two SQL databases. The examples I have seen so far rely on "tracking tables" containing the ...
3
votes
1answer
565 views

Sync Framework 2.0 Error: The specified change tracking operation is not supported

I'm fairly new to the MS Sync framework and have been beating my head against the wall for about four hours now to no avail. I'm simply trying to sync my databases (one "master" SQL Server 2008 with a ...
16
votes
9answers
2k views

Sync Framework with SQL DB's: Getting Started

I have an app that uses SQL Enterprise to store all data in 4 different DB's. I needed to build in the ability to work "offline" for my users. I accomplished this through Merge Replication to local ...
1
vote
1answer
382 views

Microsoft Sync Framework

I've got a central SQL server database. My solution has a WCF service responsible for synchronizing data with clients running SQL Server or SQL Server Express. The service uses Microsoft Sync ...
1
vote
2answers
1k views

MS Sync Framework Client Server Scenario with two SQL Server

As far as I understand the Client Server Scenario (aka Offline Scenario) it is supposed to use with a SQL Server as Server and a SQL Server Compact as Client. I have to implement a synchronization ...
0
votes
1answer
1k views

Synchronizing two SQL Server databases using MS Sync Framework

I have one central SQL Server database which can be offline from time to time. I have a desktop application using Local DB Cache (SQL CE) to synchronize with the central database and I also have a web ...
1
vote
2answers
884 views

Sync Framework sync database view

can microsoft sync framework sync database views ? or in your SelectIncrementalInsertsCommand can you select and join to multiple tables kinda doing something like a view?
2
votes
2answers
500 views

Proper way to structure a Sync Framework DAL

I am creating a WPF app that needs to allow users to work in a temporary disconnected state and I plan to use a Local Database Cache. My question's are about my data access layer. Do you ...
1
vote
0answers
488 views

How do I get the IP address of the desktop from windows mobile when cradled using .NET CF?

I am developing a windows mobile 6 application using .NET CF 3.5. I need to get the IP address of my desktop computer when the device is cradled in order to initiate a synchronization process from ...
3
votes
1answer
505 views

Sync Between Providers With Different Identities Using Sync Framework

I'm trying to use Sync Framework to synchronize user data between Active Directory and an application that provides a web service. I've created two FullEnumerationSimpleSyncProvider classes, one for ...
2
votes
1answer
3k views

How do I use Microsoft Sync Framework to sync between SQL Server 2008 and a .NET Webservice?

Does anyone have an example of how to use MS Sync framework with .NET webservices? I have SQL Server 2008, which is exposing data to BlackBerry devices through webservices using regular web methods. ...
4
votes
1answer
1k views

Microsoft Sync Framework clashes with Nhibernate TooManyRowsAffectedexception

We are trying to implement the Microsoft Sync Framework into our application that persists it's domain using NHibernate. One of the problems we encountered is that after the Sync Framework has ...
4
votes
1answer
163 views

Detached Smart Client Syncing

I am working on an application at the minute that will originally be just installed on a client machine with a lightweight database (may SqlLite). After a while I want to add a web version of the ...
5
votes
6answers
1k views

With MS Sync Framework 2.0, how can I best handle related tables?

Sync Framework synchronizes data on a table-by-table basis, but my entities are normalized across sets of related parent-child tables. This creates problems for my application where a parent row might ...
0
votes
2answers
1k views

Getting Started with Sync Framework

I'm having some trouble getting started with the Sync Framework. In doing research, it looks like the Sync Framework is a better fit for what we need than replication or a custom-rolled solution. ...
3
votes
1answer
295 views

Remote Management and Data Capture: WCF, SQL Sync, SyncFramework, BITS or something else?

We have a few thousand Windows XP client machines on various customer sites that are all running some interactive software which is instrumented to collect anonymous usage data. The client machines ...
1
vote
2answers
333 views

Sync Framework Version Upgrade Question

For those of you familiar with the Microsoft Sync Framework, this question is for you. It's regarding application versioning. Let's say that I release version 1.0 of my software and a local database ...
4
votes
1answer
713 views

Get Change Summary in Microsoft Sync Framework

I am using Microsoft Sync Framework for syncing server and client SQL server 2005 database. My requirement is to get summary of all changes and display it to the user before actually perform sync ...
0
votes
2answers
478 views

Can I use Microsoft Sync Framework to synchronize two SQL 2008 databases?

I've seen examples about synchronizing SQL 2008 with SQL CE. But not two SQL 2008 databases. If it can be done, have you seen example code about how to do it?
2
votes
1answer
671 views

Is there a Sync Provider (for Microsoft Sync Framework 2.0) for an FTP site?

I'd like to synchronize a file directory with an FTP directory using Microsoft Sync Framework 2.0. There is a provider for the file system. But is there one for an FTP site? Or I need to write my own? ...
0
votes
1answer
229 views

SQL server data conversion using Microsoft Sync Framework

We are analyzing Microsoft Sync Framework for syncing the client and server database. The scenario is like this: Server DB hold master data for all projects but the client DB only contains data to a ...
0
votes
1answer
581 views

Sync Framework Handling ClientInsert ServerInsert Conflict

I have a application that uses LocalDataCache to synchronise a SQL Server 2008 Express database to a client database (.sdf file). This works great and I am now managing the conflicts. I am using ...
13
votes
1answer
8k views

Syncing SQL Server 2008 Databases over HTTP using WCF & Sync Framework

I've tried to get a solution for the above said question from MSDN Social and other resources from Microsoft. I was specifically looking for offline scenarios where client come online only to fetch ...
0
votes
2answers
1k views

Offline database synchronization with Server

We are having a client-server architecture where client goes offline when connects remotely to server. Server is essentially a SQL Server 2008, with few tables each with thousands of records. Each ...
2
votes
1answer
1k views

Sync Framework custom providers to communicate over WCF

I'm using Microsoft Sync framework 1.0 (without ADO.NET services) I have created 2 custom providers: Xml provider and database provider. The code of both providers can be seen at: ...
1
vote
0answers
86 views

Does anyone already used Mesh4x?

In order to provide heterogeneous synchronization between devices, have you ever used Mesh4x ? It uses FeedSync to synchronize data. http://code.google.com/p/mesh4x/
3
votes
1answer
2k views

Microsoft Sync Framework vs WCF

I have the option of either using WCF or Microsoft Sync Framework for my next project. This will be a SQL Server backend that needs to sync to a mobile (.net cf) front end. I have a few issues, 1. ...
9
votes
6answers
993 views

What do you think of the new Microsoft Sync Framework?

Are you using it or plan to use it?
0
votes
3answers
286 views

.net framework version req'd for MS Sync Framework

Can anyone tell me what version of the .NET framework (CLR and BCL) is req'd for the recently-released MS Sync Framework (for support of occasionally-connected-applications)? Its listed as Sync ...