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

ELOQUENCE B.08.30 - patch PE83-2104140

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

This patch adds enhancements or fixes defects of the dbutil and 
prdbutil utilities 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-2104140: ENHANCEMENT

Superseded patches:
 none


Patch PE83-2104140
------------------

Platforms: All

* dbutil was enhanced to support specifying a supplementing item type
  for use with the image3k library.  This allows to override the item
  type for use with the image3k library.  
  
  The following syntax is supported:
  
     change item ... image3k type <type>|none;
     
  where <type> is an item type supported by the image3k library, such 
  as J, I, K, R, E, P, Z, X, U. An item size or count may not be 
  specified. Specifying "none" or the underlying item type removes the
  image3k type.

  The following overrides are supported:

    B/X : any type
    E   : R or X
    I/K : I/K/J/X
  
  For example:

     change item code { type x8; image3k type u; }

* prdbutil was enhanced to output the image3k item type mapping in the 
  image3k section.


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

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

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

Files:

   bin/dbutil
   bin/prdbutil
   share/doc/PE83-2104140-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-2104140-linux.tar.gz

Files:

   bin/dbutil
   bin/prdbutil
   share/doc/PE83-2104140-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-2104140-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-2104140-win32.zip and unpack its contents. Then perform
the following steps:

* Please copy the files dbutil.exe and prdbutil.exe to the Eloquence
  bin directory. (Default location: C:\Program Files\Eloquence\8.3\bin)

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

Files:

   dbutil.exe
   prdbutil.exe
   PE83-2104140-README.txt