ArcGIS Server Banner

About synchronization (ArcInfo and ArcEditor only)

About synchronization (ArcInfo and ArcEditor only)

Release 9.3 E-mail This TopicPrintable VersionGive Us feedback

A synchronization involves one replica sending data changes and the relative replica receiving changes. Data changes include inserts, updates, and deletes made in the replica version. In order to perform a synchronization, you must be connected as the same database user who was used to create the replica.

For two-way and one-way replication, the filters and relationship class rules that were applied at creation are also applied to determine what changes to synchronize. Changes outside the filters and relationship class rules are not synchronized. See Managing replicas to see how to find the filters and relationship class rules for a replica. Logic is also used to prevent unnecessarily resending changes that have already been sent. For checkout replicas, all edits made to the checkout replica are synchronized.

Data transfer is based on exchanging replication messages. Message exchange between replicas is designed to be sequential. This means that the replicas are set up to exchange messages in a manner similar to the way voice messages are exchanged between parties engaged in a telephone conversation. Here, each party sends a message to the other that is received and processed before the other party responds. The nature of the system ensures that only one replica can send changes at a time.

Geodatabase replication uses external messaging systems. Replication messages may be lost or received out of order due to errors in the network or other problems outside the geodatabase's management of the system. The geodatabase replication system is designed to detect and automatically recover from errors introduced by unreliable messaging.

Synchronization is supported in both a connected and a disconnected environment. In a connected environment, message exchange is handled by the system, while in a disconnected environment, you need to manage the message exchange. See Connected synchronization and Disconnected synchronization for more information.

During synchronization, changes are reconciled and posted into the replica version. During this reconciliation, conflicts may occur. You can choose a reconciliation policy to define how to handle these conflicts. You can also choose between column level and row level conflict detection for this reconciliation. See Synchronizing connected replicas and Synchronizing disconnected replicas to see how to apply these options.

See Also

  • Working with geodatabase replication
  • Replication Types
  • Synchronizing connected replicas
  • Synchronizing disconnected replicas
  • About synchronization
  • Synchronizing with filters and related data
  • Synchronizing topology
  • Synchronizing geometric networks
  • Synchronizing connected replicas
  • Synchronizing disconnected replicas
  • Applying schema changes