Problem

When navigating to the Summation/eDiscovery web interface, you get the error:

"There was no endpoint listening at net.tcp://:9132/LicenseService/service that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."

 

Resolution

  1. Verify SQL is started.
  2. Make sure the machine running the "AccessData Business Services Common" service can see SQL over the correct port (typically 1433), and can communicate with SQL using Windows Authentication via the service account.
  3. Check the dbo.ConfigurationInfo table in the eDiscovery database to see what schema version that database is on (refer to this article to verify the proper schema version).
    - Check the DatabaseUpgrade logs (in "%ProgramData\AccessData%") for AppDB upgrades and make sure the eDiscovery database was successfully upgraded.
    - Upgrade AppDB if needed
  4. Check MSDTC settings on all servers involved (SQL included). 
  5. Recycle the AccessData services.
  6. Check disk space on the SQL database and logs drives.

 

Cause

If the eDiscovery database is not accessible or is not intact when "AccessData eDiscovery Business Services" service starts, you will get the error above.