sync

mysql cluster auto increment out of sync

Hi All, I have two mysql cluster data nodes as Master and slave. But after certain number of rows there is difference between two auto_increment values from one node to another. The difference is of Node 2 is ahead than node 1 by 11. can anyone suggest any fix on this? how to resolve this. and when such type of situation comes? Than...

Secure Sync between remote computers

I've been trying to find a tool that will Sync between two remote computers securely and also run as a service so I don't have to stay logged in. Windows Live sync seems to do the job although I've read it can't be run as a "service" reliably because it will occasionally log out of the service [http://www.dscoduc.com/post/2009/06/24/Don...

.NET Remoting for Occasionally Connected App - good fit?

Our 70 mobile laptop users are struggling with a new version of an externally developed .NET application that downloads a subset of cases, allows offline data entry, then uploads the results when reconnected. Data transfer seems unreliable on both dialup and wired Ethernet links. Using .NET 2.0 SP1. If you've used .NET Remoting, shou...

Outlook OLE in Delphi Sync Issues

I am using Delphi 6 with DevExpress cxScheduler components to sync tasks and events in our application with Outlook... When Outlook is open, and an existing event or task is updated in Outlook - our app does not see the new changes until Outlook is closed - so if we run the sync process without closing Outlook, our app overwrites the ch...

iPhone/iPod Touch sync notifications

I know that it's possible to add an observer for notifications with the com.apple.iTunes.playerInfo identifier, but this only seems to include events for music related events. I also know I can find out when iTunes closes by adding an observer for NSWorkspaceDidTerminateApplicationNotification. But is there an NSNotification for the st...

file system sync between the server and the iphone client

Hi, I have my server maintaining the content with a file-system(i mean folder structure). The same folder structure is also maintained in my iPhone client application bundle too. Now if there is a change in my server file system(Add,Delete,Update of a file in some folder in the hierarchy) i need to update the file system accordingly at...

Faster clean Perforce sync over VPN

I have to regularly do a clean Perforce sync to new hardware/virtual machines over the VPN. This can take hours as the project is quite large. Is there a way that I can simply copy an up-to-date tree from an existing client and tell Perforce to use this tree? ...

Data structure to sync a file-tree

I'm in the process of a writing an application, which needs to synchronize a file-structure between a client and a (http) server. The file-structure is essentially a list of file-paths where each path is a string connected with 1 or more data-block ids (256-bit reference to the actual data-block). A data-block can be referenced by seve...

Is ADO.Net Data Service Offline (Astoria Offline) dead? Any Plan B?

We are trying to convert out old school client server application into a N-Tier application with synchronization and offline support using all Microsoft technology (we are a total .Net and SQLServer shop). We want to focus on writing business logic instead of spending time on pluming, so we are going to use as much existing Microsoft pl...

File Sync Remotely using HTTP

Hi all, We are trying to create a POC for File Synchronization using MSF. The source is a windows based mobile device and the destination is Remote based http server. we have searched in the net for a sample but we are able to get sample which uses file sync (which happens Internally). Is there any online materials available or sample co...

How do I precache files on a perfoce proxy server in order to obtain some decent speed?

Perforce proxy does cache files only when a user does sync them so if you are the single user of a perforce proxy that is syncing some locations you will gain almost nothing from it. The question is how to make perforce cache the files for you? ...

Production and Development environment sync

Hi, I have a web app on my computer and on web server with ssh. The problem is that I`m developing the app locally on my computer and I want to sync it with the server not by copying files via ftp. Is there any other way? git? ...

Any Good Examples of Mobile Sync Framework Solutions

We are investigating using the Microsoft Mobile Sync Framework and I would like to put together a quick prototype. I am trying to pitch Mobile Sync Framework ofer another sync provider. I have zero experience with it so far, so I am looking for good examples of how to use it to sync backend relational database to SQL Server Compact dat...

Sync between Sql Server and Mysql Server

Hi, I have 2 big tables in sql server that i need to sync to mysql. now, i need that as an ongoing process. the tables are 1 GB each and getting new/update/delete row every 0.1 second. Can you recommend me a tool that can do it that is not resource expensive. you can offer OPEN SOURCE and commercial as well Thanks ...

Is there a way to make iTunes automatically sync with Apple's device ?

I am finding a way if I can write a Win32 application to sync media files into iTunes library and then use this Win32 application to launch iTunes to sync the new library to the Apple device. Is there any COM or other libraries operate like that? ...

Have Project Part of Two Git Repositories?

Consider the following scenario: Someone has a project on Github that might be updated once a month, and it has X functionality. I want to take that project and modify it slightly so it no longer functions like X but functions like Y, but I still want to stay up to date with their changes. How do I do this? I'm familiar with merging ...

iPhone: Need suggestion for SYNC contact

hi all, i want to create a application which sync my iPhone contacts to my server and vice-versa. i read a article on google Get Google Sync on your phone . i want to this type of feature which directly update the contact without user interaction (however one time setting is desired). any body have idea how the google sync work . Plea...

Is it possible to combine the Sync Framework with the Entity Framework?

Before I start (re)designing my app, I would like to know beforehand: is it possible to compbine the sync framework with the Entity Framework? We are planning to use SQL Server only (for now). Are there any known issues? Thanks for your reply. Bart ...

File sync or replication

Hi all, What is the easiest way to sync or replicate files over a network? I am running a few servers in a rack for load balancing and wish to mirror content. For example, I have Server 1 where I do my FTP uploads to. Server 2 is another node. The manual way is for me to also do FTP uploads to Server 2 but I am sure it can be done auto...

In house simple data synchronization

Hi All, I know the post is long but it also contains suggested solutions to my problem. Therefore, the question itself is not that long... don't be scared. :) Please help me with the following scenario: I will have a SQL server where I will store data sets. I will also have a bunch of PC clients (all with their own local SQL server) ...