SQL server analysis cube deployment error

Waddah Alhajar 0 Reputation points
2024-12-30T11:15:07.2+00:00

I have a deployment error in visual studio trying to deploy a cube to SQL analysis server. I ensured in the cube solution explorer properties that the server name matches the sql analysis server name and it is running as I can see in SQL configuration manager. The errors I am getting are: OutputStringNoPump must be called on the UI thread The server could not be contacted

I tried reinstalling the sql analysis server,installing and using another sql analysis server, expected deployment to be successful but nothing changed.

User's image

User's image

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

2 answers

Sort by: Most helpful
  1. ZoeHui-MSFT 39,346 Reputation points
    2024-12-31T07:42:42.45+00:00

    Hi @Waddah Alhajar

    SSAS the server could not be contacted

    Please make sure the SSAS service is running.

    You may also try to connect to SSAS server via SSMS to see if it could be connected successfully.

    User's image

    Or you may click here to see if there are more detail information.

    Regards,

    Zoe Hui


    If the answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Waddah Alhajar 0 Reputation points
    2024-12-31T09:23:31.13+00:00

    It was succesfully connected via SSMS, but the problem was that I am logged into Visual Studio not as an administrator which has the right to deploy to the SSAS

    0 comments No comments

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.