---------------------------------------------------------------------- ELOQUENCE B.08.20 - patch PE82-1909020 ---------------------------------------------------------------------- This patch fixes a defect of the Eloquence Net.DLL as released with 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-1909020: BUG FIX Superseded patches: PE82-1501270: BUG FIX, ENHANCEMENT PE82-1405231: BUG FIX Patch PE82-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. This also affects the CloseListen and Shutdown procedures. Patch PE82-1501270 ------------------ Platforms: All * Fixed a problem when closing a listen socket. The CloseListen procedure could fail with an error (Windows). * Added the Shutdown procedure to shut down all or part of a connection. CALL DLL Net("Shutdown", How) If how is 0, further receptions will be disallowed. If how is 1, further transmissions will be disallowed. If how is 2, further receptions and transmissions will be disallowed. Patch PE82-1405231 ------------------ Platforms: Windows * Fixed a compatibility problem affecting Windows XP and Windows Server 2003. The Eloquence Net.DLL could fail with an "Access is denied" error message (#4168). Installation: ------------- Please download the patch archive that corresponds with the installed release. The patch files follow the conventions below: PE82-1909020-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-1909020-hpux.tar.gz | tar xf - Files: dll/Net.DLL share/doc/PE82-1909020-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-1909020-linux.tar.gz Files: dll/Net.DLL share/doc/PE82-1909020-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 PE82-1909020-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-1909020-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.2\dll) * Please copy the PE82-1909020-README.txt file into the Eloquence share\doc directory. (Default location: C:\Program Files\Eloquence\8.2\share\doc) Files: net.dll PE82-1909020-README.txt