Tagged Questions
0
votes
1answer
256 views
Sync Framework: SQL Server to SQL Server To SQL Express
I'm very new to Sync Framework, Still exploring different possibilities. Here is my Scenario.
We need to have an application (SQL Server and ASP.Net) which is hosted on our web server. Users can ...
1
vote
1answer
233 views
SYNC FRAMEWORK-Batching
I am able to synchronize two remote databases using sync framework 2.1 over WCF(N-Tier) .
To improve performance while transferring large data, I implemented Batching.
But I am facing below error ...
0
votes
1answer
90 views
Wcf Sync DataBase Application IIS looking into wrong path
I am currently using Wcf with Sync application.
I have deployed the application in C:/Inetpub/wwwroot/DbSyncWcfService
I have deployed from path ...
1
vote
1answer
320 views
Getting a System.Error when attempting to Sync using batching in Sync Framework
I am writing an n-tiered application that uses the Sync Framework v2.1 in combination with a WCF web service. My code is based on this example: Database-Sync
Syncing seems to work without a problem. ...
1
vote
2answers
263 views
Data synchronization with Sync Service
I'm trying to do a database sync between Windows CE and SQL Server 2008. Appreciate if someone who already did this advice me on how I could start up, or any link where I can read on.
Thanks in ...
0
votes
0answers
117 views
Please help me understand the structure of this Sync Framework WCF service example
I need some help understanding the structure of the sample application located here:
http://code.msdn.microsoft.com/Database-Sync-SQL-Server-7e88adab
The solution contains three projects. In the ...
1
vote
2answers
628 views
Sync local SQL Express Database over WCF
I know there's a lot of material on this topic, but somehow I really can't find anything not out of date and for my needs.
What I need.
I have a local SQL Express 2008 R2 Database
I need to sync ...
2
votes
1answer
226 views
SyncFramework 2.1 updates & deletes do not seem to apply properly
I'm synchronizing SQL Server 2008 with ~6 SQL Server 2008 Express clients (everything R2 I believe), using the SyncOrchestrator or specifically using ...
1
vote
2answers
384 views
Synchronizing table with 2mb entry with MS Sync Framework and IIS-Hosted WCF Service takes 10 minutes
I have a IIS-Hosted WCF service running on one server and a windows service running on another. The windows service acts as the slave and synchronizes the databases on each of the servers by ...
1
vote
0answers
282 views
400 Bad Request when Syncing large data with Sync Framework 4
One of the fields I am syncing is a Ritch Text blob database field (sql server database) It works fine for smaller fields but If I add an image to the Rich Text field, even one of only 110KB, the ...
2
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
131 views
Sync Framework exception handling as WCF faults
I am using WCF and Sync Framework to synchronize data between SQL 2008 and SQL Ce 3.5. I would like to only send well formed custom faults back to the client should something go wrong on the server. ...
0
votes
1answer
83 views
Handling Collection<string> on the client with a shared WCF interface
We have been developing a hub/spoke synchronization model using Microsoft Sync Framework and WCF, and since we are developing both the client and the server, we would like to put the WCF service ...
0
votes
1answer
656 views
Sync SQL Server Express (client db) with SQL Server 2008 (server) using WCF web sevices - MS Sync Framework
I am looking to develop an application for windows laptops to work with or without internet connection. I was looking at MS Sync, which very much provides the solution. I have SQL Server 2008 at my ...
0
votes
1answer
834 views
End a WCF Session from the Server?
This may be a shot in the dark (I don't know much about the internals of WCF), but here goes...
I'm currently working with a legacy application at a client site and we're experiencing a persistent ...
3
votes
1answer
365 views
Microsoft sync framework DateTime problem
I have a problem with synchronizing DateTime data. When DateTime data is synced it always uses the servers local timezone. I have been searching and reading about this and only found this official ...
5
votes
1answer
2k views
Using Microsoft Sync Framework to sync files across network
The file synchronization example given here - http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=sync&ReleaseId=3424 only talks about syncing files on the same machine. Has ...
0
votes
2answers
347 views
Anybody having issues with sync framework v2.1 when initializing the database?
Some of the tables that I am trying to intialize are anywhere from 2 to 16 million records. I started a sync last night at 5pm and STILL waiting. How is this framework a viable option for the real ...
1
vote
1answer
380 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 ...
5
votes
1answer
1k views
Develop a custom file sync provider over file transfer WCF service
I'm trying to develop a custom sync provider to sync files over the internet using WCF service.
We already have a file transfer service and it's working in production but I need to implement a custom ...
0
votes
1answer
129 views
WebSharingAppDemo-CEProviderEndToEnd Queries peerProvider for NeedsScope before any files are batched to the server. This seems out of order?
I'm building an application based on the WebSharingAppDemo-CEProviderEndToEnd. When I deploy the server portion on a server, the code gives the error "The path is not valid. Check the directory for ...
3
votes
1answer
294 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 ...
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
2answers
1k views
WCF issue with Microsoft Sync Framework
I'm currently following the example at
http://msdn.microsoft.com/en-us/library/cc807255.aspx
when I add a service reference, that has an ISyncContract contract
on my client side, there is a method ...
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. ...
4
votes
1answer
485 views
Customizing schema with Sync Framework
i sync a database via wcf service to sql ce databases on my clients.
however, i don't want the schema generated on the client side to be the
same, as the one on the server.
is there a way to customize ...