---------------------------------------------------------------------- ELOQUENCE B.08.10 - patch PE81-1202100 ---------------------------------------------------------------------- This patch adds enhancements or fixes defects of the Eloquence fwutil library as released with Eloquence B.08.10. This patch will be integrated in the Eloquence B.08.10 release. Eloquence B.08.10 must be installed before applying this patch. Severity: PE81-1202100: BUG FIX Superseded patches: PE81-1106080: BUG FIX Patch PE81-1202100 ------------------ Platforms: All * A problem was fixed where in a rare corner case it could happen that forward-log actions were not processed because a session sign-off record was encountered too early (#4088). Under rare conditions a session sign-off record might be written while there are still transactions pending for the associated session. The fwutil library was modified to correctly handle this case. * Changed the internal library revision to "B.08.10.02". Patch PE81-1106080 ------------------ Platforms: All * Fixed a problem in the Fwu_get_item library function. An incorrect item name was returned (#4052). * Changed the internal library revision to "B.08.10.01". Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE81-1202100-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/eloquence/8.1 gzip -dc /path/to/PE81-1202100-hpux.tar.gz | tar xf - Files: 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.so (HP-UX Itanium 32bit) lib/hpux64/libfwutil.so (HP-UX Itanium 64bit) share/doc/PE81-1202100-README Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence/8.1 tar xzf /path/to/PE81-1202100-linux.tar.gz Files: lib/libfwutil.so lib64/libfwutil.so share/doc/PE81-1202100-README On Linux IA64 the following additional manual procedure is required to update the IA32 fwutil library: mv /opt/eloquence/8.1/lib/libfwutil.so.ia32 \ /emul/ia32-linux/opt/eloquence/8.1/lib/libfwutil.so 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 PE81-1202100-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 PE81-1202100-win32.zip and unpack its contents. Then perform the following steps: * Please copy the .dll files into the Eloquence bin directory. (Default location: C:\Program Files\Eloquence\8.1\bin) * Please copy the .lib files into the Eloquence lib directory. (Default location: C:\Program Files\Eloquence\8.1\lib) * Please copy the PE81-1202100-README.txt file into the Eloquence share\doc directory. (Default location: C:\Program Files\Eloquence\8.1\share\doc) Files: fwutil.dll fwutil64.dll fwutil.lib fwutil64.lib PE81-1202100-README.txt