---------------------------------------------------------------------- HP ELOQUENCE A.06.20 - patch 9904140 ---------------------------------------------------------------------- This patch includes a snapshot release of the HP Eloquence HP3K API along with related fixes to other HP Eloquence tools. Fixed problems: --------------- Platforms: All * Handling of 16 character data set, data item and index names has been fixed in the HP Eloquence database runtime. * dbexport has been modified to handle restructure information with 16 character item names. * A combination of primary path and sort item specification caused an internal failure. Unless you are using the HP3000 compatibility option (-T) there is no need to install this patch. * The image3k library has been modified to provide lower case entry points. Previous entry points were upper case which was different than the HP3000. The image3k.h include file will map all upper case procedure calls to lower case. The image3k library has been modified to provide entry points with a leading underscore character. This can be used to catch IMAGE requests from a program by providing a library with the entry symbol and then calling the corresponding entry in the image3k library. Installation: ------------- UNIX: In order to install this patch, you need to unpack it with gzip. Gzip is included with HP-UX 10.x and above. Installation requires root privileges. cd /opt/eloquence6 gzip -dc PE62-9904140-hpux.tar.gz | tar xf - Files: bin/schema bin/dbimport bin/dbexport bin/dbinfo include/image3k.h lib/libimage3k.sl lib/libeqdb.sl lib/libeloq.a share/doc/PE62-9904140-README Windows: Download the PE62-9904140-win32.zip file and unpack with WINZIP or PKZIP. Installation requires administrative capabilities. Please copy the schema.exe file into the bin subdirectory of your HP Eloquence installation directory (for example C:/Programs/Hewlett-Packard/HP Eloquence/bin). Files: bin/schema.exe bin/dbimport.exe bin/dbexport.exe bin/dbinfo.exe include/image3k.h lib/libimage3k.dll lib/libeqdb.dll lib/libeloq.lib PE62-9904140-README.txt