---------------------------------------------------------------------- HP ELOQUENCE A.06.00 fixpack 1 Revision: 97-10-09 ---------------------------------------------------------------------- This patch fixes some problems in A.06.00 as distributed on HP Eloquence media before datecode 71009. This fix is already included with HP Eloquence media starting with datecode 71009. For more information about HP Eloquence media datecode, please refer to document http://www.hp-eloquence.com/support/datecode.html The files in this patch set should replace the files originally distributed with HP Eloquence A.06.00. Platforms: HP-UX, Linux, Windows Fixed problems: --------------- * Using structure members could result in an internal failure and program abort. * QFIND on a master data set resulted in a core dump. * A new error message 905 ("No such member") has been added. This will distinguish referencing an undeclared member variable from a undefined type. Previously both conditions resulted in a runtime error 900. * The database server could fail to keep track of user licenses so connections could be rejected with an error message ("No license slot available"). * The database server had a problem with dbpurge. While the database was removed, the entry in the sysdb table (server catalog) was not updated properly so a database with the same name could not be created again. * DBGET mode 6 could result in a database server panic. ("Assertion failed: data.size == sizeof(recno_t)") * schema now enforces the minimum record length correctly The HP Eloquence A.06.00 database requires a minimum record length of 4 bytes. Installation: ------------- UNIX: In order to install the fixpack, you need to unpack it with gzip. Gzip is included with Linux and HP-UX 10.x and can be obtained for HP-UX 9.x from this ftp server in the /pub directory. Installation requires root privileges. cd /opt/eloquence6 gzip -dc fp1-hpux.tar.gz | tar xf - Files: bin/eloqcore bin/eloqdb6 bin/schema lib/nls/C/eloq.cat Windows: Download the fp1-win32.zip file and unpack with winzip or PKZIP. Installation requires administrative capabilities. Please copy the eloqcore.exe and schema.exe files into the bin subdirectory of your HP Eloquence installation (for example C:/Programs/Hewlett-Packard/HP Eloquence/bin) The eloqdb6.exe file should *only* be installed, if you previously installed the HP Eloquence server components on your system. Please make sure that the EloqDB6 service is stopped. Please copy the eloqdb6.exe file into the Windows system directory (for example C:/WINNT/SYSTEM32). Files: eloqcore.exe eloqdb6.exe schema.exe