Veritas Enterprise Vault™ Upgrading from Backup Exec Archiving Option 2010 to Enterprise Vault

Last Published:
Product(s): Enterprise Vault (11.0.1, 11.0, 10.0.4, 10.0.3, 10.0.2, 10.0.1, 10.0)

Configuring the FSA Reporting web service

Before you configure FSA Reporting you must perform an additional procedure to manually configure the FSA Reporting web service on the Enterprise Vault server.

To configure the FSA Reporting web service

  1. Open a command prompt window on the Enterprise Vault server.
  2. Navigate to the Enterprise Vault installation folder, typically C:\Program Files\Enterprise Vault.
  3. Enter the following command on a single line:

    FSAReportingWebServiceConfig create folderpath EVServer_alias

    Where the variables are as follows:

    • folderpath is the path to the FSA Reporting web service binary files. Typically the path is C:\Program Files\Enterprise Vault\FSAReporting. Enclose the path in quotes if it contains spaces.

    • EVServer_alias is the fully qualified computer alias for the Enterprise Vault server, for example server1.demo.local.

      To obtain the value of EVServer_alias, do as follows:

      • Start SQL Server Management Studio or SQL Query Analyzer and connect to the SQL Server that runs the Enterprise Vault Directory database.

      • Examine the ComputerEntry table in the EnterpriseVaultDirectory database. Use the value of ComputerName that corresponds to this Enterprise Vault server.

    If the configuration of the web service is successful, the utility returns "successful".

  4. Open Internet Explorer and enter the following URL to check whether you can now access the ReportingServer web page:

    http://EVServer_alias/FSAReporting/FSAReporting.asmx

    where EVServer_alias is the fully qualified computer alias for the Enterprise Vault server that you used in step 3.

    If you are prompted for a user name and password, add the required entries to Internet Explorer's Local intranet zone.

    See Adding the FSA Reporting web service locations to the Local intranet zone.

  5. If Internet Explorer displays an error that begins as follows when you attempt to access the ReportingServer web page:
    [PolicyException: Required permissions cannot be acquired.]
    System.Security.SecurityManager.ResolvePolicy(Evidence 
    evidence, PermissionSet
    reqdPset, PermissionSet optPset, PermissionSet denyPset, 
    PermissionSet& denied,
    Boolean checkExecutionPermission) +2737909
    System.Security.SecurityManager.ResolvePolicy(Evidence 
    evidence, PermissionSet
    reqdPset, PermissionSet optPset, PermissionSet denyPset, 
    PermissionSet& denied,
    Int32& securitySpecialFlags, Boolean checkExecutionPermission) 
    +57
    

    Then proceed as follows:

    • Navigate to the FSAReporting folder in the Enterprise Vault installation folder.

    • Open the file Web.config with a text editor such as Notepad.

    • Find the <system.web> node and add the following tag within it:

      <trust level="Full"/>

    • Save the Web.config file and try accessing the ReportingServer web page again.