Questions tagged [synchronization]

489 questions
1
vote
2 answers

Would an invalid certificate cause an 0x8004010F sync error?

We just migrated from Exchange 2003 to 2007 which was a combo primary AD/DNS server and it has not gone smoothly. We are now down to getting a new certificate (a bureaucratic process thats out of my hands) and users getting the 0x8004010F sync…
Chad Harrison
  • 6,990
  • 10
  • 29
  • 41
1
vote
0 answers

Calendar not Sync between Blackberry & Outlook - Exchange 2010

eI have an issue where all in suddent, all blackberry devices won't sync anymore for calendar. I don't have much on hand experiences with Blackberry environment. I use Exchange 2010 SP1 with Update Roll up 6 and Blackberry Enterprise Server Express…
Arief
  • 173
  • 4
  • 5
  • 19
1
vote
5 answers

database sync across servers in SQL 2008R2

as we are in the process of expanding of businees, now we are stepping a ahead to add few more datacenter, now we have a requirement where we need to sync the production database with other datacenter servers, with few requirements. Here are the…
1
vote
1 answer

One Way Replication of Oracle 11g to MSSQL 2008R2

We're in the midst of a major LOB system change which will use Oracle 11g, but we need to maintain a LARGE number of existing reports in SSRS. What is a good method to automate a one-way, read-only synchronization/replication/dump of a 400GB Oracle…
ScottBai
  • 293
  • 1
  • 7
1
vote
1 answer

Sync Local Folder to FTP

I'm looking for an app I can put on my local server that will take files from C:\Source to a folder on my remote FTP Server every hour. I was looking at rsync and it looked perfect until it told me I cant use my own FTP server. Any…
Tyler
  • 249
  • 1
  • 6
  • 12
1
vote
2 answers

iPhone calendar sync with Exchange 2010

I have an iPhone user that just recently noticed that his iPhone calendar changes are now overwriting any changes made in Outlook. I checked and didn't see any config settings on the iPhone for whether the device or Exchange "wins". Does anyone…
jjrab
  • 217
  • 2
  • 18
1
vote
1 answer

How can I synchronize effectively a large directory containing lots of photos between 3 LAN / different OS hosts?

This would be working between Ubuntu 10.04 LTS, Windows 7 and Windows XP? I would like to achieve something like Dropbox service, but only in local network. What I currently use: Ubuntu has the Samba server installed and I am syncing the Windows…
1
vote
2 answers

Windows Server 2003 AD Folder Replication

I have a folder on my Windows 2003 Server AD machine that is shared out to clients at Location A. The people in Location B are currently mounting this folder across a network link. The problem is of course if the network link goes down, they loose…
1
vote
2 answers

Synchronizing users between two identical Windows 2008 R2 instances (second one is XenConvert clone)

I'm running IIS 7 server where users are using dedicated application pools so I need for all of them separate users. I'm moving my environment to XenServer and I'm using for this XenConvert tool. Everything is fine except that I need to synchronize…
GrZeCh
  • 605
  • 4
  • 12
  • 28
1
vote
3 answers

sync local OSX with remote linux server using ftp via shell script

I would like to sync a local folder on my Mac to a remote ftp server. I only want to upload files changed since last sync. I would also like to download new and modified files from the server. Is there a way to do this form OSX shell?
Billy Moon
  • 1,437
  • 3
  • 17
  • 23
1
vote
3 answers

How do I sync configuration between my ubuntu servers? And how do I automatically restart services when their configuration changes?

First of, I'm fairly new to this whole linux thing... So be gentle. The setup: I have a couple of Ubuntu servers... A pair of DNS servers running Bind, and a pair of servers running Nginx and HAProxy to load-balance requests to some back-end…
1
vote
2 answers

I want to run a Dropbox-like service on my server. What's the best Free solution available?

It's for a relatively small group of people (unlikely to exceed 30). I'd like it to work as much as Dropbox as possible, i.e., user runs a program in the background, and it syncs a local folder's files with one on the server. Filesystem-like access…
JCCyC
  • 680
  • 3
  • 13
  • 24
1
vote
1 answer

how to setup a service that will forward pop3 emails to another pop3 server

I have a pop3 account only accessible from the localhost ip (its a gatewate service running locally and cannot be exposed outside of the machine) I would like to setup a service (its a windows 7 machine) that will retrieve any email on that…
Eli
  • 113
  • 2
1
vote
4 answers

How to sync a folder on a remote computer to a server on a domain

We have a small remote office that often share data with us. I learned that the data is shared as a email attachment, but that obviously leads to versioning hell and overriding. I am looking for a way for then to synchronize a folder directly on our…
1
vote
1 answer

File replication in a workgroup environment

I have two web servers where I need to sync some folders. I'd like to use Windows Distributed File System Replication (DFSR), but the servers are in a workgroup environment, which is not supported by DFSR. Can anyone recommend other tools which can…