SSAS Tutorial- Unable to connect to local server

子涵 罗 21 Reputation points
2021-04-08T08:30:19.073+00:00

Hey guys,

I've working on Adventure Works Internet Sales tutorial (1500)(https://learn.microsoft.com/en-us/analysis-services/tutorial-tabular-1400/as-lesson-2-get-data?view=asallproducts-allversions), and when I do "Create a connection" part, I have an issue.

It shows: unable to connect to my local SQL server, just as the following picture says:
85660-unable-to-connect.png

Can anyone tell me what do I need to do please? Many thanks!

Kind regards,
Zihan Luo

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,344 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2021-04-08T10:16:23.53+00:00

    Is SSAS = "SQL Server Analysis Services" installed in Tabular Mode on your local machine?
    Is the service running and can you connect to using SSMS?


  2. Lukas Yu -MSFT 5,826 Reputation points
    2021-04-09T07:23:44.307+00:00

    Hi,

    From only the description, based on my research , it could be that your Microsoft SQL server has been configured, that both the 'SQL Server Network Configuration' and 'SQL Native Client Configuration' property 'Force Encryption' is set to 'Yes'. The Controller application server does not trust the certificate that the Microsoft SQL server is using for encryption.

    You coud try resolving this issue by installing the relevant TLS (or SSL) certificate (used by the SQL server) on the Controller server. Follow the steps that recorded in this article : Troubleshooting SQL Server Certificate issue.

    Regards,
    Lukas


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.