Error in the Management Reporter 2012 Configuration Console

This article provides a solution to an error that occurs when you try to configure the Microsoft Dynamics SL Data Mart.

Applies to:   Microsoft Dynamics SL 2015, Microsoft Dynamics SL 2011
Original KB number:   3191047

Symptoms

When you try to configure the Microsoft Dynamics SL Data Mart, you receive the follow error message:

Microsoft Dynamics SL System Database connection information

Cause

The Company table in the Dynamics SL system database contains the Company1 index.

Resolution

To resolve this problem, drop the Company1 index. To do it, run the following statement against the system database in SQL Server Management Studio.

Drop Index dbo.Company.Company1