---------------------------------------------------------------------- ELOQUENCE B.07.10 - patch PE71-0803190 ---------------------------------------------------------------------- This patch adds the Eloquence fwutil library. This patch will be integrated in the Eloquence B.07.10 release. Severity: PE71-0803190: ENHANCEMENT Superseded patches: none Please refer to the Eloquence web site for documentation and example programs: http://eloquence.marxmeier.com/support/B0710/doc/fwutil/ Patch PE71-0803190 ------------------ Platforms: All * The fwutil library enables access to the Eloquence database forward-log files that holds the archived committed transactions. The fwutil library makes use of the audit information in the forward log file and the database server must be configured to record audit information. Decoding the forward-log file format is performed by the fwutil library and a callback to a user provided function is performed for IMAGE like operations which simplifies programming and isolates the utility from format changes. The fwutil library works incrementally. Transactions from a starting point are processed. The current progress is recorded in a status file and may be used to continue subsequently. Once the end of the forward-log file(s) is reached, the library may either return or wait for additional changes which are then processed. * Changed internal library revision to "B.07.10.06" * Changed the Windows file version to "7.1.0.06" Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE71-0803190-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/PE71-0803190-hpux.tar.gz | tar xf - Files: HP-UX: include/fwutil.h lib/pa11_32/libfwutil.sl (HP-UX PA-RISC 1.1 32bit) lib/pa20_32/libfwutil.sl (HP-UX PA-RISC 2.0 32bit) lib/pa20_64/libfwutil.sl (HP-UX PA-RISC 2.0 64bit) lib/hpux32/libfwutil.sl (HP-UX Itanium 32bit) lib/hpux64/libfwutil.sl (HP-UX Itanium 64bit) share/example/fwutil/fwtest.c share/example/fwutil/fwsql.c share/example/fwutil/fwmemo.c share/doc/fwutil.README share/doc/PE71-0803190-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/PE71-0803190-linux.tar.gz Files: include/fwutil.h lib/libfwutil.so share/example/fwutil/fwtest.c share/example/fwutil/fwsql.c share/example/fwutil/fwmemo.c share/doc/fwutil.README share/doc/PE71-0803190-README Windows: Two options are available for patch installation. The patch is available as self extracting archive for automatic installation and as a zip archive for manual installation. Both patches are equivalent. Installation requires administrative capabilities. For autmatic installation of this patch, please download the patch file PE71-0803190-win32.exe. Before installation, please consider closing all applications, then execute the patch installation program. Installation does not require a reboot unless the patched files were active. For a manual installation of the patch, please download the patch file PE71-0803190-win32.zip and unpack its contents. Then perform the following steps: * Please copy the .lib, .def and .dll files into the lib subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\lib). * Please copy the .h files into the include subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\include). * Please copy the .c files into the share\example\fwutil subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\share\example\fwutil). * Please copy the fwutil.README.txt and PE71-0803190-README.txt files into the share\doc subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\share\doc). Files: fwutil.h - header file fwutil.dll - dynamic link library fwutil.lib - linker stub library fwutil.def - module definition file fwtest.c - example program source code fwsql.c - example program source code fwmemo.c - example program source code fwutil.README.txt PE71-0803190-README.txt