---------------------------------------------------------------------- ELOQUENCE B.07.00 - patch 0307070 ---------------------------------------------------------------------- This provides fixes a defect in the schema processor as released with Eloquence B.07.00. This patch will be integrated in the Eloquence B.07.00 release. Eloquence B.07.00 must be installed before applying this patch. This patch replaces patch PE70-0305050 (beta) Severity: PE70-0307070: BUG FIX PE70-0305050: ENHANCEMENT Fixed problems: --------------- Platforms: All * The first item defined in the schema could not be used as a sort item (#2014). The first item used the index 0 and the same value was also used to indicate a sort item was not used for a path. Patch PE70-0305050 ------------------ Platforms: All * The schema processor has been enhanced to be more consistent on warning and error messages. Each message now specifies if a message is either en error error or warning message. Warning messages are output with a message id that could be used with the -w option to selectively suppress the warning message. The new -w command line option allows to suppress the output of specific warning messages. -w id[,..] The -w option expects a list of warning message ids, separated by comma. The specified warning is then suppressed. For example: When unrefenced items are present in a schema definition, the schema processor did output the following warning message and list all unreferenced item names. *** Unreferenced items: The message has been changed to: *** (WARNING #11) Unreferenced items: When the command line option -w11 is specified, the message is suppressed. Installation: ------------- UNIX: In order to install this patch, you need to unpack it with gzip. Gzip is included with HP-UX and Linux. Installation requires root privileges. cd /opt/eloquence6 gzip -dc /path/to/PE70-0307070-hpux.tar.gz | tar xf - Files: bin/schema share/doc/PE70-0307070-README Windows: Download the PE70-0307070-win32.zip file and unpack its contents with WinZip or PKUNZIP. Installation requires administrative capabilities. Please copy the schema.exe file into the bin subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\bin). Please copy the PE70-0307070-README.txt file into the share\doc subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\share\doc). Files: schema.exe PE70-0307070-README.txt