----------------------------------------------------------------------

ELOQUENCE B.08.30 - patch PE83-1905030

----------------------------------------------------------------------

This patch adds enhancements or fixes defects of the eloqcore language
runtime 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-1905030: BUG FIX

Superseded patches:
 PE83-1904160: BUG FIX


Patch PE83-1905030
------------------

Platforms: All

* Fixed a problem where POPUP BOX could unexpectedly return error 870
  (Improper POPUP BOX format) if the definition is passed in a string
  variable, caused by an incorrect string length calculation.

* Fixed incomplete DLG GET "Tree.udata[I]" result, caused by incorrect
  string length calculation if cached attribute values are returned.

* Fixed possible crash when obtaining enhanced DLG v2 diagnostics, for
  example DLG GET ".status_msg". A message like below was output:

  Assertion failed: (seg->magic == 0x5345474d)

* Fixed unexpected asynchronous execution of certain DLG SET statements.
  The statements below are now synchonously executed:

  DLG SET "Application.browser"
  DLG SET "Application.closeprinter"
  DLG SET "Application.openprinter"
  DLG SET "Application.print"
  DLG SET "Dialog.do"
  DLG SET "System.activate"
  DLG SET "System.sound"
  DLG SET "System.start"


Patch PE83-1904160
------------------

Platforms: All

* Fixed error 653 on DLG SET when using utf-8 encoding.

  The DLG functionality may internally use the multi-byte utf-8
  encoding where the number of bytes and characters may differ.
  The max. length of a text field (.maxchars attribute) was compared
  against the number of bytes instead the number of characters.


Installation:
-------------

Please download the patch archive that corresponds with the installed
release.  The patch files follow the conventions below:

   PE83-1905030-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-1905030-hpux-ia64.tar.gz | tar xf -

Files:

   bin/eloqcore
   share/doc/PE83-1905030-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-1905030-linux-86_64.tar.gz

Files:

   bin/eloqcore
   share/doc/PE83-1905030-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-1905030-win32.exe. Before installation, please consider
stopping the database server, 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 PE83-1905030-win32.zip and unpack its contents. Then perform
the following steps:

* Please copy the eloqcore.exe file into the Eloquence bin directory.
  (Default location: C:\Program Files\Eloquence\8.3\bin)

* Please copy the PE83-1905030-README.txt file into the Eloquence
  share\doc directory.
  (Default location: C:\Program Files\Eloquence\8.3\share\doc)

Files:

   eloqcore.exe
   PE83-1905030-README.txt