SSAS 2017 - Connecting to unencrypted databases in Visual Studio in 1400 compability mode

alhowarthWF 301 Reputation points
2021-02-08T20:19:51.993+00:00

I setup a new instance of SSAS 2017 on Windows 2012 R2, in Tabular mode. The developer is developing new models. He states all was working well, until last week. Now he cannot connect to unencrypted SQL data sources.

If he connects to one without a certificate (SQL 2014), he receives this error: "Failed to save modifications to the server. Error returned: 'COM error: Microsoft.Data.Mashup; The given credential is missing a required property. Data source kind: Odbc. Authentication kind: UsernamePassword. Property name: Password.'. "

If he connects to a source with an incorrect certificate, he receives these errors:

  1. The server name provided doesn't match the server name on the SQL server SSL certificate. Please contact your administrator or see the link below for more information. Alternatively, you could change your Connection encryption setting. Would you like to continue using an encrypted connection? If we say OK, error #2 or #3
  2. Failed to save modification to the server Error returned: 'COM error: Microsoft.Data.Mashup; the given credential is missing a required property. Data source kind: Odbc. Authentication kind: UsernamePassword. Property name: Password.'
  3. "Failed to save modifications to the server. Error returned: 'OLE DB or ODBC error: We're sorry, an error occurred during evaluation.. OLE DB or ODBC error: The command has been canceled..

We have made no changes to the instance in the last few weeks, and this DOES work in lower compatibility levels.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,741 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,005 questions
SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,253 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lukas Yu -MSFT 5,816 Reputation points
    2021-02-09T09:45:58.543+00:00

    Hi,
    What is the context for "unencrypted " here? I think this could be a SQL Server connectivity issue ?

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful