---------------------------------------------------------------------- ELOQUENCE B.07.10 - patch XE71-060623 ---------------------------------------------------------------------- This patch is intended for testing purposes and adds the option to Eloquence B.07.10 to replicate database transactions to other database environments. Severity: XE71-060623: BETA TEST Superseded patches: XE71-060522: BETA TEST XE71-060418: BETA TEST Patch XE71-060623 ----------------- * Support for forward log files was added to the slave server. * Fixed a potential buffer overflow when redirecting a writing dbopen from a slave server. * Fixed a compatibility problem with older forward log files. * Fixed a problem with cached meta information on slave server possibly not updated. Patch XE71-060522 ----------------- * Fixed a bug where a dbrestore would corrupt the configuration * Fix bug with dbopen mode 4 on slave not bounced to master * Changed btree logging format to improve incremental updates in some corner cases * Added initial support for detecting conflicting database use on the slave server. The access requirements for replication is recorded by the master server and applied by the replication process. The following conditions are currently recognized: - The replication requesting exclusive access to a database (eg. erasing a database or an application on the master requested exclusive access to the database) - An application opening a database on the slave server in mode 8 (deny concurrent write) If a database is currently in use by an application, the replication is temporarily suspended until the database is available. If a database is currently accessed by the replication an attempt by an application to open the database in a conflicting mode will fail with a database status. Patch XE71-060418 ----------------- * This patch adds the option to Eloquence B.07.10 to replicate database transactions to other database environments. It is only intended for testing purposes. Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: XE71-060623-hpux-ia64.tar.gz ^ ^ ^ | | Architecture / OS specific build | Operating system Patch ID HP-UX: In order to install this patch, you need to unpack it with gzip and tar. Gzip is included with HP-UX. Installation requires root privileges. cd /opt/eloquence6 gzip -dc /path/to/XE71-060623-hpux-pa20.tar.gz | tar xf - Files: bin/eloqdb6 bin/dbrepl bin/dblogreset bin/dbrecover bin/fwaudit share/doc/REPL.README Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence6 tar xzf /path/to/XE71-060623-linux-*.tar.gz Files: bin/eloqdb6 bin/dbrepl bin/dblogreset bin/dbrecover bin/fwaudit share/doc/REPL.README