Each replication system that you create affects your environment. Consider the following when setting up your replication environment:
Whenever you use replication that requires time stamp conflict resolution (see Conflict Resolution), the operating system times of the database servers that participate in the replicate must be synchronized. All time stamps and internal computations are performed in Greenwich Mean Time (GMT) and have an accuracy of plus or minus one second.
To synchronize the time on one database server with the time on another database server, use one of the following commands.
Operating System | Command |
---|---|
UNIX | rdate hostname |
Windows | net time \\servername /set |
net time /domain:servername /set |
An Enterprise Replication system can include databases in different locales, with the following restrictions:
In other words, the syscdr database on every Enterprise Replication server must be in the English locale.
Code-set conversion with the GLS library requires only those code-set conversion files found in the $INFORMIXDIR/gls/cv9 directory.
For information about how to specify a nondefault locale and other considerations related to GLS locales, see the IBM Informix GLS User's Guide.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]