如何将 OLAP Cube 部署到本地 SQL 服务器?

How to deploy OLAP Cube to local SQL Server?

我正在尝试在 SQL Server Management Studio 中将 OLAP 多维数据集部署到本地 SQL 服务器。

我在 SQL Server Management Studio 中有一个名为:

的本地实例 运行
MY_COMPUTER_NAME\instance

2019 年 Visual Studio 我创建了一个 OLAP 多维数据集。

在项目 -> 属性 -> 部署 -> 目标下,我将服务器名称设置为 <MY_COMPUTER_NAME>\instance 并将数据库命名为 TestDatabaseDeploy.

然后我构建项目并尝试部署它。我收到以下错误:

The project could not be deployed to the 'MY_COMPUTER_NAME\instance' server because of the following connectivity problems :

A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running.

To verify or update the name of the target server, right-click on the project in Solution Explorer, select Project Properties, click on the Deployment tab, and then enter the name of the server.

我已经检查了 SQL 服务器浏览器是否 运行,确实如此。我还将登录属性更改为本地系统帐户。我也检查了SQL服务器浏览器用户权限,都设置为修改,写入,读取...

老实说,我不知道下一步该做什么。

已解决,未安装 SSAS 服务器。