Last updated: 29-Jun-2011

ReadMeFirst for Compliance Accelerator™ 10.0

To download the latest version of this document and the other Compliance Accelerator release notes, and to obtain Japanese and Chinese versions of these documents, see http://entsupport.symantec.com/docs/TECH141422.

For the latest news about this release, including any hotfixes, subscribe to http://entsupport.symantec.com/docs/TECH141423.

This document provides important information about the Symantec Compliance Accelerator 10.0 release.

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 10.0. 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).

Contents

New features and changes in Compliance Accelerator 10.0

For more information on the features described below, see the supplied documentation.

Automatic synchronization of index volume information during Compliance Accelerator searches

With Enterprise Vault 10.0, you can migrate the indexes of various archives from 32-bit to 64-bit indexing. Compliance Accelerator uses the index volume information when you conduct a search of the archives. If you undertake a search before Compliance Accelerator has completed the process of synchronizing with the 64-bit indexed archives, the search may fail.

To avoid this issue, Compliance Accelerator automatically synchronizes the migrated index volumes when you conduct a search. This allows the search to recover automatically when it encounters an unknown index volume.

A new configuration setting lets you enable or disable this feature. To access the setting, click the Configuration tab in the Compliance Accelerator client, and then click the Settings tab. The new setting is in the Search category of settings.

Option Description
Enable automatic synchronization of index volumes Specifies whether Compliance Accelerator should automatically synchronize the index volumes for an archive when it encounters any unknown index volumes during a search. By default, Compliance Accelerator synchronizes the index volumes automatically.

Prerequisite software

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
  • Windows Server 2008 R2 x64 Edition, or Windows Server 2008 R2 Service Pack 1 x64 Edition.

    If you need to migrate to 64-bit hardware before you upgrade to Compliance Accelerator 10.0, see Migrating Enterprise Vault 9.0 to 64-bit hardware (http://www.symantec.com/docs/TECH141481).

  • Internet Information Services (IIS) 7.5 with ASP.NET, IIS 6.0 Management Compatibility, and Windows Authentication.
  • Internet Explorer 7.0 or later.
  • Internet Explorer Web Controls.
  • Enterprise Vault. As a minimum, you require one of the following versions of the Enterprise Vault Services or Enterprise Vault API Runtime:

    • Enterprise Vault 9.0 original release.
    • Enterprise Vault 9.0.1.
    • Enterprise Vault 9.0.2.
    • Enterprise Vault 10.0 original release.
  • Outlook 2003 SP2 or SP3, or Outlook 2007 SP2.
  • Windows Installer 3.1 or later.
  • .NET Framework 3.5 SP1 or later.
  • Lotus Notes client 7.0.3 or later.
  • Visual C++ 2008 SP1 Redistributable Package (x86).
Journaling Connector
  • Microsoft .NET Framework 3.5 SP1.
  • One of the following versions of Enterprise Vault, configured with at least one Journaling task:

    • Enterprise Vault 9.0 original release.
    • Enterprise Vault 9.0.1.
    • Enterprise Vault 9.0.2.
    • Enterprise Vault 10.0 original release.
Compliance Accelerator client software
  • Windows. You require one of the following:
    • Windows XP SP2 or SP3.
    • Windows Vista SP1 or later.
    • Windows 7.
  • .NET Framework 3.5 SP1.
  • Outlook 2003 SP1 or later, Outlook 2007, or Outlook 2010.
  • Lotus Notes client 7.0.3 or later.
  • Visual C++ 2008 SP1 Redistributable Package (x86).

Installation

See the Installation Guide for instructions on how to perform a first-time installation of Symantec Compliance Accelerator 10.0. If you are upgrading from an earlier version of Compliance Accelerator, follow the instructions in Upgrading to Symantec Compliance Accelerator 10.0.

Do not install the Compliance Accelerator and Discovery Accelerator server software on the same computer.

Known issues and limitations

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.

Error messages appear in the event log when upgrading to Compliance Accelerator 10.0 [Ref E1461056]

The following messages may appear in the event log when you upgrade to Compliance Accelerator 10.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.

Issues when running Compliance Accelerator in a FIPS-enabled environment

You may experience the following issues if you have enabled Federal Information Processing Standard (FIPS)-compliant algorithms in your environment.

Compliance Accelerator Web sites are not accessible [Ref E1831511]

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:

  1. On the Compliance Accelerator server, locate the copies of the Web.config file in the AcceleratorAdminWeb and ComplianceWeb subfolders of the Compliance Accelerator program folder.
  2. Open each file in a text editor such as Windows Notepad.
  3. Locate the <system.web> section.
  4. Add the following <machineKey> section to the <system.web> section:

    <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/>
  5. Locate the <compilation> element and verify that its debug attribute is set to false. For example:

    <compilation defaultLanguage="c#" debug="false" batch="true">
  6. Save each Web.config file.
  7. Restart the Microsoft Internet Information Services (IIS) service. To do this, run the following command at a command prompt:
    iisreset

Error messages appear when you preview Compliance Accelerator reports [Ref E1831482]

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:

  1. On the SQL Server computer, locate the Web.config file in the \Reporting Services\ReportServer subfolder of the SQL Server program folder.
  2. Open the file in a text editor such as Windows Notepad.
  3. Locate the <system.web> section.
  4. Add the following <machineKey> section to the <system.web> section:
    <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" validation="3DES" decryption="3DES"/>
  5. Locate the <compilation> element and verify that its debug attribute is set to false. For example:

    <compilation defaultLanguage="c#" debug="false" batch="true">
  6. Save the Web.config file.
  7. Restart the Microsoft Internet Information Services (IIS) service. To do this, run the following command at a command prompt:
    iisreset

Error messages appear when you export Compliance Accelerator reports to Excel format files [Ref E1838031]

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:

For more information on this issue, see the following article in the Microsoft Knowledge Base:

http://support.microsoft.com/?kbid=946029

Error messages appear when you click View Message hyperlinks in some Compliance Accelerator reports [Ref E1859437]

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:

  1. 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.

  2. Restart the Microsoft Internet Information Services (IIS) service. To do this, run the following command at a command prompt:
    iisreset

Enterprise Vault 10.0 does not normalize instances of the Y Acute character when it indexes archived data [Ref E2117817]

When it indexes an archived item that contains instances of the following characters, Enterprise Vault 10.0 does not normalize the characters.

Character Description Keystroke
Ý Capital letter Y with acute accent. Alt+0221
ý Small letter Y with acute accent. Alt+0253

This behavior differs from the way that Enterprise Vault normalizes other extended ASCII characters. For example, Enterprise Vault normalizes all occurrences of the á character to a, and the ö character to o.

The consequence of this is that, when you conduct searches with Compliance Accelerator, you must include the Ý or ý character in the search term if you want to find words that contain this character. For example, to find instances of the Czech word milý, you must type milý as the search term rather than mily.

Documentation

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 10.0.
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.

Some manuals 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.

White papers

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

Online "How To" articles

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

  1. Type the following in the address bar of your Web browser, and then press Enter:
    http://www.symantec.com/business/support/all_products.jsp
  2. In the Supported Products A-Z page, choose Enterprise Vault Compliance Accelerator.
  3. In the Product Support box at the right, click How To.
  4. Search for a word or phrase by using the Knowledge Base Search feature, or browse the list of most popular subjects.

Legal notice

Copyright © 2011 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

http://www.symantec.com