Last updated: 02-Jul-2012
|
To download the latest version of this document and the other Compliance Accelerator release notes, or to obtain Japanese, Simplified Chinese or Traditional Chinese versions, see article TECH147785 on the Symantec Enterprise Support site. For the latest news about this release, including any hotfixes, subscribe to http://www.symantec.com/docs/TECH147786. Note: If you downloaded the original version of Enterprise Vault 9.0.4 on or before 28 June 2012 (version 9.0.4.1095), you must download the updated version of Enterprise Vault that fixes the issue described in http://www.symantec.com/docs/TECH192064. This issue did not affect Compliance Accelerator. If you installed the original 9.0.4 version of Compliance Accelerator, there is no need to update it. |
This document provides important information about the Symantec Compliance Accelerator 9.0 release.
For information on the new features and fixes contained in the 9.0.4 release,
see the Compliance Accelerator
9.0.4 document. This is included as CAUpdates_en.htm on the
release media.
If you are performing a new installation of Compliance Accelerator, follow
the instructions in the Installation Guide. This guide is in
the Documentation folder on the Compliance Accelerator media.
If you are upgrading from an earlier version of Compliance Accelerator,
follow the instructions in
Upgrading to Symantec
Compliance Accelerator 9.0.4. This is included as CAUpgradeInstructions_en.htm
on the Compliance Accelerator media.
For the latest information on supported devices and versions of software, see the Enterprise Vault Compatibility Charts (http://www.symantec.com/docs/TECH38537).
For the latest information on supported upgrade paths, see the technical note called Supported upgrade paths for Enterprise Vault, Compliance Accelerator, and Discovery Accelerator (http://www.symantec.com/docs/TECH53174).
For more information on the features described below, see the supplied documentation.
This release of Compliance Accelerator provides a deduplication feature. The purpose of this feature is to identify and remove duplicate items from the results of a search, and so prevent them from appearing in the review set. To determine whether one item is a duplicate of another, Compliance Accelerator compares the metadata properties of the items, such as their author display names, subjects, and number of attachments. Note that the deduplication works within individual searches only. It does not span multiple searches, even when you run them within the same department.
For all types of searches (immediate, scheduled, and guaranteed sample), Compliance Accelerator deduplicates the items as part of the sampling process. For guaranteed sample searches, Compliance Accelerator adds randomly-sampled items to the review set to compensate for any shortfall that the deduplication process has caused.
If you upgrade to Compliance Accelerator 9.0 from an earlier version in which you conducted scheduled searches or guaranteed sample searches, it automatically deduplicates the results of those searches when they next run after the upgrade. This is the case for both searches that you have defined at the application level and searches that you have defined at department or folder level.
The following reports now show the number of items that Compliance Accelerator has determined to be duplicates:
Two new configuration settings let you manage the deduplication feature. To access these settings, click the Configuration tab in the Compliance Accelerator client, and then click the Settings tab. The new configuration settings are as follows:
DeduplicationInfo subfolder of your Compliance Accelerator
program folder on the Compliance Accelerator server (typically, C:\Program
Files\Enterprise Vault Business Accelerator\DeduplicationInfo).
These deduplication information files, which are in plain text and XML
format, may assist the Symantec Support team when dealing with deduplication-related
problems. By default, this setting is unchecked; Compliance Accelerator
does not create the files.In the Compliance Accelerator client, the panes with which you can view the statuses of searches have been improved to enable more efficient handling of large archive lists. In particular, the panes now provide a number of filter options with which you can quickly analyze the search results. For example, you can now filter the archive list to show the top 2000 archives by hits, or all archives with a status of "Error".
These search status panes also provide the option to download a comma-separated value (CSV) file that lists the search details for all archives.
The computers on which you install the Compliance Accelerator server software, Journaling Connector, and client software each have different requirements. The table below summarizes the primary requirements. See the Installation Guide for more information.
| Component | Prerequisite software |
|---|---|
| Compliance Accelerator server software |
|
| Journaling Connector |
|
| Compliance Accelerator client software |
|
See the Installation Guide for instructions on how to perform a first-time installation of Symantec Compliance Accelerator 9.0.4. If you are upgrading from an earlier version of Compliance Accelerator, follow the instructions in Upgrading to Symantec Compliance Accelerator 9.0.4.
Do not install the server software for Compliance Accelerator and Discovery Accelerator on the same computer.
See also the "Troubleshooting" chapters of the Compliance Accelerator manuals for information on other issues that you may encounter when you install and use Compliance Accelerator.
The following messages may appear in the event log when you upgrade to Compliance Accelerator 9.0 from an earlier version of Compliance Accelerator:
Event Type: Error Event Source: Accelerator Service Processor Event Category: None Event ID: 130 Description:
APP AS - Customer ID: 0 - An error has occurred when initializing the Customers. System.Data.SqlClient.SqlException: Procedure or function spConf_Customer_Sel has too many arguments specified.
And:
Event Type: Error Event Source: Accelerator Service Processor Event Category: None Event ID: 149 Description:
APP AS - Customer ID: 0 - An error has occurred when initializing the Servers. System.Data.SqlClient.SqlException: Procedure or function spConf_Server_Sel has too many arguments specified.
You can ignore these messages, which are harmless.
The following error message may appear in the Accelerator Manager Web site when you create a customer database on a computer in which User Account Control (UAC) is enabled:
Virtual Directory Error: Access is denied
You can work around the issue by opening the Accelerator Manager Web site as a user with administrative privileges.
To open the Accelerator Manager Web site as an administrator
You may experience the following issues if you have enabled Federal Information Processing Standard (FIPS)-compliant algorithms in your environment.
In some FIPS-enabled environments, you may find that you cannot access the Accelerator Manager Web site and Support for Crystal Reports Web site (if installed). To resolve this issue, follow these steps:
Web.config file in the AcceleratorAdminWeb and
ComplianceWeb subfolders of the Compliance Accelerator program
folder.<system.web> section.Add the following <machineKey> section to the <system.web>
section:
<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/>
Locate the <compilation> element and verify that its
debug attribute is set to false. For example:
<compilation defaultLanguage="c#" debug="false" batch="true">
Web.config file.iisreset
You may receive error messages when you try to display a preview of any report in the Compliance Accelerator client. To resolve this issue, follow these steps:
Web.config file
in the \Reporting Services\ReportServer subfolder of the SQL
Server program folder.<system.web> section.<machineKey> section to the <system.web>
section:<machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/>
Locate the <compilation> element and verify that its
debug attribute is set to false. For example:
<compilation defaultLanguage="c#" debug="false" batch="true">
Web.config file.iisreset
If you have enabled FIPS-compliant algorithms on a SQL Server 2005 Reporting Services computer, the following error message may appear when you try to export a Compliance Accelerator report to an Excel format file:
An error occurred during rendering of the report. This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
The issue does not arise when you export reports in other formats, such as Portable Document Format (PDF).
You can resolve this issue by installing either of the following:
SQL Server 2005 Service Pack 3. To obtain this service pack, go to the following page of the Microsoft Web site:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14752
Cumulative update package 5 for SQL Server 2005 Service Pack 2. To obtain this package, go to the following page of the Microsoft Web site:
For more information on this issue, see the following article in the Microsoft Knowledge Base:
http://support.microsoft.com/?kbid=946029
Some Compliance Accelerator reports contain View Message hyperlinks with which you can view the content of selected messages. For example, this is true of the reports that are called "Reviewer Activity by Department" and "Reviewer Activity by Detail". You may receive the following error message when you click a View Message hyperlink:
Object reference not set to an instance of an object
To resolve this issue, follow these steps:
Ensure that you have installed the Internet Explorer Web Controls on the Compliance Accelerator server.
The installation package for these controls is in the Links to
related software folder on the distribution media.
iisreset
When Enterprise Vault archives an item from a Microsoft SharePoint server, it does not populate the item's MsgType property with information to indicate that the item is a SharePoint item. Consequently, Compliance Accelerator identifies the item as a File System Archiving (FSA) item. The following table describes the issues that this can cause and suggests workarounds in most cases.
| Issue | Workaround |
|---|---|
|
When you define the criteria for an export run, you cannot limit its scope to SharePoint items only (the SharePoint check box in the Export Details pane is dimmed). After you have completed the run, the export report identify the items as FSA items rather than SharePoint items. |
Follow these steps to export SharePoint items only:
The resulting items are still labeled as FSA items, but this procedure does let you isolate them from other, genuine FSA items. |
|
In the Review pane of the Compliance Accelerator client, you cannot filter the items to show SharePoint items only. |
In the item list in the Review pane, display the Original Location column and then use the contents of this column to identify the SharePoint items. If you are unsure how to interpret the contents of the column, contact your Enterprise Vault administrator for assistance. |
|
Compliance Accelerator reports identify SharePoint items as FSA items. |
None. |
The following documentation is supplied with Compliance Accelerator.
| Document | Comments |
|---|---|
| Installation Guide | Outlines how to perform a first-time installation of the Compliance Accelerator server and client software. |
| Upgrade Instructions | Explains how to upgrade an existing installation of Compliance Accelerator to version 9.0.4. |
| Administrator's Guide | Provides information for Compliance Accelerator administrators on how to set up and assign roles, search for items to include in the review set, export items for offline review, create reports, and more. |
| Reviewer's Guide | Describes the features of the Compliance Accelerator client that are available to reviewers. |
| Online Help | Accompanies all the Compliance Accelerator applications and provides extensive information on how to use their facilities. |
| ReadMeFirst (this file) | Provides late-breaking information that you may need to be aware of before you install and use Compliance Accelerator. |
These documents are also available from the following page of the Symantec Enterprise Support site:
http://www.symantec.com/docs/DOC5590
Some documents are in Adobe Acrobat format. If you have yet to install the free Adobe Reader, you can download it from the Adobe Web site at http://www.adobe.com.
For more information on the deduplication features in Compliance Accelerator, see the Accelerator Deduplication white paper. This is available from the following page of the Symantec Enterprise Support site:
http://www.symantec.com/docs/DOC3621
Although intended for Discovery Accelerator users, the Effective Searching white paper provides information that you may find useful when you conduct searches with Compliance Accelerator. This white paper is available from the following page of the Symantec Enterprise Support site:
http://www.symantec.com/docs/TECH88031
Most of the information in the Compliance Accelerator manuals is also available online as articles on the Symantec Enterprise Support site. You can access these articles by searching the Internet with any popular search engine, such as Google, or by following the procedure below.
To access the "How To" articles on the Symantec Enterprise Support site
Copyright © 2012 Symantec Corporation. All rights reserved.
Symantec, the Symantec Logo, Veritas, Enterprise Vault, Compliance Accelerator, and Discovery Accelerator are trademarks or registered trademarks of Symantec Corporation or its affiliates in the U.S. and other countries. Other names may be trademarks of their respective owners.
This Symantec product may contain third party software for which Symantec is required to provide attribution to the third party (“Third Party Programs”). Some of the Third Party Programs are available under open source or free software licenses. The License Agreement accompanying the Software does not alter any rights or obligations you may have under those open source or free software licenses. Please see the Third Party Software file accompanying this Symantec product for more information on the Third Party Programs.
The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Symantec Corporation and its licensors, if any.
THE DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. SYMANTEC CORPORATION SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION. THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS SUBJECT TO CHANGE WITHOUT NOTICE.
The Licensed Software and Documentation are deemed to be commercial computer software as defined in FAR 12.212 and subject to restricted rights as defined in FAR Section 52.227-19 "Commercial Computer Software - Restricted Rights" and DFARS 227.7202, "Rights in Commercial Computer Software or Commercial Computer Software Documentation", as applicable, and any successor regulations. Any use, modification, reproduction release, performance, display or disclosure of the Licensed Software and Documentation by the U.S. Government shall be solely in accordance with the terms of this Agreement.
Symantec Corporation
350 Ellis Street
Mountain View, CA 94043