---------------------------------------------------------------------- ELOQUENCE B.08.20 - patch PE82-1401241 ---------------------------------------------------------------------- This patch ships the thread safe Eloquence image3k TurboIMAGE compatibility extension library for Eloquence B.08.20. This patch will be integrated in the Eloquence B.08.20 release. Eloquence B.08.20 must be installed before applying this patch. Severity: PE82-1401241: ENHANCEMENT Superseded patches: none Please note the special installation instructions for the Linux IA64 platform. Patch PE82-1401241 ------------------ Platforms: All * This patch ships the image3k TurboIMAGE compatibility extension library in a thread-safe variant. The library allows multiple threads to access the Eloquence database concurrently. A separate database session is maintained for each thread, including its own connection to the database server. This allows threads to work independently and take advantage of concurrent execution while using a familiar approach to access the database. As each thread uses a separate database session, a database opened in one thread is not visible to other threads, a DBLOCK in one thread blocks conflicting locks in other threads, committing a transaction only affects the executing thread. * The internal library revision is "B.08.20.00". Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE82-1401241-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.2 gzip -dc /path/to/PE82-1401241-hpux.tar.gz | tar xf - Files: lib/pa11_32/libimage3k_r.sl (HP-UX PA-RISC 1.1 32bit) lib/pa20_32/libimage3k_r.sl (HP-UX PA-RISC 2.0 32bit) lib/pa20_64/libimage3k_r.sl (HP-UX PA-RISC 2.0 64bit) lib/hpux32/libimage3k_r.so (HP-UX Itanium 32bit) lib/hpux64/libimage3k_r.so (HP-UX Itanium 64bit) share/doc/PE82-1401241-README Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence/8.2 tar xzf /path/to/PE82-1401241-linux.tar.gz Files: lib/libimage3k_r.so lib64/libimage3k_r.so share/doc/PE82-1401241-README On Linux IA64 the following additional manual procedure is required to update the IA32 image3k library: mv /opt/eloquence/8.2/lib/libimage3k_r.so.ia32 \ /emul/ia32-linux/opt/eloquence/8.2/lib/libimage3k_r.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 automatic installation of this patch, please download the patch file PE82-1401241-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 PE82-1401241-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.2\bin) * Please copy the .lib files into the Eloquence lib directory. (Default location: C:\Program Files\Eloquence\8.2\lib) * Please copy the PE82-1401241-README.txt file into the Eloquence share\doc directory. (Default location: C:\Program Files\Eloquence\8.2\share\doc) Files: image3k_r.dll image3kC_r.dll image3k64_r.dll image3k_r.lib image3kC_r.lib image3k64_r.lib PE82-1401241-README.txt