Updating assembly references in the AcceleratorService.exe.config file after Discovery Accelerator 15.1.2 upgrade

book

Article ID: 100074073

calendar_today

Updated On:

Description

Description

After upgrading to Discovery Accelerator 15.1.2, some assembly references are not updated. To ensure proper functionality, the versions of these assembly references need to be manually updated in the AcceleratorService.exe.config file.

Solution

Step 1: Stop the Enterprise Vault Accelerator Manager Service (EVAMS):

  1. Open the Windows Services Manager.
  2. Locate and stop EVAMS.
  3. Navigate to the Discovery Accelerator installation folder (default location: C:\Program Files (x86)\Enterprise Vault Business Accelerator) and take a backup of the AcceleratorService.exe.config file.

Step 2: Edit the AcceleratorService.exe.config file:

Open the AcceleratorService.exe.config file using Notepad or a text editor.

Step 3: Update assembly references:

  1. Update System.Runtime.CompilerServices.Unsafe reference:
    1. Locate the line containing the following entry:


    2. Update it to:


  2. Update "MimeKit" reference:
    1. Locate the line containing the following entry:


    2. Update it to:


  3. Navigate to the  section and add the following:




Step 4: Save and restart EVAMS:

  1. Save and close the AcceleratorService.exe.config file.
  2. Restart EVAMS from Windows Services Manager.

Verification

  • Ensure that EVAMS starts without errors.
  • Check logs for any assembly reference issues.

This completes the necessary modifications after upgrading to Discovery Accelerator 15.1.2.

Issue/Introduction

Updating assembly references in the AcceleratorService.exe.config file after Discovery Accelerator 15.1.2 upgrade

Additional Information

JIRA: CFT-6638