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

ELOQUENCE B.08.20 - patch PE82-1807190

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

This patch adds enhancements or fixes defects of the dbutil
utility 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-1807190: BUG FIX

Superseded patches:
 PE82-1801260: BUG FIX
 PE82-1602050: BUG FIX


Patch PE82-1807190
------------------

Platforms: All

* Fixed a problem where under certain conditions a related master
  for a FTS index was not found.

  This caused dbutil to abort with the message below:

  Assertion failed: mset2 != NULL,
  file dbutil/schema_write.c, line 859


Patch PE82-1801260
------------------

Platforms: All

* Fixed a problem where changing the item size could also change the
  length of index segments referring to this item. However, this is
  only valid if the entire item is indexed, not a subset.

  As a consequence dbutil output a failed consistency message similar
  as below:

     INDEX-NAME: Inconsistent segment definition


Patch PE82-1602050
------------------

Platforms: All

* Fixed a problem where database restructuring could lead to
  inconsistent item access rules.

  When deleting or inserting data sets, set specific data access
  rules were not properly updated in some cases. As a consequence,
  set specific item access rules could become inconsistent.
  This results in a warning message to the server message log.

  dbutil was fixed to properly update the item access rules and
  detect inconsistent item access rules.

* Fixed a problem where special characters in the input file might
  be considered an EOF condition instead of a syntax error (#3659).

* This patch adds a new statement to delete all item access rules
  with a single command.

  DELETE ALL ITEM ACCESS;


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

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

   PE82-1807190-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-1807190-hpux.tar.gz | tar xf -

Files:

   bin/dbutil
   lib/dbutilj.dlg
   share/doc/PE82-1807190-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-1807190-linux.tar.gz

Files:

   bin/dbutil
   lib/dbutilj.dlg
   share/doc/PE82-1807190-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 PE82-1807190-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-1807190-win32.zip and unpack its contents. Then perform
the following steps:

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

* Please copy the dbutilj.dlg file into the Eloquence lib directory.
  (Default location: C:\Program Files\Eloquence\8.2\lib)

* Please copy the PE82-1807190-README.txt file into the Eloquence
  share\doc directory.
  (Default location: C:\Program Files\Eloquence\8.2\share\doc)

Files:

   dbutil.exe
   dbutilj.dlg
   PE82-1807190-README.txt
