---------------------------------------------------------------------- ELOQUENCE B.08.30 - patch PE83-2111221 ---------------------------------------------------------------------- This patch adds enhancements or fixes defects of the Eloquence Net.DLL as released with Eloquence B.08.30-1810. This patch will be integrated in the Eloquence B.08.30 release. Eloquence B.08.30-1810 must be installed before applying this patch. Severity: PE83-2111221: BUG FIX Superseded patches: PE83-1909020: BUG FIX Patch PE83-2111221 ------------------ Platforms: All * Fixed the dll_LogFile procedure which issued error 2001 when an empty file name is passed. This is a regression introduced with Eloquence B.08.30. * Net.DLL revision: 1.11 Patch PE83-1909020 ------------------ Platforms: All * Fixed a problem where the Disconnect procedure could issue error 2007, indicating that the connection no longer exists. This in turn could cause a subsequent Connect or Accept invocation to issue error 2002 ("already connected"). The Disconnect procedure now no longer issues error 2007, instead the connection is closed unconditionally, and an error message is logged if a log file is configured. This also affects the CloseListen and Shutdown procedures. * Net.DLL revision: 1.10 Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE83-2111221-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.3 gzip -dc /path/to/PE83-2111221-hpux.tar.gz | tar xf - Files: dll/Net.DLL share/doc/PE83-2111221-README Linux: In order to install this patch, you need to unpack it with tar. Installation requires root privileges. cd /opt/eloquence/8.3 tar xzf /path/to/PE83-2111221-linux.tar.gz Files: dll/Net.DLL share/doc/PE83-2111221-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 automatic installation of this patch, please download the patch file PE83-2111221-win32.exe. Installation does not require a reboot unless the patched files were active. For a manual installation of the patch, please download the patch file PE83-2111221-win32.zip and unpack its contents. Then perform the following steps: * Please copy the net.dll file into the Eloquence dll directory. (Default location: C:\Program Files\Eloquence\8.3\dll) * Please copy the PE83-2111221-README.txt file into the Eloquence share\doc directory. (Default location: C:\Program Files\Eloquence\8.3\share\doc) Files: net.dll PE83-2111221-README.txt