DocuShare 6.6.1 Update 1 Release Notes
[ds661update1]
1 May 2013
Previously released patches and hotfixes included in this update:
ds661p3, ds661p3hf1, ds661p3hf2, ds661p3hf3, ds661p3hf4, ds661p3hf5
READ ME
Note: DocuShare 6.6.1 Update 1 is a required update. All future patches will require ds661update1 as a prerequisite.
Backup before installing: It is highly recommended to backup DocuShare and the database before installing any updates, patches, or hot fixes.
Important: Oracle and Microsoft SQL Server configurations
DocuShare 6.6.1 uses a JDBC driver from DataDirect. The DataDirect driver’s SelectMethod by default is direct rather than cursor. With direct setting, the database server sends the complete result set in a single response to the driver when responding to a query. A server-side database cursor is not created if the requested result set type is a forward-only result set. This direct method can sometimes cause an out of memory error. Therefore we recommend using SelectMethod=cursor. This will create a cursor on the database server side that Docushare can use to step through the result set.
Examples of how to add this property to the URL string in the /config/JDBCPropertyBean.properties file
Oracle
Url=jdbc\:docushare\:oracle\://\:1521;SID\=orcl;SelectMethod\=cursor
SQL Server
Url=jdbc\:docushare\:sqlserver\://;SelectMethod\=cursor
EULA Update:
An updated End User License Agreement requires acknowledgement to continue installation of Update 1.
New Mobile Client Access Feature:
This update adds a new feature, the DocuShare Mobile Client Connector to the DocuShare Server. Refer to the Enabling the Use of the Xerox Mobile Client for DocuShare document for more information.
New Language Packs for Update 1
If your DocuShare site uses language packs there are new language packs for use with DocuShare 6.6.1 Update 1. Please install the appropriate ds661-b194_langpack_[OS]_[LN] language packs for your site. Download the language packs from http://www.support.xerox.com/support/xerox-docushare/software/
New Build of Lifecycle Manager Add-on
If your DocuShare site has the Lifecycle Manager Add-on installed we recommend installing the latest build of the DocuShare Lifecycle Manager Add-on. This new build is compatible with the Update 1 language packs.
New Build of Print and Email Add-on
If your DocuShare site has the DocuShare Print & Email Add-on installed we recommend installing the latest build of the DocuShare Print and Email Add-on Build_20130425. This new build is compatible with the Update 1 language packs.
DS661U1 includes the following fixes:
AR Number | SPAR Number | Description |
25826 | 71322 | Abstracts for new versions of a document that cannot be indexed will now display as empty and longer display the abstract for the previous version. |
26431 |
| Improvements to field labels and help text for the Administrator Content Store Configuration page |
26476 | 74249 | Fix for Caught Exception: Failed to execute AciAction to server error when running verifyIndex. VerifyIndex will now retry establishing connection to content.exe when content.exe is busy. |
26699 | 75662 | Improvement to reduce excess logging in the Access Table from PDF Byte Serving actions. |
27074 |
| Fix for support of Mobile Client Connector |
27077 | 78470 | Improvement to the Content Intake Manger Results Log for establishing when batch files finish processing. |
27097 | 78137 | Fix for the RESERVE_HANDLE_INDEX_PROBLEM exception. DS will now clear out instances of objects whose class has been removed from the schema. |
27175 | 79034 | WebDAV connection used for Windows Network Place connections will remove HashMap cache when user changes password. |
27184 | 79152 | Search will now return the correct number of results when the results exceed a user set limit that is less than the default value. |
27187 | 78215 | Change to Subscription.properties: · A new sendONLYExpungedOnlyToAdmin property. When set to true, EXPUNGE notifications are sent to the admin user instead of the subscription's recipients list. The default is false, and the normal case is that this item is not present at all in the Subscription.properties file. · A change to behavior for sendExpungedOnlyToAdmin property: When set to true, DELETE and EXPUNGE notifications are sent to the admin user instead of the subscription's recipients list. The default is false, and the normal case is that this item is not present at all in the Subscription.properties file. |
27196 |
| Fix for support of DocuShare Mobile Client Connector |
27201 | 78898 | Calendar pop-up in the Workflow Wizard now works when user’s browser language is set to DE, ES, or JA. |
27202 | 77665 | Fix copyFileToLocalTmp method to make scanning documents from non-Xerox network scan devices more reliable. |
27209 |
| Fix for getPrimaryKey which was returning more than one primary key if given access to more than one schema. |
27227 |
| Fix for Invalid Host-ID with DS 6.6.1 with Patch 3 on RedHat Enterprise Server 6.1 |
27228 |
| DocuShare on a RedHat Enterprise Server 6.1 with DS661P3 will detect IDOL port conflict that will prevent DS and IDOL from starting when more than one instance of DocuShare is installed on the same machine. |
27229 |
| Improvement to DS Monitor shutdown of IDOL content.exe process on RedHat Enterprise Server 6.1. |
27233 | 79558 | Empty Page Size, User property is no longer allowed. Fix for system error displayed when user clicks the next page button. |
27238 |